Hi all,
Problem an a 501 using 6.3(3) firmware.
VPN client connects just fine, however, users are unable to ping hosts on the LAN and no RDP session can be initiated.
The config:
interface ethernet0 10baset
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password M9v4JozybWM6igYh encrypted
passwd OJWhVZN54CKfmEtS encrypted
hostname pix-webo-15
domain-name support.nl
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 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
name 62.166.162.186 pix-reus
name 212.104.215.194 pix-webo-17
name 212.104.205.114 pix-webo-15
access-list ipsec permit ip 131.1.0.0 255.255.0.0 131.3.0.0 255.255.0.0
access-list ipsec permit ip 131.1.0.0 255.255.0.0 10.10.10.0 255.255.255.0
access-list ipsec permit ip 131.2.0.0 255.255.0.0 10.10.10.0 255.255.255.0
access-list ipsec permit ip 131.3.0.0 255.255.0.0 10.10.10.0 255.255.255.0
access-list ipsec permit ip 131.3.0.0 255.255.0.0 131.1.0.0 255.255.0.0
access-list nonat permit ip 131.1.0.0 255.255.0.0 131.3.0.0 255.255.0.0
access-list nonat permit ip 131.1.0.0 255.255.0.0 10.10.10.0 255.255.255.0
access-list nonat permit ip 131.2.0.0 255.255.0.0 10.10.10.0 255.255.255.0
access-list nonat permit ip 131.3.0.0 255.255.0.0 10.10.10.0 255.255.255.0
access-list nonat permit ip 131.1.0.0 255.255.0.0 192.168.1.0 255.255.255.0
access-list nonat permit ip 131.3.0.0 255.255.0.0 131.1.0.0 255.255.0.0
access-list reus permit ip 131.1.0.0 255.255.0.0 192.168.1.0 255.255.255.0
pager lines 24
logging on
logging timestamp
logging buffered debugging
mtu outside 1500
mtu inside 1500
ip address outside pix-webo-15 255.255.255.248
ip address inside 131.1.0.201 255.255.0.0
ip audit info action alarm
ip audit attack action alarm
ip local pool vpnclients 131.3.0.1-131.3.0.254
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list nonat
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
conduit permit icmp any any
route outside 0.0.0.0 0.0.0.0 212.104.205.113 1
timeout xlate 0:05:00
timeout conn 0:00:00 half-closed 0:00:00 udp 5:00:00 rpc 120:00:00 h225 0: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
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
tftp-server outside 195.114.228.197 pix
floodguard enable
sysopt connection permit-ipsec
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 20 ipsec-isakmp
crypto map mymap 20 match address reus
crypto map mymap 20 set peer pix-reus
crypto map mymap 20 set transform-set myset
crypto map mymap 30 ipsec-isakmp
crypto map mymap 30 match address ipsec
crypto map mymap 30 set peer pix-webo-17
crypto map mymap 30 set transform-set myset
crypto map mymap interface outside
isakmp enable outside
isakmp key ******** address pix-reus netmask 255.255.255.255
isakmp key ******** address pix-webo-17 netmask 255.255.255.255
isakmp identity address
isakmp nat-traversal 120
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 vpn3000 address-pool vpnclients
vpngroup vpn3000 split-tunnel ipsec
vpngroup vpn3000 idle-time 1800
vpngroup vpn3000 password ********
vpngroup vpn3001 address-pool vpnclients
vpngroup vpn3001 split-tunnel nonat
vpngroup vpn3001 idle-time 1800
vpngroup vpn3001 password ********
telnet timeout 5
ssh 195.114.228.128 255.255.255.128 outside
ssh timeout 30
console timeout 0
terminal width 80
Cryptochecksum:cff61badb4818cfe8a3a518fce2821d7
: end
VPN host receives 131.3.0.2, target host is 131.1.0.4.
Debug icmp trace shows the ping request entering the pix, a reply is also formed, the host pinging does not receive an answer though.
Show access-list tells me :
access-list ipsec; 5 elements
access-list ipsec line 1 permit ip 131.1.0.0 255.255.0.0 131.3.0.0 255.255.0.0 (hitcnt=16)
access-list ipsec line 2 permit ip 131.1.0.0 255.255.0.0 10.10.10.0 255.255.255.0 (hitcnt=659)
access-list ipsec line 3 permit ip 131.2.0.0 255.255.0.0 10.10.10.0 255.255.255.0 (hitcnt=0)
access-list ipsec line 4 permit ip 131.3.0.0 255.255.0.0 10.10.10.0 255.255.255.0 (hitcnt=0)
access-list ipsec line 5 permit ip 131.3.0.0 255.255.0.0 131.1.0.0 255.255.0.0 (hitcnt=0)
access-list nonat; 6 elements
access-list nonat line 1 permit ip 131.1.0.0 255.255.0.0 131.3.0.0 255.255.0.0 (hitcnt=35)
access-list nonat line 2 permit ip 131.1.0.0 255.255.0.0 10.10.10.0 255.255.255.0 (hitcnt=803)
access-list nonat line 3 permit ip 131.2.0.0 255.255.0.0 10.10.10.0 255.255.255.0 (hitcnt=0)
access-list nonat line 4 permit ip 131.3.0.0 255.255.0.0 10.10.10.0 255.255.255.0 (hitcnt=0)
access-list nonat line 5 permit ip 131.1.0.0 255.255.0.0 192.168.1.0 255.255.255.0 (hitcnt=2)
access-list nonat line 6 permit ip 131.3.0.0 255.255.0.0 131.1.0.0 255.255.0.0 (hitcnt=0)
access-list reus; 1 elements
access-list reus line 1 permit ip 131.1.0.0 255.255.0.0 192.168.1.0 255.255.255.0 (hitcnt=2)
access-list dynacl6; 1 elements
access-list dynacl6 line 1 permit ip any host 131.3.0.2 (hitcnt=0)
So, afaict, the only thing not working is the pix relaying the answer to the host initiating the ping.
The dynacl looks like its supposed to allow precisely that, but doesn't seem to work.
Any thoughts, insights, mayhap even solutions would be very welcome.
Regards
Problem an a 501 using 6.3(3) firmware.
VPN client connects just fine, however, users are unable to ping hosts on the LAN and no RDP session can be initiated.
The config:
interface ethernet0 10baset
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password M9v4JozybWM6igYh encrypted
passwd OJWhVZN54CKfmEtS encrypted
hostname pix-webo-15
domain-name support.nl
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 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
name 62.166.162.186 pix-reus
name 212.104.215.194 pix-webo-17
name 212.104.205.114 pix-webo-15
access-list ipsec permit ip 131.1.0.0 255.255.0.0 131.3.0.0 255.255.0.0
access-list ipsec permit ip 131.1.0.0 255.255.0.0 10.10.10.0 255.255.255.0
access-list ipsec permit ip 131.2.0.0 255.255.0.0 10.10.10.0 255.255.255.0
access-list ipsec permit ip 131.3.0.0 255.255.0.0 10.10.10.0 255.255.255.0
access-list ipsec permit ip 131.3.0.0 255.255.0.0 131.1.0.0 255.255.0.0
access-list nonat permit ip 131.1.0.0 255.255.0.0 131.3.0.0 255.255.0.0
access-list nonat permit ip 131.1.0.0 255.255.0.0 10.10.10.0 255.255.255.0
access-list nonat permit ip 131.2.0.0 255.255.0.0 10.10.10.0 255.255.255.0
access-list nonat permit ip 131.3.0.0 255.255.0.0 10.10.10.0 255.255.255.0
access-list nonat permit ip 131.1.0.0 255.255.0.0 192.168.1.0 255.255.255.0
access-list nonat permit ip 131.3.0.0 255.255.0.0 131.1.0.0 255.255.0.0
access-list reus permit ip 131.1.0.0 255.255.0.0 192.168.1.0 255.255.255.0
pager lines 24
logging on
logging timestamp
logging buffered debugging
mtu outside 1500
mtu inside 1500
ip address outside pix-webo-15 255.255.255.248
ip address inside 131.1.0.201 255.255.0.0
ip audit info action alarm
ip audit attack action alarm
ip local pool vpnclients 131.3.0.1-131.3.0.254
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list nonat
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
conduit permit icmp any any
route outside 0.0.0.0 0.0.0.0 212.104.205.113 1
timeout xlate 0:05:00
timeout conn 0:00:00 half-closed 0:00:00 udp 5:00:00 rpc 120:00:00 h225 0: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
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
tftp-server outside 195.114.228.197 pix
floodguard enable
sysopt connection permit-ipsec
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 20 ipsec-isakmp
crypto map mymap 20 match address reus
crypto map mymap 20 set peer pix-reus
crypto map mymap 20 set transform-set myset
crypto map mymap 30 ipsec-isakmp
crypto map mymap 30 match address ipsec
crypto map mymap 30 set peer pix-webo-17
crypto map mymap 30 set transform-set myset
crypto map mymap interface outside
isakmp enable outside
isakmp key ******** address pix-reus netmask 255.255.255.255
isakmp key ******** address pix-webo-17 netmask 255.255.255.255
isakmp identity address
isakmp nat-traversal 120
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 vpn3000 address-pool vpnclients
vpngroup vpn3000 split-tunnel ipsec
vpngroup vpn3000 idle-time 1800
vpngroup vpn3000 password ********
vpngroup vpn3001 address-pool vpnclients
vpngroup vpn3001 split-tunnel nonat
vpngroup vpn3001 idle-time 1800
vpngroup vpn3001 password ********
telnet timeout 5
ssh 195.114.228.128 255.255.255.128 outside
ssh timeout 30
console timeout 0
terminal width 80
Cryptochecksum:cff61badb4818cfe8a3a518fce2821d7
: end
VPN host receives 131.3.0.2, target host is 131.1.0.4.
Debug icmp trace shows the ping request entering the pix, a reply is also formed, the host pinging does not receive an answer though.
Show access-list tells me :
access-list ipsec; 5 elements
access-list ipsec line 1 permit ip 131.1.0.0 255.255.0.0 131.3.0.0 255.255.0.0 (hitcnt=16)
access-list ipsec line 2 permit ip 131.1.0.0 255.255.0.0 10.10.10.0 255.255.255.0 (hitcnt=659)
access-list ipsec line 3 permit ip 131.2.0.0 255.255.0.0 10.10.10.0 255.255.255.0 (hitcnt=0)
access-list ipsec line 4 permit ip 131.3.0.0 255.255.0.0 10.10.10.0 255.255.255.0 (hitcnt=0)
access-list ipsec line 5 permit ip 131.3.0.0 255.255.0.0 131.1.0.0 255.255.0.0 (hitcnt=0)
access-list nonat; 6 elements
access-list nonat line 1 permit ip 131.1.0.0 255.255.0.0 131.3.0.0 255.255.0.0 (hitcnt=35)
access-list nonat line 2 permit ip 131.1.0.0 255.255.0.0 10.10.10.0 255.255.255.0 (hitcnt=803)
access-list nonat line 3 permit ip 131.2.0.0 255.255.0.0 10.10.10.0 255.255.255.0 (hitcnt=0)
access-list nonat line 4 permit ip 131.3.0.0 255.255.0.0 10.10.10.0 255.255.255.0 (hitcnt=0)
access-list nonat line 5 permit ip 131.1.0.0 255.255.0.0 192.168.1.0 255.255.255.0 (hitcnt=2)
access-list nonat line 6 permit ip 131.3.0.0 255.255.0.0 131.1.0.0 255.255.0.0 (hitcnt=0)
access-list reus; 1 elements
access-list reus line 1 permit ip 131.1.0.0 255.255.0.0 192.168.1.0 255.255.255.0 (hitcnt=2)
access-list dynacl6; 1 elements
access-list dynacl6 line 1 permit ip any host 131.3.0.2 (hitcnt=0)
So, afaict, the only thing not working is the pix relaying the answer to the host initiating the ping.
The dynacl looks like its supposed to allow precisely that, but doesn't seem to work.
Any thoughts, insights, mayhap even solutions would be very welcome.
Regards