User Manual

SC5800 User Manual
101
11 APPENDIX C: SETUP OF A PC (WIN 95, 98, NT) TO ALLOW
PINGING OF A ‘REMOTE’-CONFIGURED INDOOR UNIT
The following diagram shows the default (factory) network IP addresses assigned to the various network
ports on the SC5800 System: ROUTING CONFIGURATION
11.1 IP CONFIGURATION OF SC5800 – ROUTING CONFIGURATION
10.2.1.2 10.10.9.9
10.13.1.1
10.10.9.10 10.11.1.2
10.12.1.1
Ethernet
10-BaseT
PPP
RS232
PPP
WIRELESS
PPP
RS232
Ethernet
10-BaseT
"NEAR" "FAR"
Laptop computer
Browser/NMS
10.2.1.3
Hub
SC5800 - ROUTING CONFIGURATION
Laptop computer
Browser/NMS
10.12.1.2
Laptop computer
Browser/NMS
10.13.1.2
To allow pinging of an IU configured as a "remote unit" (i.e., with an IP address of (10.11.1.2) when the PC
has a 10.2.1.3 IP address, 10.2.1.2 default gateway and netmask 255.255.0.0, create batch files).
Batch file 1 - addroute.bat
route add 10.11.0.0 mask 255.255.0.0 10.2.1.3
Batch file 1 adds a route so that the IP stack on the PC "knows" where to send IP packets destined for
the net 10.11.0.0
If you want to delete the route, use Batch file 2 - delroute.bat
route delete 10.11.0.0
If you want a screen printout of the routes the PC is using, use the command line entry: route print