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

five vpn tunnels - help needed

Status
Not open for further replies.

gzill

Technical User
Oct 6, 2005
2
US
Have four tunnels between PIX 515 and all are working. Now to begin my fifth introduction and initialize 4 tunnels out to the others for mesh (?) desin. Fifth one is not playing well. I am here tonight for the long haul until I get it done. I really hope someone can help.
Code:
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password Dav5itjUyU8ZKwuX encrypted
passwd t65NCLLCzpD/U4BH encrypted
hostname connectfw
domain-name netshops.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
name xxx.xxx.xxx.xxx fifo21
name xxx.xxx.xxx.xxx area51
name xxx.xxx.xxx.xxx cosentry
name xxx.xxx.xxx.xxx gzill
name xxx.xxx.xxx.xxx chalcofw
name xxx.xxx.xxx.xxx sysoper02
name xxx.xxx.xxx.xxx connectfw
access-list all_tunnels permit ip 10.2.0.0 255.255.0.0 10.3.7.0 255.255.255.0
access-list all_tunnels permit ip 10.2.0.0 255.255.0.0 192.168.60.0 255.255.255.0
access-list all_tunnels permit ip 10.2.0.0 255.255.0.0 172.16.1.0 255.255.255.0
access-list all_tunnels permit ip 10.2.0.0 255.255.0.0 172.16.2.0 255.255.255.0
access-list all_tunnels permit ip 10.2.0.0 255.255.0.0 10.1.0.0 255.255.0.0
access-list 101 permit ip 10.2.0.0 255.255.0.0 10.1.0.0 255.255.0.0
access-list 102 permit ip 10.2.0.0 255.255.0.0 10.3.7.0 255.255.255.0
access-list 102 permit ip 10.2.0.0 255.255.0.0 192.168.0.0 255.255.0.0
access-list 102 permit ip 10.2.0.0 255.255.0.0 10.10.220.0 255.255.255.0
access-list 103 permit ip 10.2.0.0 255.255.0.0 172.16.1.0 255.255.255.0
access-list 104 permit ip 10.2.0.0 255.255.0.0 172.16.2.0 255.255.255.0
access-list outside permit icmp any any echo-reply
access-list outside permit icmp any any time-exceeded
access-list outside permit icmp any any unreachable
access-list outside permit gre any host connectfw
access-list outside permit tcp any host connectfw eq pptp
pager lines 24
logging on
logging timestamp
logging console debugging
logging monitor debugging
logging buffered debugging
logging trap debugging
logging facility 23
logging queue 8094
icmp permit any echo-reply outside
icmp permit any echo outside
icmp permit any echo inside
icmp permit any echo-reply inside
icmp permit any inside
mtu outside 1500
mtu inside 1500
ip address outside connectfw 255.255.255.248
ip address inside 10.2.1.1 255.255.0.0
ip audit info action alarm
ip audit attack action alarm
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list all_tunnels
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group outside in interface outside
route outside 0.0.0.0 0.0.0.0 209.34.196.129 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
snmp-server host inside sysoper02
snmp-server location 120000_I_St
snmp-server contact gzill@netshops.com
snmp-server community hamx4me
snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set goliath esp-3des esp-md5-hmac
crypto map corp-map 1 ipsec-isakmp
crypto map corp-map 1 match address 101
crypto map corp-map 1 set peer area51
crypto map corp-map 1 set transform-set goliath
crypto map corp-map 2 ipsec-isakmp
crypto map corp-map 2 match address 102
crypto map corp-map 2 set peer cosentry
crypto map corp-map 2 set transform-set goliath
crypto map corp-map 3 ipsec-isakmp
crypto map corp-map 3 match address 103
crypto map corp-map 3 set peer fifo21
crypto map corp-map 3 set transform-set goliath
crypto map corp-map 4 ipsec-isakmp
crypto map corp-map 4 match address 104
crypto map corp-map 4 set peer chalcofw
crypto map corp-map 4 set transform-set goliath
crypto map corp-map interface outside
isakmp enable outside
isakmp key ******** address area51 netmask 255.255.255.255
isakmp identity address
isakmp policy 1 authentication pre-share
isakmp policy 1 encryption 3des
isakmp policy 1 hash md5
isakmp policy 1 group 1
isakmp policy 1 lifetime 1000
telnet timeout 5
ssh gzill 255.255.255.255 outside
ssh chalcofw 255.255.255.255 outside
ssh area51 255.255.255.255 outside
ssh 10.2.0.0 255.255.0.0 inside
ssh timeout 60
console timeout 0
dhcpd address 10.2.1.25-10.2.1.250 inside
dhcpd dns 66.37.238.30 66.37.238.26
dhcpd wins 10.1.1.41 10.1.1.24
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd domain hammocks.local
dhcpd enable inside
terminal width 80
Cryptochecksum:b812b86b118193cc0ae95ea461a3d2d5
: end
 
I have noticed traffic being counted on the ACL associated with each map, but for whatever reason it is not etting into the other end...I am so under pressure....anyone out there??? I appreciate your time.
 
Presently how may tunnels are up and running?
 
Where are your keys for the other 4 VPNs? Also have you check to make sure the distant end is good? As in NATs and what not?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top