Caution: A console associated with a device on a private network cannot be accessed via an APM web proxy connection.If any of your devices are on a network that is different than your PC’s network, you will need to configure the routing table on your PC so the private network can be accessed by a Forward Proxy setting. The APM will connect to your local network (the one with the PC) via the Eth0 port. The APM will connect to the private network via the Eth1 port.
APM Eth1 IP Address and Private Network Default Gateway
c:\>route -p add 10.10.10.0 mask 255.255.255.0 192.168.48.162Note: Adding the “-p” to the “route add” command, makes the new route stay configured when you reboot your PC.
c:\>netstat -rn
# route add -net 10.10.10.0 netmask 255.1255.255.0 gw 192.168.48.162
# netstat -rn