07-18-2002 11:40 PM - edited 02-21-2020 11:56 AM
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
07-19-2002 03:45 AM
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,
07-19-2002 04:12 AM
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
!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide