cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
929
Views
0
Helpful
4
Replies

VPN with two cisco routers

scotlaclair
Level 1
Level 1

We now have a T1 line with 1721 router providing internet access. I have another cisco router inside the network that serves as a VPN router 3621. How can I forward VPN CLIENT 4.x through the 1721 and onto the VPN router 3621? Or is there a better way to set this up? On our old DSL router we simply filtered all incoming traffic to a certain IP and sent it on to the VPN router IP.

4 Replies 4

jackko
Level 7
Level 7

internet <--> 1721 <--> 3621

is the subnet between 1721 and 3621 public or private? assuming it's private, then static nat needs to be configured on 1721.

ip 50, udp 500 and udp 4500 also need to be permitted. further the static nat require 1-to-1 mapping as pat doesn't cope with ip 50.

The subnet is private. Do you possibly have the commands to set this up. I have been trying everything and it doesn't seem to work. Thanks.

Hi,

Please post the configuration

RubinoM
Level 1
Level 1

I see two way:

1- If you can, assign a public IP address at the 3621's interface that term vpn.

2- If the first solution it's impossible, you can do a static nat between the ip address of the 3621's outside interface and a public IP address on your line. If you have only one IP address there isn't a problem, because static NAT has precedence against PAT.

Review Cisco Networking for a $25 gift card