Hi again,
after a few weeks sorting other things out, I've returned to the pain-in-the-a** VPN config on my PIX-501. My hopes that the thing would have self healed over the last few weeks have been dashed (unsurprisingly).
To recap, I have very little Cisco knowledge, but have somehow managed to get the 501 up and running with one exception - VPN. Following suggestions from the guys here I reconfigured the VPN settings to use the Cisco VPN client and I can now connect OK (VPN allocated IP address, etc). But despite ticking the "LAN access" box I have no access to any network resources, can't even ping IP's.
I'm wondering if I have to set up a separate set of access rules for the VPN DHCP range?
Here is the current config. As always, any help would be greatly appreciated (config changes / samples even more so!).
Si.
PS The DNS servers are right, they're ISP allocated.
PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password XXX encrypted
passwd XXX encrypted
hostname cerberus
domain-name testsys.co.uk
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
names
name 212.XXX.XXX.XXX mail.vi.net
name 212.XXX.XXX.XXX mail2.vi.net
name 192.168.1.3 Floyd
name 192.168.1.5 Emerson
name 192.168.1.1 Jethro
name 192.168.1.0 Remote_VPN
name 192.168.111.0 VPN
object-group network vi.mail
description VI Mail Server Group
network-object XXX.XXX.XXX.XXX 255.255.255.255
network-object XXX.XXX.XXX.XXX 255.255.255.255
access-list outside_access_in permit icmp any any echo-reply
access-list outside_access_in permit icmp any any traceroute
access-list outside_access_in permit tcp any host 81.XXX.XXX.XXX eq www
access-list outside_access_in permit tcp any host 81.XXX.XXX.XXX eq ftp
access-list outside_access_in permit tcp any host 81.XXX.XXX.XXX eq ftp-data
access-list inside_outbound_nat0_acl permit ip any 192.168.1.192 255.255.255.224
access-list inside_outbound_nat0_acl permit ip any VPN 255.255.255.0
access-list inside_outbound_nat0_acl permit ip Remote_VPN 255.255.255.0 VPN 255.255.255.0
access-list outside_cryptomap_dyn_20 permit ip any VPN 255.255.255.0
access-list testsys_splitTunnelAcl permit ip host Remote_VPN any
access-list testsys_splitTunnelAcl permit ip Remote_VPN 255.255.255.0 any
access-list inside_access_in permit tcp any any
access-list inside_access_in permit ip any any
access-list inside_access_in permit udp any any
access-list inside_access_in permit icmp any any
access-list testsys_splitTunnelAcl_1 permit ip any any
access-list outside_cryptomap_dyn_40 permit ip any VPN 255.255.255.0
pager lines 24
logging on
logging buffered warnings
logging trap informational
logging host inside 192.168.1.29
interface ethernet0 10baset
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside 81.XXX.XXX.XXX 255.255.255.192
ip address inside 192.168.1.19 255.255.255.0
ip verify reverse-path interface outside
ip verify reverse-path interface inside
ip audit info action alarm
ip audit attack action alarm
ip local pool Remote 192.168.111.1-192.168.111.254
pdm location 192.168.1.20 255.255.255.255 inside
pdm location 192.168.1.29 255.255.255.255 inside
pdm location 192.168.0.0 255.255.255.0 outside
pdm location Jethro 255.255.255.255 inside
pdm location 192.168.1.192 255.255.255.224 outside
pdm location VPN 255.255.255.255 outside
pdm location Emerson 255.255.255.255 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 81.XXX.XXX.XXX-81.XXX.XXX.XXX netmask 255.255.255.192
global (outside) 1 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) 81.XXX.XXX.XXX Emerson netmask 255.255.255.255 0 0
access-group outside_access_in in interface outside
access-group inside_access_in in interface inside
route outside 0.0.0.0 0.0.0.0 81.XXX.XXX.XXX 1
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 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
http server enable
http Remote_VPN 255.255.255.0 inside
http 192.168.1.29 255.255.255.255 inside
http 192.168.1.20 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
sysopt connection permit-pptp
sysopt connection permit-l2tp
no sysopt route dnat
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto dynamic-map outside_dyn_map_1 20 match address outside_cryptomap_dyn_20
crypto dynamic-map outside_dyn_map_1 20 set transform-set ESP-3DES-MD5
crypto dynamic-map outside_dyn_map_1 40 match address outside_cryptomap_dyn_40
crypto dynamic-map outside_dyn_map_1 40 set transform-set ESP-3DES-SHA
crypto map outside_map_1 65535 ipsec-isakmp dynamic outside_dyn_map_1
crypto map outside_map_1 interface outside
isakmp enable outside
isakmp policy 20 authentication rsa-sig
isakmp policy 20 encryption des
isakmp policy 20 hash sha
isakmp policy 20 group 1
isakmp policy 20 lifetime 86400
isakmp policy 40 authentication pre-share
isakmp policy 40 encryption 3des
isakmp policy 40 hash md5
isakmp policy 40 group 2
isakmp policy 40 lifetime 86400
isakmp policy 60 authentication pre-share
isakmp policy 60 encryption 3des
isakmp policy 60 hash sha
isakmp policy 60 group 2
isakmp policy 60 lifetime 86400
vpngroup testsys address-pool Remote
vpngroup testsys dns-server 194.168.4.100 194.168.8.100
vpngroup testsys wins-server Jethro
vpngroup testsys default-domain testsys.co.uk
vpngroup testsys split-tunnel testsys_splitTunnelAcl_1
vpngroup testsys idle-time 1800
vpngroup testsys password ********
telnet 192.168.1.20 255.255.255.255 inside
telnet 192.168.1.29 255.255.255.255 inside
telnet timeout 20
ssh timeout 5
dhcpd auto_config outside
terminal width 80
after a few weeks sorting other things out, I've returned to the pain-in-the-a** VPN config on my PIX-501. My hopes that the thing would have self healed over the last few weeks have been dashed (unsurprisingly).
To recap, I have very little Cisco knowledge, but have somehow managed to get the 501 up and running with one exception - VPN. Following suggestions from the guys here I reconfigured the VPN settings to use the Cisco VPN client and I can now connect OK (VPN allocated IP address, etc). But despite ticking the "LAN access" box I have no access to any network resources, can't even ping IP's.
I'm wondering if I have to set up a separate set of access rules for the VPN DHCP range?
Here is the current config. As always, any help would be greatly appreciated (config changes / samples even more so!).
Si.
PS The DNS servers are right, they're ISP allocated.
PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password XXX encrypted
passwd XXX encrypted
hostname cerberus
domain-name testsys.co.uk
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
names
name 212.XXX.XXX.XXX mail.vi.net
name 212.XXX.XXX.XXX mail2.vi.net
name 192.168.1.3 Floyd
name 192.168.1.5 Emerson
name 192.168.1.1 Jethro
name 192.168.1.0 Remote_VPN
name 192.168.111.0 VPN
object-group network vi.mail
description VI Mail Server Group
network-object XXX.XXX.XXX.XXX 255.255.255.255
network-object XXX.XXX.XXX.XXX 255.255.255.255
access-list outside_access_in permit icmp any any echo-reply
access-list outside_access_in permit icmp any any traceroute
access-list outside_access_in permit tcp any host 81.XXX.XXX.XXX eq www
access-list outside_access_in permit tcp any host 81.XXX.XXX.XXX eq ftp
access-list outside_access_in permit tcp any host 81.XXX.XXX.XXX eq ftp-data
access-list inside_outbound_nat0_acl permit ip any 192.168.1.192 255.255.255.224
access-list inside_outbound_nat0_acl permit ip any VPN 255.255.255.0
access-list inside_outbound_nat0_acl permit ip Remote_VPN 255.255.255.0 VPN 255.255.255.0
access-list outside_cryptomap_dyn_20 permit ip any VPN 255.255.255.0
access-list testsys_splitTunnelAcl permit ip host Remote_VPN any
access-list testsys_splitTunnelAcl permit ip Remote_VPN 255.255.255.0 any
access-list inside_access_in permit tcp any any
access-list inside_access_in permit ip any any
access-list inside_access_in permit udp any any
access-list inside_access_in permit icmp any any
access-list testsys_splitTunnelAcl_1 permit ip any any
access-list outside_cryptomap_dyn_40 permit ip any VPN 255.255.255.0
pager lines 24
logging on
logging buffered warnings
logging trap informational
logging host inside 192.168.1.29
interface ethernet0 10baset
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside 81.XXX.XXX.XXX 255.255.255.192
ip address inside 192.168.1.19 255.255.255.0
ip verify reverse-path interface outside
ip verify reverse-path interface inside
ip audit info action alarm
ip audit attack action alarm
ip local pool Remote 192.168.111.1-192.168.111.254
pdm location 192.168.1.20 255.255.255.255 inside
pdm location 192.168.1.29 255.255.255.255 inside
pdm location 192.168.0.0 255.255.255.0 outside
pdm location Jethro 255.255.255.255 inside
pdm location 192.168.1.192 255.255.255.224 outside
pdm location VPN 255.255.255.255 outside
pdm location Emerson 255.255.255.255 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 81.XXX.XXX.XXX-81.XXX.XXX.XXX netmask 255.255.255.192
global (outside) 1 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) 81.XXX.XXX.XXX Emerson netmask 255.255.255.255 0 0
access-group outside_access_in in interface outside
access-group inside_access_in in interface inside
route outside 0.0.0.0 0.0.0.0 81.XXX.XXX.XXX 1
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 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
http server enable
http Remote_VPN 255.255.255.0 inside
http 192.168.1.29 255.255.255.255 inside
http 192.168.1.20 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
sysopt connection permit-pptp
sysopt connection permit-l2tp
no sysopt route dnat
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto dynamic-map outside_dyn_map_1 20 match address outside_cryptomap_dyn_20
crypto dynamic-map outside_dyn_map_1 20 set transform-set ESP-3DES-MD5
crypto dynamic-map outside_dyn_map_1 40 match address outside_cryptomap_dyn_40
crypto dynamic-map outside_dyn_map_1 40 set transform-set ESP-3DES-SHA
crypto map outside_map_1 65535 ipsec-isakmp dynamic outside_dyn_map_1
crypto map outside_map_1 interface outside
isakmp enable outside
isakmp policy 20 authentication rsa-sig
isakmp policy 20 encryption des
isakmp policy 20 hash sha
isakmp policy 20 group 1
isakmp policy 20 lifetime 86400
isakmp policy 40 authentication pre-share
isakmp policy 40 encryption 3des
isakmp policy 40 hash md5
isakmp policy 40 group 2
isakmp policy 40 lifetime 86400
isakmp policy 60 authentication pre-share
isakmp policy 60 encryption 3des
isakmp policy 60 hash sha
isakmp policy 60 group 2
isakmp policy 60 lifetime 86400
vpngroup testsys address-pool Remote
vpngroup testsys dns-server 194.168.4.100 194.168.8.100
vpngroup testsys wins-server Jethro
vpngroup testsys default-domain testsys.co.uk
vpngroup testsys split-tunnel testsys_splitTunnelAcl_1
vpngroup testsys idle-time 1800
vpngroup testsys password ********
telnet 192.168.1.20 255.255.255.255 inside
telnet 192.168.1.29 255.255.255.255 inside
telnet timeout 20
ssh timeout 5
dhcpd auto_config outside
terminal width 80