I have just installed a pix 501 vpn/firewall. I have gone through the steps to setup a vpn using the wizard. I am trying to connect using the cisco vpn client, but I'm failing. Below is the config from the vpn/firewall. The failure message from the client is that it "failed to establish a tcp connection". I don't know what port to specify in the client setup. Any help appreciated.
: Saved
:
PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password ****** encrypted
passwd ******** encrypted
hostname vtx
domain-name validtech.lcl
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
access-list outside_access_in permit icmp host 72.151.253.109 any echo-reply
access-list inside_outbound_nat0_acl permit ip any 192.168.150.0 255.255.255.128
access-list outside_cryptomap_dyn_20 permit ip any 192.168.150.0 255.255.255.128
pager lines 24
logging on
interface ethernet0 10baset
interface ethernet1 10full
icmp permit host 72.151.253.109 outside
mtu outside 1500
mtu inside 1500
ip address outside 72.151.253.109 255.255.255.248
ip address inside 192.168.150.110 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool pix_vpn 192.168.150.50-192.168.150
.75
pdm logging informational 100
pdm history enable
arp timeout 14400
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
access-group outside_access_in in interface outside
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 192.168.150.0 255.255.255.0 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 connection permit-pptp
sysopt connection permit-l2tp
sysopt noproxyarp outside
sysopt noproxyarp inside
no sysopt route dnat
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-DES-SHA
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map interface outside
isakmp enable outside
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption des
isakmp policy 20 hash sha
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup norman address-pool pix_vpn
vpngroup norman idle-time 1800
vpngroup norman password ********
telnet timeout 5
ssh timeout 5
vpdn enable outside
terminal width 80
Cryptochecksum:9aafdac189e
54045f9211
ab7a803b04
9
: end
Start Free Trial