Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco VPN Client Connect to PIX 520 - Cannot Ping or access network

Status
Not open for further replies.

FrankieAIX

Technical User
Apr 28, 2004
131
US
I have configured VPN on a PIX 520 and can establish the VPN connection/authentication with no problem. After connected, my PC obtains a IP address from the designated IP Pool. Once the connection is established I cannot access any of the nodes or resources on the VPN network..

I also cannot PING the gateway, just my assigned IP address...

Below is the config I am running, any suggestions?

interface ethernet0 100full
interface ethernet1 100full
interface ethernet2 auto shutdown
interface ethernet3 auto shutdown
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 intf2 security4
nameif ethernet3 intf3 security6
enable password m3P151vUy.CRsWyU encrypted
passwd 3KFWnbNSdI.2KYOU encrypted
hostname sungard
domain-name sitetest.com
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
access-list 101 permit icmp any any
access-list 101 permit ip 198.250.250.0 255.255.255.0 198.250.251.0 255.255.255.0
pager lines 24
logging on
logging timestamp
logging buffered debugging
logging history debugging
mtu outside 1500
mtu inside 1500
mtu intf2 1500
mtu intf3 1500
ip address outside 200.19.100.162 255.255.255.240
ip address inside 198.250.250.1 255.255.255.0
no ip address intf2
no ip address intf3
ip audit info action alarm
ip audit attack action alarm
ip local pool ippool 198.250.251.4-198.250.251.10
no failover
failover timeout 0:00:00
failover poll 15
no failover ip address outside
no failover ip address inside
no failover ip address intf2
no failover ip address intf3
pdm history enable
arp timeout 14400
global (outside) 1 207.19.100.163-207.19.100.174
nat (inside) 0 access-list 101
nat (inside) 1 198.250.250.0 255.255.255.0 0 0
access-group 101 in interface outside
route outside 0.0.0.0 0.0.0.0 207.19.100.161 1
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 sip-disconnect 0:02:00 sip-invite 0:03:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
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 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 interface outside
isakmp enable outside
isakmp identity address
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 ippool
vpngroup vpn3000 dns-server 198.6.1.2
vpngroup vpn3000 default-domain sitetest.com
vpngroup vpn3000 split-tunnel 101
vpngroup vpn3000 idle-time 1800
vpngroup vpn3000 password ******
telnet timeout 5
ssh timeout 5
console timeout 0
terminal width 80
end

Thanks for your help!

-FrankieAIX
 
add nat traversal support

isakmp nat-traversal 20

you need to have pix version 6.3 or higher to have support for this command.
 
I saw that you have the fixup protocol for dns so you have pix version 6.33 -->
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top