Help I am trying to add a route to a network that is through a vpn connection When connected the vpn is not set to be the default gw fo this example route add 192.168.9.0 mask 255.255.255.0 192.168.10.3 the .10 network is what I connect to via the VPN I cannot set the vpn to use that as the default gateway as that will break other things happening on the server (2003) - eg TS from the outside world, other tunnels etc the error message I get is The route addition failed: Either the interface index is wrong or the gateway d es not lie on the same network as the interface. Check the IP Address Table for the machine. If I do a route print I get 0x1 ........................... MS TCP Loopback interface 0x10003 ...00 d0 b7 89 e4 44 ...... Intel(R) 82559 Fast Ethernet LAN on Mother ard 0x2c0004 ...00 53 45 00 00 00 ...... WAN (PPP/SLIP) Interface =========================================================================== =========================================================================== Active Routes: Network Destination Netmask Gateway Interface Metric 0.0.0.0 0.0.0.0 192.168.201.254 192.168.201.10 20 127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1 192.168.10.0 255.255.255.0 192.168.10.194 192.168.10.194 1 192.168.10.194 255.255.255.255 .127.0.0.1 127.0.0.1 50 192.168.10.255 255.255.255.255 192.168.10.194 192.168.10.194 50 192.168.198.0 255.255.255.0 192.168.201.1 192.168.201.10 1 192.168.199.0 255.255.255.0 192.168.201.1 192.168.201.10 1 192.168.201.0 255.255.255.0 192.168.201.10 192.168.201.10 20 192.168.201.10 255.255.255.255 127.0.0.1 127.0.0.1 20 192.168.201.255 255.255.255.255 192.168.201.10 192.168.201.10 20 210.48.103.2 255.255.255.255 192.168.201.254 192.168.201.10 20 224.0.0.0 240.0.0.0 192.168.10.194 192.168.10.194 50 224.0.0.0 240.0.0.0 '192.168.201.10 192.168.201.10 20 255.255.255.255 255.255.255.255 192.168.201.10 192.168.201.10 1 Default Gateway: 192.168.201.254 =========================================================================== Any suggestions ? The solution will (I think) require a manual command that I run when this VPN is connected - a persistant static is not a good idea as I have another vpn that uses .10 (it's outside my control), that we know cannot be used at the sme time as this one ....