Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Firewalls
[Top] [All Lists]

Re: NAT and bypass NAT for IPSEC

Subject: Re: NAT and bypass NAT for IPSEC
Date: Tue, 28 Mar 2006 11:56:22 -0500
access-list nonat permit ip 10.168.20.0 255.255.255.0 10.168.10.0 255.255.255.0

global (outside) 1 interface
nat (inside) 0 access-list nonat
nat (inside) 1 10.168.20.0 255.255.255.0 0

Hope this helps!
Aaron

  ----- Original Message ----- 
  From: Ercan Elibol 
  To: firewalls@securityfocus.com 
  Sent: Saturday, March 25, 2006 2:24 PM
  Subject: NAT and bypass NAT for IPSEC


  I wanted to have a NAT config and bypass NAT for VOIP using IPSEC traffic, so 
I created a dhcp pool and and ACLs only for IPSEC. following configuration is 
only working for VOIP phone. NAT  1 does not work. can anyone see what is 
wrong? 

  thank you 

  Ee 


  PIX Version 6.3(4) 
  interface ethernet0 auto 
  interface ethernet1 100full 
  nameif ethernet0 outside security0 
  nameif ethernet1 inside security100 

  access-list 101 permit ip host 10.168.20.17 10.168.10.0 255.255.255.128 
  access-list 101 permit ip host 10.168.20.17 10.168.17.0 255.255.255.0 
  access-list 101 permit ip host 10.168.20.17 10.168.11.0 255.255.255.0 

  ip address outside dhcp setroute 
  ip address inside 10.168.20.22 255.255.255.248 

  global (outside) 1 interface 
  nat (inside) 0 access-list 101 
  nat (inside) 1 10.168.20.18 255.255.255.255 0 0 

  sysopt connection permit-ipsec 
  crypto ipsec transform-set myset esp-des esp-md5-hmac 
  crypto map newmap 10 ipsec-isakmp 
  crypto map newmap 10 match address 101 
  crypto map newmap 10 set peer 11.27.19.20 
  crypto map newmap 10 set transform-set myset 
  crypto map newmap interface outside 
  isakmp enable outside 
  isakmp key xx address 11.27.19.20 netmask 255.255.255.255 
  isakmp identity address 
  isakmp policy 10 authentication pre-share 
  isakmp policy 10 encryption des 
  isakmp policy 10 hash md5 
  isakmp policy 10 group 1 
  isakmp policy 10 lifetime 1000 

  console timeout 0 
  dhcpd address 10.168.20.17-10.168.20.21 inside 
  dhcpd dns 10.168.10.2 
  dhcpd lease 3600 
  dhcpd ping_timeout 750 
  dhcpd option 66 ascii 10.168.10.1 
  dhcpd option 150 ip 10.168.10.1 10.168.10.2 
  dhcpd enable inside 
  ______________________________________________________________________
  This email has been scanned by the MessageLabs Email Security System.
  For more information please visit http://www.messagelabs.com/email 
  ______________________________________________________________________
<Prev in Thread] Current Thread [Next in Thread>