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

Creating VPN using public IP for local encryption domain

nickm
Level 1
Level 1

Can anyone point me to cofnguration guide or help in creating a VPN tunnel bewteen my PIX 515E and a customer Cisco 3845 router. Customer requests public routeable IP address from us to use for the local (my LAN) encryption domain. I've never had to set this up this way as I've always done site-site VPN's bewteen my own organizations sites and use the local LAN IP subnet for the encryption domain

1 Reply 1

acomiskey
Level 10
Level 10

Something like this...

access-list nat_to_customer permit ip

access-list extended permit ip 1.2.3.4

global (outside) 10 1.2.3.4

nat (inside) 10 access-list nat_to_customer