cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
396
Views
0
Helpful
2
Replies

Problem with NAT in a VPN connection

I have a Router CISCO 827 - VPN 12.2(8) and VPN Client 3.5.2

First connection run ok but when I disconnect the VPN connection in the router´s NAT table exist the follow line

Pro Inside Global Inside Local Outside Global Outside Local

--- 81.26.81.62 192.168.1.1 ----- -----

So I cannot connect again if I don´t delete the NAT table

2 Replies 2

paqiu
Level 1
Level 1

Please use route-map command to bypassing the nat for the VPN client ip pool.

Please check in following sample config for the no-nat route-map part:

http://www.cisco.com/warp/customer/707/25.shtml

Best Regards,

Ok, but I have yet do it and don´t work well

I show the config line router:

!

access-list 103 deny ip 192.0.100.0 0.0.0.255 14.1.1.0 0.0.0.255

access-list 103 permit ip 192.0.100.0 0.0.0.255 any

!

route-map nonat permit 10

match ip address 103

!