> For my work I use a VPN client from Netscreen, > "Netscreen-Remote". It seems to do routing as you describe > using only one NIC. If I go to a web site outside the VPN > (ie Google) it doesn't route that traffic through the VPN. > From my experience the VPN client built into Windows XP > pushes everything through the connection once connected. The > point of my message is that you'll probably have to get a > third-party client to get more advanced routing capabilities.
You can configure the Windows L2TP VPN client not to route all traffic through the VPN by clearing the "Use default gateway on remote network" option under Advanced TCP/IP options. If you have some traffic which does need to be routed, for example to a different network within your LAN border, you can use the "route" command to add the route you need: (say your VPN connects you to 172.30, and your network also contains 172.29) route add 172.29.0.0 mask 255.255.0.0 172.30.3.1 metric 1 Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Training: Adobe/Google/Paperthin Certified Partners http://training.figleaf.com/ WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers! http://www.webmaniacsconference.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:300455 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

