D
David Jones
You'll need to add the following to the route table of
the XP machine:
"route -p add <IP address or IP subnet of the VPN server>
MASK <255.255.255.255 or IP subnet mask of the VPN
server> <NIC address you want to use> METRIC 1"
eg, if my VPN server that I want to hit is 155.2.2.40,
and the NIC I want to use is 192.168.0.4, I'd do the
following:
route -p add 155.2.2.40 MASK 255.255.255.255 192.168.0.4
METRIC 1.
This tells XP to use the 192.168.0.4 interface for all
requests to 155.2.2.40, and to persist that change even
after reboots.
the XP machine:
"route -p add <IP address or IP subnet of the VPN server>
MASK <255.255.255.255 or IP subnet mask of the VPN
server> <NIC address you want to use> METRIC 1"
eg, if my VPN server that I want to hit is 155.2.2.40,
and the NIC I want to use is 192.168.0.4, I'd do the
following:
route -p add 155.2.2.40 MASK 255.255.255.255 192.168.0.4
METRIC 1.
This tells XP to use the 192.168.0.4 interface for all
requests to 155.2.2.40, and to persist that change even
after reboots.