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

VPN question? 1

Status
Not open for further replies.

smokey7244521

IS-IT--Management
Nov 27, 2006
42
0
0
US
I have a pix 515E, and have just changed ISP's again, and since doing so, I now cannot connect to my vpn, I keep getting a Error 412, which from what i have read is a communication error. I have checked and do not have a latency issue, and am now at a loss, any help would be appreciated.

VPN Client Log

Cisco Systems VPN Client Version 4.8.02.0010
Copyright (C) 1998-2006 Cisco Systems, Inc. All Rights Reserved.
Client Type(s): Windows, WinNT
Running on: 5.1.2600 Service Pack 2

77 09:17:34.328 02/26/09 Sev=Info/4 CM/0x63100002
Begin connection process

78 09:17:34.343 02/26/09 Sev=Info/4 CM/0x63100004
Establish secure connection

79 09:17:34.343 02/26/09 Sev=Info/4 CM/0x63100024
Attempt connection with server "x.x.x.x"

80 09:17:34.421 02/26/09 Sev=Info/6 IKE/0x6300003B
Attempting to establish a connection with x.x.x.x.

81 09:17:34.437 02/26/09 Sev=Info/4 IKE/0x63000013
SENDING >>> ISAKMP OAK AG (SA, KE, NON, ID, VID(Xauth), VID(dpd), VID(Frag), VID(Nat-T), VID(Unity)) to x.x.x.x

82 09:17:34.734 02/26/09 Sev=Info/4 IPSEC/0x63700008
IPSec driver successfully started

83 09:17:34.734 02/26/09 Sev=Info/4 IPSEC/0x63700014
Deleted all keys

84 09:17:39.734 02/26/09 Sev=Info/4 IKE/0x63000021
Retransmitting last packet!

85 09:17:39.734 02/26/09 Sev=Info/4 IKE/0x63000013
SENDING >>> ISAKMP OAK AG (Retransmission) to x.x.x.x

86 09:17:44.734 02/26/09 Sev=Info/4 IKE/0x63000021
Retransmitting last packet!

87 09:17:44.734 02/26/09 Sev=Info/4 IKE/0x63000013
SENDING >>> ISAKMP OAK AG (Retransmission) to x.x.x.x

88 09:17:49.734 02/26/09 Sev=Info/4 IKE/0x63000021
Retransmitting last packet!

89 09:17:49.734 02/26/09 Sev=Info/4 IKE/0x63000013
SENDING >>> ISAKMP OAK AG (Retransmission) to x.x.x.x

90 09:17:54.734 02/26/09 Sev=Info/4 IKE/0x63000017
Marking IKE SA for deletion (I_Cookie=80656F9FE0F5BEFA R_Cookie=0000000000000000) reason = DEL_REASON_PEER_NOT_RESPONDING

91 09:17:55.234 02/26/09 Sev=Info/4 IKE/0x6300004B
Discarding IKE SA negotiation (I_Cookie=80656F9FE0F5BEFA R_Cookie=0000000000000000) reason = DEL_REASON_PEER_NOT_RESPONDING

92 09:17:55.234 02/26/09 Sev=Info/4 CM/0x63100014
Unable to establish Phase 1 SA with server "x.x.x.x" because of "DEL_REASON_PEER_NOT_RESPONDING"

93 09:17:55.234 02/26/09 Sev=Info/5 CM/0x63100025
Initializing CVPNDrv

94 09:17:55.234 02/26/09 Sev=Info/6 CM/0x63100046
Set tunnel established flag in registry to 0.

95 09:17:55.234 02/26/09 Sev=Info/4 IKE/0x63000001
IKE received signal to terminate VPN connection

96 09:17:55.312 02/26/09 Sev=Info/4 IPSEC/0x63700014
Deleted all keys

97 09:17:55.312 02/26/09 Sev=Info/4 IPSEC/0x63700014
Deleted all keys

98 09:17:55.312 02/26/09 Sev=Info/4 IPSEC/0x63700014
Deleted all keys

99 09:17:55.312 02/26/09 Sev=Info/4 IPSEC/0x6370000A
IPSec driver successfully stopped

 
this is the vpn client on your workstatin? try to modify the PCF file to the IP address and not the name of your old vpn public name
 
Yes this is the log from my client workstation, I have tried what you said, with same results. I have verified my config should be correct, like i said all i have had to do is change outside address, route, global, lines and work previously, not sure why is not working now

thanks
 
did you change the config of the pix 515? can you post a config?
 
here are the changes i made to config

no ip address outside x.x.x.x x.x.x.x
ip address outside x.x.x.x x.x.x.x
no global (outside) 1 interface
global (outside) 1 x.x.x.x x.x.x.x

