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

PIX 501 to Cisco 3000 VPN Concentrator configuration problems.

Status
Not open for further replies.

rbaia

MIS
Mar 5, 2003
4
US
Hello,

We have a remote office with a PIX 501 and our main office with a Cisco 3000 VPN Concentrator. We are trying to set up a Lan to Lan configuration.
I created a lan to lan connection on the concentrator and configured the PIX 501(see configuration below). When viewing the live event log on the concentrator we see that the tunnel is created. However we cannot access servers or workstations on either side.
Any help would be greatly appreciated.


PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password xxxxxxxxxxxx encrypted
passwd xxxxxxxxxx encrypted
hostname xxxxxxx
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
names
access-list 101 permit ip 192.168.1.0 255.255.255.0 x.0.0.0 255.0.0.0
pager lines 24
interface ethernet0 10baset
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside x.x.x.118 255.255.255.248
ip address inside 192.168.1.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 101
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
conduit permit icmp any any
route outside 0.0.0.0 0.0.0.0 x.x.x.113 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 doblets esp-3des esp-md5-hmac
crypto map doblemap 10 ipsec-isakmp
crypto map doblemap 10 match address 101
crypto map doblemap 10 set peer x.x.x.14
crypto map doblemap 10 set transform-set doblets
crypto map doblemap interface outside
isakmp enable outside
isakmp key ******** address x.x.x.14 netmask 255.255.255.224
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
telnet 192.168.1.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
terminal width 80
Cryptochecksum:214acb956b2f3d6325ddd47d3f76c4d7
 
Yes, when we look at the live event log on the concentrator we can see phase 1 and phase 2 completed. Also, we get packets received but none sent.
 
hope both the address list at remote and local are of mirror addrress range.Then it should work
 
Thanks for your response. It turns out the integrator on at the remote office didn't add the route into the router like I asked him to do. Once he added it everything worked.

Thanks for your help.
 
Hi dobble,
That's good. I just wanted to know did this lantolan eat up the bandwidth, how was the speed of vpn transaction.
Bye
Hemendra
 
There are only 10 users in the remote office and it doesn't appear to be any problems with bandwidth.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top