Re: [fw-wiz] firewall-wizards Digest, Vol 7, Issue 9



Hi Paolo !!

Have you tried e.g.:

access-list 100 extended permit ip 172.28.150.32/28 172.28.x.x/16
global (outside) 1 interface
static (inside,outside) 172.28.150.32/28 192.168.99.x/28
nat (inside) 1 0 0
crypto map <mapname> 10 match address 100

If you need to do the NAT dynamically i would try this:

access-list 100 extended permit ip 172.28.150.32/28 172.28.x.x/16
access-list 101 extended permit ip 192.168.99.x/24 172.28.x.x/16
nat (inside) 1 access-lists 101
nat (inside) 2 0 0
global (outside) 1 172.28.150.32/28
global (outside) 2 interface
crypto map <mapname> 10 match address 100

NB: just typed it on top of my head so maybe there's some syntax errors.

Regards
Mikael Velschow-Rasmussen
M.Sc.e.e., CCIE #9973, CCSI #22493,
INFOSEC, SANS GCFW #0565, HP MASE
mvr@xxxxxxxxx


That is what I thought of doing but I can't find any documentation on
how to do it. Can you please direct me to documentation that show's how
to NAT traffic going into a VPN?

TIA
Paolo

_______________________________________________
firewall-wizards mailing list
firewall-wizards@xxxxxxxxxxxxxxxxxxxxx
https://listserv.icsalabs.com/mailman/listinfo/firewall-wizards



Relevant Pages

  • logging of vpn traffic
    ... and as vpn concentrator for LAN2LAN and mobile VPN. ... from these VPN networks to any other network is controlled by ... extended permit ip any object-group vpn_networks log not int 5 ... We have to deny the traffic in the access-lists of the ...
    (comp.dcom.sys.cisco)
  • Re: crypto map eigrp help
    ... I tried removing the deny statements from access-lists ... I remove my crypto map from the interface ... and when i put the crypto map back without the deny statement the ...
    (comp.dcom.sys.cisco)