I am using Cisco VPN client 4.6 to connect in to our PIX 501. However I seem to keep hitting problems where people can't access any network resources once connected, there doesn't seem to be any specific reason.
This is intermittent, its like the connection is stale. If I reboot the PIX the first person on is ok once he disconnects he can log back on but then can't access anything on the network. Is there a limit to the number of users that can connect at once? Also can the connection become stale i.e. when someone disconnects the system still thinks they are connected?
Here is my activation key data, and below that is my PIX config. The users that are to use the VPN regularly are using WAG354G Linksys routers setup with DHCP - 192.168.1.65 - 192.168.1.70 IP Pool. 255.255.255.0 Subnet
Gateway01# show activation-key
Serial Number: 807094XXX (0x301b4XXX)
Running Activation Key: 0x11025XXX 0x85b85XXX 0x11403XXX 0x6d6aa601
Licensed Features:
Failover: Disabled
VPN-DES: Enabled
VPN-3DES-AES: Disabled
Maximum Interfaces: 2
Cut-through Proxy: Enabled
Guards: Enabled
URL-filtering: Enabled
Inside Hosts: 50
Throughput: Unlimited
IKE peers: 10
This PIX has a Restricted (R) license.
The flash activation key is the SAME as the running key.
PIX CONFIG:
PIX Version 6.3(1)
interface ethernet0 10baset
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 28dFWgBrWZwLQb2o encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname Gateway01
domain-name xxxxx.co.uk
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
names
access-list outside_in permit tcp any host xxx.xxx.xxx.xxx eq smtp
access-list outside_in permit tcp any interface outside eq https
access-list nonat permit ip 172.20.250.0 255.255.255.0 192.168.1.0 255.255.255.0
access-list nonat permit ip 172.20.0.0 255.255.255.0 192.168.1.0 255.255.255.0
pager lines 24
logging on
logging trap warnings
logging host inside 172.20.250.9
mtu outside 1500
mtu inside 1500
ip address outside xxx.xxx.xxx.xxx 255.255.255.252
ip address inside 172.20.250.254 255.255.0.0
ip audit info action alarm
ip audit attack action alarm
ip local pool vpn_client2 192.168.2.1-192.168.2.11
ip local pool vpn_client 192.168.1.1-192.168.1.11
pdm location 172.20.250.1 255.255.255.255 inside
pdm location 172.20.250.3 255.255.255.255 inside
pdm location 172.20.250.9 255.255.255.255 inside
pdm location 172.120.250.3 255.255.255.255 inside
pdm location 192.168.1.0 255.255.255.0 inside
pdm location 172.20.0.9 255.255.255.255 inside
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
static (inside,outside) tcp interface smtp 172.20.250.8 smtp netmask 255.255.255
.255 0 0
static (inside,outside) tcp interface https 172.20.250.13 https netmask 255.255.
255.255 0 0
access-group outside_in in interface outside
route outside 0.0.0.0 0.0.0.0 xxx.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 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 t+ protocol tacacs+
url-server (inside) vendor websense host 172.20.250.9 timeout 5 protocol TCP ver
sion 1
filter url http 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 allow
http server enable
http 192.168.1.0 255.255.255.0 inside
http 172.20.250.1 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set quick esp-des esp-md5-hmac
crypto dynamic-map cwl_dynmap 10 set transform-set quick
crypto map cwl 20 ipsec-isakmp dynamic cwl_dynmap
crypto map cwl interface outside
isakmp enable outside
isakmp key ******** address 0.0.0.0 netmask 0.0.0.0
isakmp policy 15 authentication pre-share
isakmp policy 15 authentication pre-share
isakmp policy 15 hash md5
isakmp policy 15 group 2
isakmp policy 15 lifetime 86400
vpngroup SALES address-pool vpn_client
vpngroup SALES dns-server 172.20.250.1
vpngroup SALES wins-server 172.20.250.1
vpngroup SALES default-domain xxxxxxx.co.uk
vpngroup SALES idle-time 1800
vpngroup SALES password ********
vpngroup password idle-time 1800
vpngroup address-pool idle-time 1800
telnet 172.20.250.1 255.255.255.255 inside
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
username admin password xxxxxxxxxxxxxxx encrypted privilege 2
username Admin password xxxxxxxxxxxxxxx encrypted privilege 2
terminal width 80
Cryptochecksum:ed3900c23b8fad360345793f58e32df6
: end
Kind Regards
Kelley Lewis
This is intermittent, its like the connection is stale. If I reboot the PIX the first person on is ok once he disconnects he can log back on but then can't access anything on the network. Is there a limit to the number of users that can connect at once? Also can the connection become stale i.e. when someone disconnects the system still thinks they are connected?
Here is my activation key data, and below that is my PIX config. The users that are to use the VPN regularly are using WAG354G Linksys routers setup with DHCP - 192.168.1.65 - 192.168.1.70 IP Pool. 255.255.255.0 Subnet
Gateway01# show activation-key
Serial Number: 807094XXX (0x301b4XXX)
Running Activation Key: 0x11025XXX 0x85b85XXX 0x11403XXX 0x6d6aa601
Licensed Features:
Failover: Disabled
VPN-DES: Enabled
VPN-3DES-AES: Disabled
Maximum Interfaces: 2
Cut-through Proxy: Enabled
Guards: Enabled
URL-filtering: Enabled
Inside Hosts: 50
Throughput: Unlimited
IKE peers: 10
This PIX has a Restricted (R) license.
The flash activation key is the SAME as the running key.
PIX CONFIG:
PIX Version 6.3(1)
interface ethernet0 10baset
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 28dFWgBrWZwLQb2o encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname Gateway01
domain-name xxxxx.co.uk
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
names
access-list outside_in permit tcp any host xxx.xxx.xxx.xxx eq smtp
access-list outside_in permit tcp any interface outside eq https
access-list nonat permit ip 172.20.250.0 255.255.255.0 192.168.1.0 255.255.255.0
access-list nonat permit ip 172.20.0.0 255.255.255.0 192.168.1.0 255.255.255.0
pager lines 24
logging on
logging trap warnings
logging host inside 172.20.250.9
mtu outside 1500
mtu inside 1500
ip address outside xxx.xxx.xxx.xxx 255.255.255.252
ip address inside 172.20.250.254 255.255.0.0
ip audit info action alarm
ip audit attack action alarm
ip local pool vpn_client2 192.168.2.1-192.168.2.11
ip local pool vpn_client 192.168.1.1-192.168.1.11
pdm location 172.20.250.1 255.255.255.255 inside
pdm location 172.20.250.3 255.255.255.255 inside
pdm location 172.20.250.9 255.255.255.255 inside
pdm location 172.120.250.3 255.255.255.255 inside
pdm location 192.168.1.0 255.255.255.0 inside
pdm location 172.20.0.9 255.255.255.255 inside
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
static (inside,outside) tcp interface smtp 172.20.250.8 smtp netmask 255.255.255
.255 0 0
static (inside,outside) tcp interface https 172.20.250.13 https netmask 255.255.
255.255 0 0
access-group outside_in in interface outside
route outside 0.0.0.0 0.0.0.0 xxx.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 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 t+ protocol tacacs+
url-server (inside) vendor websense host 172.20.250.9 timeout 5 protocol TCP ver
sion 1
filter url http 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 allow
http server enable
http 192.168.1.0 255.255.255.0 inside
http 172.20.250.1 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set quick esp-des esp-md5-hmac
crypto dynamic-map cwl_dynmap 10 set transform-set quick
crypto map cwl 20 ipsec-isakmp dynamic cwl_dynmap
crypto map cwl interface outside
isakmp enable outside
isakmp key ******** address 0.0.0.0 netmask 0.0.0.0
isakmp policy 15 authentication pre-share
isakmp policy 15 authentication pre-share
isakmp policy 15 hash md5
isakmp policy 15 group 2
isakmp policy 15 lifetime 86400
vpngroup SALES address-pool vpn_client
vpngroup SALES dns-server 172.20.250.1
vpngroup SALES wins-server 172.20.250.1
vpngroup SALES default-domain xxxxxxx.co.uk
vpngroup SALES idle-time 1800
vpngroup SALES password ********
vpngroup password idle-time 1800
vpngroup address-pool idle-time 1800
telnet 172.20.250.1 255.255.255.255 inside
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
username admin password xxxxxxxxxxxxxxx encrypted privilege 2
username Admin password xxxxxxxxxxxxxxx encrypted privilege 2
terminal width 80
Cryptochecksum:ed3900c23b8fad360345793f58e32df6
: end
Kind Regards
Kelley Lewis