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

Please help with my access list

Status
Not open for further replies.

daidem77

MIS
Nov 30, 2005
43
CA
I have made IPSec connection with my branch office succesfully but we can't ping each others inside ip address. Yesterday I was able to ping the IP address of the branch office inside private ips. But today after some changes I have lost that too. Please help me, I am going crazy here. This is my configuration.

Head Office Peer
ip address outside xx.xx.xx.xx 255.255.255.248
ip address inside 172.20.0.1 255.255.0.0

Branch Office Peer
ip address outside dd.dd.dd.dd 255.255.255.0
ip address inside 172.22.0.1 255.255.0.0

This is my running config
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password hp1123tsxcU8wMse encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname testpix
domain-name test.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 crypto1 permit ip 172.20.0.0 255.255.0.0 172.22.0.0 255.255.0.0
access-list outside_cryptomap_30 permit ip 172.20.0.0 255.255.0.0 172.21.0.0 255.255.0.0 (this is extra, I know its not needed)
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside xx.xx.xx.xx 255.255.255.248
ip address inside 172.20.0.1 255.255.0.0
ip audit info action alarm
ip audit attack action alarm
pdm location 172.20.0.0 255.255.0.0 inside
pdm location 172.21.0.0 255.255.0.0 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 xx.xx.xx.xx
nat (inside) 0 access-list crypto1
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 xx.xx.xx.xs 1
timeout xlate 0:05: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
http server enable
http 172.20.0.0 255.255.0.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 ipsec pl-compatible
sysopt nodnsalias inbound
crypto ipsec transform-set myset esp-des esp-sha-hmac
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
crypto map pix1map 30 ipsec-manual
crypto map pix1map 30 match address crypto1
crypto map pix1map 30 set pfs group2
crypto map pix1map 30 set peer dd.dd.dd.dd
crypto map pix1map 30 set transform-set ESP-3DES-SHA ESP-DES-SHA ESP-DES-MD5 ESP-3DES-MD5 myset
crypto map pix1map 30 set security-association lifetime seconds 3600 kilobytes 4
608000
crypto map pix1map interface outside
isakmp enable outside
isakmp key ******** address dd.dd.dd.dd netmask 255.255.255.255 no-xauth no-con
fig-mode
isakmp identity address
isakmp policy 30 authentication pre-share
isakmp policy 30 encryption 3des
isakmp policy 30 hash md5
isakmp policy 30 group 2
isakmp policy 30 lifetime 3600
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd address 172.20.2.50-172.20.2.100 inside
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
terminal width 80
Cryptochecksum:2f3cf6322ca1fed0d99664b5362ac8ed
 
After reading I made the change to the following line but still the same problem

nat (inside) 0 access-list outside_cryptomap_30
 
I am desperate to get this access list working. Can anyone please help me. I have made a ipsec conneciton but unable to ping the private network on both sides.
 
Try debugging ICMP as a first step. Also, what's the branch office config look like?
 
The problem here is that the branch office router is a Linksys - WRV54G (#$@#$@#$@#$#@#!#$- that is how much I love the piece of %&^%*&%) and I can't get a command line configuration. Anyhow I am able to get a ipsec connection. IKE phases goes throw and shows connected. I was also able to ping once to the internal network of the branch office lan (172,21.0.0)but not vice versa.

ICMP Trace shows the following when I ping from the PIX.

ICMP echo request (len 32 id 9233 seq 0) xx.xx.xx.xx > 172.21.0.1
172.21.0.1 NO response received -- 1000ms

Thank you for taking the time and any type of advice or help is appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top