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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot Access VPN

Status
Not open for further replies.
May 9, 2005
6
US
I am having trouble getting my VPN to connect. I have a PIX 506 and I am using Cisco VPN client 4.0. When I try to access the VPN from home I get a "Cannot contact security gateway"..error. When I try to dial to the VPN inside my network I get a "Connection terminated locally by peer.." error.

I am positive that all vpngroup and password info is correct. I recently changed service providers and my outside IP address changed, but that has been configured correctly for sure also. It was working before the service provider change, but now VPN access is not working.

Any ideas, people? Im kind of a newbie to this PIX/VPN client concept, so any detailed ideas and tech tips would be greatly appreciated. Thanks.
 
Why don't you go ahead and post a cleaned up version of your config, so that we might be able to see what's causing this behavior.

Computer/Network Technician
CCNA
 
Here you go..hope I did this right.

PIX Version 6.2(3)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password W0hYUCDs34scvSs3 encrypted
passwd W0hYUCDs34scvSs3 encrypted
hostname ******
domain-name ******.
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
fixup protocol sip udp 5060
names
access-list acl_outside permit tcp any host 67.X.Y.Z eq smtp
access-list acl_outside permit tcp host 216.230.9.250 host 67.X.Y.Z eq 1433
access-list inside_outbound_nat0_acl permit ip any 172.28.2.0 2

access-list outside_cryptomap_dyn_20 permit ip any 172.28.2.0 255.255.255.224

pager lines 24
logging on
interface ethernet0 10baset
interface ethernet1 10baset
mtu outside 1500
mtu inside 1500
ip address outside 67.X.Y.Z 255.255.255.240
ip address inside 172.28.1.254 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool remote 172.28.1.1-172.28.1.253
ip local pool VPNPool 172.28.2.1-172.28.2.20
pdm location 172.28.1.3 255.255.255.255 inside
pdm location 172.28.1.250 255.255.255.255
pdm location 216.230.9.250 255.255.255.255 outside

pdm history enable
arp timeout 14400
global (outside) 1 67.X.Y.Z-67.X.Y.Z
global (outside) 1 67.X.Y.Z
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) 67.X.Y.Z 172.28.1.3 netmask 255.255.255.255 0 0

static (inside,outside) 67.X.Y.Z 172.28.1.250 netmask 255.255.255.255 0 0


access-group acl_outside in interface outside
route outside 0.0.0.0 0.0.0.0 67.X.Y.Z 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 0:05:00 si


p 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 172.28.1.3 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
no floodguard enable
sysopt connection permit-ipsec
no sysopt route dnat
crypto ipsec transform-set ESP-3DES-SHA esp
crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20


crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-SHA


crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map


crypto map outside_map interface outside
isakmp enable outside
isakmp identity address
isakmp client configuration address-pool local remote outside
isakmp policy 10 authentication rsa-sig
isakmp policy 10 encryption des
isakmp policy 10 hash sha
isakmp policy 10 group 1
isakmp policy 10 lifetime 86400
isakmp policy 30 authentication pre-share
isakmp policy 30 encryption 3des
isakmp policy 30 hash sha
isakmp policy 30 group 2
isakmp policy 30 lifetime 86400
vpngroup SevampRemoteUsers address-pool VPNPool
vpngroup SevampRemoteUsers dns-server 172.28.1.3 64.83.0.10
vpngroup SevampRemoteUsers wins-server 172.28.1.3
vpngroup SevampRemoteUsers default-domain *******.org
vpngroup SevampRemoteUsers idle-time 1800
vpngroup SevampRemoteUsers password ********
telnet 172.28.1.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
terminal width 80
Cryptochecksum:29de59709ea280856f3658033a15cfef
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top