Answer the question
In order to leave comments, you need to log in
Simultaneous operation of easyvpn and nat on the client router?
Synopsis:
Cisco 891 router:
Cisco IOS Software, C890 Software (C890-UNIVERSALK9-M), Version 15.0(1)M3, RELEASE SOFTWARE (fc2)
I configure it to connect via easyvpn to the main router in the CO (2911/K9 with Cisco IOS Software, C2900 Software (C2900-UNIVERSALK9-M), Version 15.0(1)M3, RELEASE SOFTWARE (fc2))
Pieces of the 891 config that relate to the problem:
==============<br/>
<code>crypto ipsec client ezvpn EzVPN_to_C1<br/>
connect auto<br/>
group FILIALS key My_Secret_Key<br/>
mode network-plus<br/>
peer 212.xxx.xxx.xxx default<br/>
peer 212.xxx.xxx.xxx<br/>
acl VPN_ACL<br/>
virtual-interface 1<br/>
username My_Client password My_Client<br/>
xauth userid mode local<br/>
!<br/>
interface Loopback0<br/>
ip address 10.10.10.10 255.255.255.255<br/>
!<br/>
!<br/>
interface Virtual-Template1 type tunnel<br/>
ip unnumbered Loopback0<br/>
ip tcp adjust-mss 1440<br/>
!<br/>
!<br/>
interface GigabitEthernet0<br/>
description ****** TO LOCAL NET *****<br/>
ip address 192.168.85.254 255.255.255.0<br/>
ip nat inside<br/>
duplex auto<br/>
speed auto<br/>
crypto ipsec client ezvpn EzVPN_to_C1 inside<br/>
<br/>
!<br/>
!<br/>
interface Vlan1<br/>
description ***** Primary Internet Channel ****<br/>
ip address 172.20.100.1 255.255.255.252<br/>
ip nat outside<br/>
ip tcp adjust-mss 1452<br/>
crypto ipsec client ezvpn EzVPN_to_C1<br/>
<br/>
ip nat inside source route-map NAT1 interface Vlan1 overload<br/>
ip route 0.0.0.0 0.0.0.0 172.20.100.2<br/>
ip access-list extended VPN_ACL<br/>
permit ip 192.168.85.0 0.0.0.255 192.168.96.0 0.0.7.255<br/>
access-list 154 deny ip 192.168.85.0 0.0.0.255 192.168.96.0 0.0.7.255<br/>
access-list 154 permit ip any any<br/>
route-map NAT1 permit 10<br/>
match ip address 154<br/>
match interface Vlan1</code><br/>
===========================<br/>
=========<br/>
crypto isakmp client configuration group FILIALS<br/>
key My_Secret_Key<br/>
pool Filials<br/>
acl CENTRAL_OFFICE<br/>
save-password<br/>
!<br/>
ip local pool Filials 192.168.100.105 192.168.100.130<br/>
ip access-list extended CENTRAL_OFFICE<br/>
permit ip 192.168.96.0 0.0.7.255 any<br/>
=============<br/>
Answer the question
In order to leave comments, you need to log in
And the chest just opened:
you need to register acl describing nat in the easyvpn client settings
crypto ipsec client ezvpn EzVPN_to_C1
connect auto
group FILIALS key My_Secret_Key
mode network-plus
peer 212.xxx.xxx.xxx default
peer 212.xxx.xxx.xxx
acl VPN_ACL
nat allow
nat acl 154
virtual-interface 1
username My_Client password My_Client
xauth userid mode local
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question