Setup Guide
October 8, 2020 Version 1.0
Things you need to know:
- Public IP/ Static IP of ISP both US and PH.
- Virtual Private Network of every firewall
- Use of Command Prompt and execute commands
1. Public IP Addresses
US:
216.164.201.45
216.164.201.43
PH:
122.49.215.21
2. Virtual Private Network of firewall
US:
216.164.201.45 – 192.168.1.1
216.164.201.43 – 192.168.100.1
PH:
122.49.215.21 – 192.168.21.1
3. Commands that we execute in command prompt
ping 192.168.1.1 -t
Ping – to display the communication of both workstations. Either it replies back, time-out or unreachable.
Reply – both physically and logically connected
Time-out – Physically connected but not logically connected.
Unreachable – Physically not connected or maybe the workstation is shut down.
-t -continuously pinging the specific workstation
You can ping also the website by typing the URL or the DNS of the website
Example:
ping google.com -t
ping 8.8.8.8 -t