the command is:
ip route (destination network)(destination mask)(IP of interface)
So traffic bound for the network 192.168.1.0 255.255.255.0 that needs to go through a VPN interface of 10.1.1.1 would look like this:
ip route 192.168.1.0 255.255.255.0 10.1.1.1
or you can use the name of the VPN interface like this:
iproute 192.168.1.0.255.255.255.0 VPN_Dialer1
Here is the Cisco command reference page that may help :http://www.cisco.com/en/U
Main Topics
Browse All Topics





by: static-voidPosted on 2009-05-01 at 21:39:28ID: 24284851
basically i think what you need to do is just modify the route table on the vpnrouter to send traffic destined for the other sites public ip through the vpn interface not the public internet. does this sound like what you want?
Im not sure on the command syntax on a cisco but normally this consists of a statement of the form
route add Internet_IP 255.255.255.255 interface_name