cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
755
Views
0
Helpful
1
Replies

IPSec Site to Site VPN , ASA and router 2911 with NAT

Hello to everyone :)

How are you :). I got some task, I must configure IPSec Site to Site tunnel, between ASA (7.x.x) and Cisco Router 2911 (IOS 15.x). I must configure rouer 2911, with NAT (overload), 

We planeed our traffic to NAT in 10.253.191.229, and send through IPSec. I think, we must use 2 Access lists, one for NAT, and secound for Cypto map.

ACL for NAT

ip access-list standard NAT
permit 192.168.1.1 0.0.0.0
ip nat inside source list NAT pool IPSEC overload   in IPSEC pool We have only one IP address, in this case, 10.253.191.153

I will put nat outside on interface g0/1, and nat inside on some subinterface

I never did something like that, NAT to IPsec + with sub interface, I only worked with NO NAT rule., any help :) ???

ACL for IPSec CyptoMAP

Extended IP access list ACL_VIP
10 permit tcp host 10.253.191.153      host 10.253.170.24 eq 1900
20 permit tcp host 10.253.191.135      host 10.253.170.23 eq 1900

crypto isakmp policy 70
encr aes 256
hash sha
authentication pre-share
group 2
crypto isakmp key XXxxXXXxx address IP_ADD

crypto ipsec transform-set TSet esp-aes 256 esp-sha-hmac
crypto map VPN 70 ipsec-isakmp
set peer IP_ADD
set transform-set TSet
set security-association lifetime seconds 3600
match address ACL

CCNA R&S, CCNA Security
1 Reply 1

I did not get any NAT translation, I change my ACL pool, wtih giga0/2 interfaces, and in that case, I got NAT translation.

ip nat inside source list         NATIn_O2V pool              NATOut_O2V

                                               server's IP                        Ip add, what we got from partner, for our

NAT, with this Ip Address, we must send packets to them.

VPN_Gand#sh ip nat translations

We put Ip nat on Sub interface gig0/0.2800, and crypto map is on gig0/?

Any help ?

CCNA R&S, CCNA Security