When I try to issue that command I get:
PAT for ESP cannot be enabled since ISAKMP is enabled. Please correct your conf
iguration and re-issue the command!
In addition, I do have a line in my config about a NAT traversal.
If I look at the syslog, when I try to VPN to the other PIX, I get:
%PIX-3-305006: portmap translation creation failed for protocol 50
I really appreciate your input. I am very surprised on how hard it is do something that I would consider pretty simple.
Here is the full config.
PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password LwyAcSqvBqEbQanB encrypted
passwd RRK/X4EvxHLvskWh encrypted
hostname
domain-name
clock timezone EST 5
clock summer-time EDT recurring
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list inbound permit icmp any any
access-list inbound permit tcp any any eq smtp
access-list inbound permit tcp any any eq https
access-list inbound permit tcp any any eq 3389
access-list inbound permit esp any any
access-list inbound permit ah any any
access-list inbound permit udp any any eq isakmp
access-list nonat permit ip xxx.xxx.xxx.0 255.255.255.0 xxx.xxx.xxx.0 255.255.255
.0
access-list split permit ip xxx.xxx.xxx.0 255.255.255.0 xxx.xxx.xxx.0 255.255.255
.0
pager lines 24
logging on
logging timestamp
logging trap debugging
logging host inside xxx.xxx.xxx.200 6/1468
mtu outside 1500
mtu inside 1500
ip address outside dhcp setroute
ip address inside xxx.xxx.xxx.xxx 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool ippool 172.16.100.5-172.16.100.10
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list nonat
nat (inside) 1 xxx.xxx.xxx.0 255.255.255.0 0 0
static (inside,outside) tcp interface https xxx.xxx.xxx.200 https netmask 255.25
5.255.255 0 0
static (inside,outside) tcp interface smtp xxx.xxx.xxx.200 smtp netmask 255.255.
255.255 0 0
static (inside,outside) tcp interface 3389 xxx.xxx.xxx.xxx 3389 netmask 255.255.2
55.255 0 0
access-group inbound in interface outside
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
aaa-server partnerauth protocol radius
aaa-server partnerauth (inside) host xxx.xxx.xxx.200 $TF=radius timeout 5
ntp server xxx.xxx.xxx.200 source inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
sysopt ipsec pl-compatible
crypto ipsec transform-set myset esp-des esp-md5-hmac
crypto dynamic-map dynmap 10 set transform-set myset
crypto map mymap 10 ipsec-isakmp dynamic dynmap
crypto map mymap client authentication partnerauth
crypto map mymap interface outside
isakmp enable outside
isakmp identity address
isakmp nat-traversal 20
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup * address-pool ippool
vpngroup * dns-server xxx.xxx.xxx.200
vpngroup * wins-server xxx.xxx.xxx.200
vpngroup * default-domain
vpngroup * split-tunnel split
vpngroup * idle-time 1800
vpngroup * password ********
telnet xxx.xxx.xxx.0 255.255.255.0 inside
telnet timeout 20
ssh timeout 5
console timeout 0
terminal width 80
Cryptochecksum:647752a4149c27791058754a238202e9
: end
Let me know what you think.
Thanks