progressdll
Programmer
We need to add our remote office to our linux routing table.
Our internal office ip addresses are all in the range of 198.9.200.x
with an subnet mask of 255.255.255.0
the remote office has ip addresses in the range of 192.168.0.0 and also a subnet mask of 255.255.255.0
when i use the following 'route' command, i get
target: Host name lookup failure
this is the command:
route -v add target 192.168.0.0 netmask 255.255.255.0 gw 198.9.200.42 metric 1 dev eth0
Our internal office ip addresses are all in the range of 198.9.200.x
with an subnet mask of 255.255.255.0
the remote office has ip addresses in the range of 192.168.0.0 and also a subnet mask of 255.255.255.0
when i use the following 'route' command, i get
target: Host name lookup failure
this is the command:
route -v add target 192.168.0.0 netmask 255.255.255.0 gw 198.9.200.42 metric 1 dev eth0