|
Question : Windows Server 2003 Static Route
|
|
Our SBS 2003 Network run on this subnet :- 10.10.10.x
We have just installed a second ADSL line for a VPN for a custom software application.
The remote end of the VPN is on the 192.168.1.x subnet.
What do I need to do in Server 2003 to route all traffic for 192.168.1.x to the second adsl line. It's ip address on the Server 2003 Network is 10.10.10.50?
Any help would be very welcome!
|
Answer : Windows Server 2003 Static Route
|
|
route -p ADD 192.168.1.0 MASK 255.255.255.0 10.10.10.50
Should do the trick, unless it is a VPN triggered from RRAS or ISA, in which case you would want to specify it within that app.
-David
|
|
|