Link to home
Start Free TrialLog in
Avatar of digipath9776
digipath9776

asked on

Help with Cisco Pix 501 Site-to-Site VPN

Can someone tell what I'm missing on my configuration. Can't seem to make  a site-to site connection. Help please.  


Router 1
:
PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password cKPjQjC/BtcWkqME encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname vgacorpfirwall
domain-name vgacorp.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 outside_access_in permit tcp any host 66.92.23.66 eq 3389
access-list 120 permit ip 192.168.0.0 255.255.255.0 192.168.10.0 255.255.255.0
access-list 130 permit ip 192.168.0.0 255.255.255.0 192.168.20.0 255.255.255.0
access-list 100 permit ip 192.168.0.0 255.255.255.0 192.168.10.0 255.255.255.0
access-list 100 permit ip 192.168.0.0 255.255.255.0 192.168.20.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 66.92.x.x 255.255.255.224
ip address inside 192.168.0.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 100
nat (inside) 1 192.168.0.0 255.255.255.0 0 0
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp 66.92.23.66 3389 192.168.0.2 3389 netmask 255.255.25
5.255 0 0
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 66.92.23.66 1
route outside 0.0.0.0 0.0.0.0 66.92.23.65 2
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 RADIUS protocol radius
aaa-server LOCAL protocol local
http server enable
http 192.168.0.2 255.255.255.255 inside
http 192.168.0.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
crypto ipsec transform-set vgaCorp esp-des esp-md5-hmac
crypto map toRemote 20 ipsec-isakmp
crypto map toRemote 20 match address 120
crypto map toRemote 20 set peer 66.x.x.94
crypto map toRemote 20 set transform-set vgaCorp
crypto map toRemote interface outside
isakmp enable outside
isakmp key ******** address 66.93.x.x netmask 255.255.255.240 no-xauth no-conf
ig-mode
isakmp key ******** address 71.x.x.x netmask 255.255.255.224 no-xauth no-c
onfig-mode
isakmp policy 1 authentication pre-share
isakmp policy 1 encryption 3des
isakmp policy 1 hash sha
isakmp policy 1 group 1
isakmp policy 1 lifetime 1000
telnet timeout 5
ssh timeout 5
console timeout 0
terminal width 80
Cryptochecksum:73ec202ab4ac56d97a70720ff8782885
: end
[OK]
vgacorpfirwall#
gacorpfirwall# show crypto isakmp sa
Total     : 0
Embryonic : 0
        dst               src        state     pending     created
vgacorpfirwall#

Router 2

PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password cKPjQjC/BtcWkqME encrypted
passwd xDC9z8lMD5h1KVaq encrypted
hostname vgadpix
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 outside_access_in permit tcp any host 66.93.86.94
access-list 110 permit ip 192.168.10.0 255.255.255.0 192.168.0.0 255.255.255.0
access-list 100 permit ip 192.168.10.0 255.255.255.0 192.168.0.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 66.x.x.94 255.255.255.240
ip address inside 192.168.10.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 100
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp 66.93.86.94 3389 192.168.10.2 3389 netmask 255.255.2
55.255 0 0
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 66.93.86.81 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 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
crypto ipsec transform-set vgaCorp esp-des esp-md5-hmac
crypto map vgaCorp 30 ipsec-isakmp
crypto map vgaCorp 30 match address 110
crypto map vgaCorp 30 set peer 66.x.x.66
crypto map vgaCorp 30 set transform-set vgaCorp
crypto map vgaCorp interface outside
isakmp enable outside
isakmp key ******** address 66.x.x.66 netmask 255.255.255.224 no-xauth no-conf
ig-mode
isakmp policy 3 authentication pre-share
isakmp policy 3 encryption 3des
isakmp policy 3 hash sha
isakmp policy 3 group 1
isakmp policy 3 lifetime 1000
telnet 66.93.86.80 255.255.255.240 outside
telnet 66.93.86.0 255.255.255.240 outside
telnet 192.168.10.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd auto_config outside
terminal width 80
Cryptochecksum:2fe5260f93722c3ab7523b6320ba7488
: end
[OK]
vgadpix# show crypto isakmp sa
Total     : 0
Embryonic : 0
        dst               src        state     pending     created
vgadpix#
ASKER CERTIFIED SOLUTION
Avatar of Cyclops3590
Cyclops3590
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The policies are fine.

Enable debugging (deb crypto isakmp and deb crypto ipsec), try to bring up the tunnel and post the result.
Avatar of digipath9776
digipath9776

ASKER

Please close
This shouldn't be closed.  There were two experts helping and I gave a suggestion to solve the problem.  At the least, it should be stated what the solution was.