no route outside 0.0.0.0 0.0.0.0 x.x.x.x 1
route outside 0.0.0.0 0.0.0.0 x.x.x.x 1
clear xlate


Here is my pix config

Building configuration...
: Saved
:
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password xxxx encrypted
passwd xxxxx encrypted
hostname FRKpix1
domain-name ciscopix.com
clock timezone CST -6
clock summer-time CDT recurring
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 102 permit ip x.x.x.x x.x.x.x x.x.x.x x.x.x.x
pager lines 24
logging on
icmp deny any outside
mtu outside 1500
mtu inside 1500
ip address outside x.x.x.x x.x.x.x
ip address inside x.x.x.x x.x.x.x
ip verify reverse-path interface outside
ip audit info action alarm
ip audit attack action alarm
ip local pool vpnpool1 x.x.x.x-x.x.x.x
pdm location x.x.x.x x.x.x.x inside
pdm location x.x.x.x x.x.x.x outside
pdm location x.x.x.x x.x.x.x inside
pdm location x.x.x.x x.x.x.x outside
pdm history enable
arp timeout 14400
global (outside) 1 x.x.x.x x.x.x.x
nat (inside) 0 access-list 102
nat (inside) 1 x.x.x.x x.x.x.x 0
outbound 10 deny 0.0.0.0 0.0.0.0 0 tcp
outbound 10 deny 0.0.0.0 0.0.0.0 0 esp
outbound 10 permit x.x.x.x x.x.x.x 21 tcp
outbound 10 permit x.x.x.x x.x.x.x 53 tcp
outbound 10 permit x.x.x.x x.x.x.x 53 udp
outbound 10 permit x.x.x.x x.x.x.x 443 tcp
outbound 10 permit x.x.x.x x.x.x.x 443 udp
outbound 10 permit x.x.x.x x.x.x.x 21 udp
outbound 10 permit x.x.x.x x.x.x.x 110 tcp
outbound 10 permit x.x.x.x x.x.x.x 143 tcp
outbound 10 permit x.x.x.x x.x.x.x 80 tcp
outbound 10 permit x.x.x.x x.x.x.x 20 tcp
outbound 10 permit x.x.x.x x.x.x.x 23 tcp
outbound 10 permit x.x.x.x x.x.x.x 25 tcp
outbound 10 permit x.x.x.x x.x.x.x 1494 tcp
outbound 10 permit x.x.x.x x.x.x.x 22 tcp
outbound 10 permit x.x.x.x x.x.x.x 22 udp
outbound 10 permit x.x.x.x x.x.x.x udp
outbound 10 permit x.x.x.x x.x.x.x 0 udp
outbound 11 permit x.x.x.x x.x.x.x tcp
outbound 11 permit x.x.x.x x.x.x.x udp
outbound 11 permit x.x.x.x x.x.x.x 0 esp
apply (inside) 10 outgoing_src
route outside 0.0.0.0 0.0.0.0 x.x.x.x x.x.x.x 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 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
http server enable
http x.x.x.x x.x.x.x outside
http x.x.x.x x.x.x.x outside
http x.x.x.x x.x.x.x inside
no snmp-server location
no snmp-server contact
snmp-server community JEFF-manage
no snmp-server enable traps
tftp-server inside x.x.x.x x.x.x.x
floodguard enable
sysopt connection tcpmss 0
sysopt connection permit-ipsec
crypto ipsec transform-set trmset1 esp-aes-256 esp-sha-hmac
crypto dynamic-map map2 10 set transform-set trmset1
crypto map map1 10 ipsec-isakmp dynamic map2
crypto map map1 interface outside
isakmp enable outside
isakmp identity address
isakmp nat-traversal 20
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption aes-256
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup abc address-pool vpnpool1
vpngroup abc dns-server x.x.x.x x.x.x.x
vpngroup abc wins-server x.x.x.x x.x.x.x
vpngroup abc split-tunnel 102
vpngroup abc idle-time 1800
vpngroup abc password ********
telnet x.x.x.x x.x.x.x inside
telnet timeout 15
ssh timeout 5
console timeout 0
terminal width 80
Cryptochecksum:d9fb8c8c271decc843b58789e0cd1c7a
: end
[OK]

 
is this the perimeter device? i see you cleared xlate, have you rebooted the pix? can you turn up logging on the pix while you try to connect?
 
Yes this is the perimeter device. I am sure i have rebooted the PIX, but will redo this now. After rebooting, i can now connect to firewall. it was a bad day to forget that. Easy to overlook the obvious


Thank You Very much problem is resolved.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top