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

PIX 501 - REMOTE VPN ISSUE

Status
Not open for further replies.

rcravey

Technical User
May 21, 2003
1
US
Since I configured my PIX 501 to NAT to my exchange server, I am unable to conect via my remote VPN client.

When attempting to connect, it gets to the point to where it states that it is securing channel, but then it just sits there.

The log viewer states the following:

1)
received malformed message or negotiation no longer active

2) received a NOTIFY message with an invalid protocol id (0)



Any suggestions......here is my config:

PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd LeihMkhFIP/9rjyA encrypted
hostname pixfirewall
domain-name rpgsol.net
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 sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
no fixup protocol smtp 25
names
access-list inside_outbound_nat0_acl permit ip any 192.168.5.192 255.255.255.192

access-list outside_cryptomap_dyn_20 permit ip any 192.168.5.192 255.255.255.192

pager lines 24
interface ethernet0 10baset
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside 67.153.45.134 255.255.255.248
ip address inside 192.168.5.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool VPN 192.168.5.220-192.168.5.230
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
static (inside,outside) 67.153.45.135 192.168.5.2 netmask 255.255.255.255 0 0
conduit permit icmp any any
conduit permit tcp host 67.153.45.135 eq smtp any
route outside 0.0.0.0 0.0.0.0 67.153.45.133 1
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 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 192.168.1.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
no sysopt route dnat
crypto ipsec transform-set ESP-3DES-SHA esp-3des 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-3DES-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 3des
isakmp policy 20 hash sha
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup petrobridge address-pool VPN
vpngroup petrobridge dns-server 192.168.5.2
vpngroup petrobridge default-domain petrobridge.net
vpngroup petrobridge idle-time 1800
vpngroup petrobridge password ********
telnet 0.0.0.0 0.0.0.0 outside
telnet 0.0.0.0 0.0.0.0 inside
telnet timeout 5
ssh timeout 5
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
terminal width 80
Cryptochecksum:2f3ed80f61c27bf0e19b82104523c9dc
: end
[OK]
pixfirewall(config)#
 
HI.

> Since I configured my PIX 501 to NAT to my exchange ...
Please describe the change in more details.
What commands did you add/change? How was it before the changes?
Did you change the ip address of the pix outside interface?
Did you try to clear xlate or reboot the pix after changes?

> ip address inside 192.168.5.1 255.255.255.0
> ip local pool VPN 192.168.5.220-192.168.5.230
These are overlapping and should better be changed, to something like:
ip local pool VPN 192.168.99.1-192.168.99.10
Then change all related access-list statements.

Bye


Yizhar Hurwitz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top