Advertisement

09.22.2006 at 12:16PM PDT, ID: 21999679
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.4

Cisco Pix 506e & 515e Site to Site VPN not working

Asked by garyrafferty in Network Software Firewalls, Enterprise Firewalls, Cisco PIX Firewall

Tags: , , ,

The config of both pix are as follows

Site A

PIX Version 6.3(4)
interface ethernet0 10baset
interface ethernet1 10baset
nameif ethernet0 outside security0
nameif ethernet1 inside security100
hostname human1
domain-name domain
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 192.168.101.1 nihrc1
name 192.168.100.0 EC_IP
name 192.168.101.5 Nihrc-sus
name 194.72.6.57 BT_DNS
name 192.168.101.2 Exchange
name 192.168.101.0 Network
name 194.73.82.242 BT_DNS_2
object-group service Ports tcp
  port-object eq ftp
  port-object eq ftp-data
  port-object eq https
  port-object eq www
access-list smtp permit tcp any host 217.37.x.x eq smtp
access-list smtp remark OWA HTTPS
access-list smtp permit tcp any host 217.37.x.x eq https
access-list inside_outbound_nat0_acl permit ip any 192.168.110.0 255.255.255.240
access-list inside_outbound_nat0_acl permit ip Network 255.255.255.0 EC_IP 255.255.255.0
access-list outside_cryptomap_20 permit ip Network 255.255.255.0 EC_IP 255.255.255.0
access-list inside_access_in permit tcp Network 255.255.255.0 any object-group Ports
access-list inside_access_in remark Allow to BT DNS
access-list inside_access_in permit udp Network 255.255.255.0 host BT_DNS eq domain
access-list inside_access_in remark Exchange Server Outgoing Mail
access-list inside_access_in permit tcp host Exchange any eq smtp
access-list inside_access_in permit udp Network 255.255.255.0 host BT_DNS_2 eq domain
access-list inside_access_in permit ip host Nihrc-sus any
access-list inside_access_in permit ip host Exchange any
access-list outside_cryptomap_dyn_20 permit ip any 192.168.110.0 255.255.255.240
access-list outside_access_in permit tcp any host 217.37.x.x eq https
access-list outside_access_in permit tcp any host 217.37.x.x eq smtp
pager lines 24
logging on
mtu outside 1500
mtu inside 1500
ip address outside 217.37.x.x 255.255.x.x
ip address inside 192.168.101.254 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool VPN_Pool 192.168.110.1-192.168.110.10
pdm location 192.168.100.40 255.255.255.255 inside
pdm location EC_IP 255.255.255.0 inside
pdm location nihrc1 255.255.255.255 inside
pdm location EC_IP 255.255.255.0 outside
pdm location 192.168.100.28 255.255.255.255 inside
pdm location 192.168.100.26 255.255.255.255 inside
pdm location Nihrc-sus 255.255.255.255 inside
pdm location BT_DNS 255.255.255.255 outside
pdm location Exchange 255.255.255.255 inside
pdm location Network 255.255.255.255 inside
pdm location BT_DNS_2 255.255.255.255 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 2 217.37.x.x
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 2 Network 255.255.255.0 0 0
static (inside,outside) 217.37.x.x Nihrc-sus netmask 255.255.255.255 0 0
static (inside,outside) 217.37.x.x Exchange netmask 255.255.255.255 0 0
access-group outside_access_in in interface outside
access-group inside_access_in in interface inside
route outside 0.0.0.0 0.0.0.0 217.37.x.x 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
http server enable
http 0.0.0.0 0.0.0.0 outside
http EC_IP 255.255.255.0 inside
http Nihrc-sus 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
tftp-server inside 192.168.101.7 NIHRC_PIX
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-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-MD5
crypto map outside_map 20 ipsec-isakmp
crypto map outside_map 20 match address outside_cryptomap_20
crypto map outside_map 20 set peer 82.1.x.x
crypto map outside_map 20 set transform-set ESP-3DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map interface outside
isakmp enable outside
isakmp key ******** address 82.1.x.x netmask 255.255.x.x no-xauth no-config-mode
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption 3des
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup VpNGr0up address-pool VPN_Pool
vpngroup VpNGr0up dns-server 192.168.101.3 192.168.101.4
vpngroup VpNGr0up default-domain nihrc.org
vpngroup VpNGr0up idle-time 1800
vpngroup VpNGr0up password ********
telnet EC_IP 255.255.255.0 inside
telnet Network 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
management-access outside
console timeout 0
dhcpd lease 3600
dhcpd ping_timeout 750
terminal width 80


Site B

PIX Version 7.0(1)

interface Ethernet0
 nameif Outside
 security-level 0
 ip address 82.1.x.x 255.255.x.x
!
interface Ethernet1
 nameif inside
 security-level 100
 ip address 192.168.100.206 255.255.255.0
!
interface Ethernet2
 shutdown
 nameif DMZ
 security-level 4
 ip address 10.10.10.1 255.255.255.0
!
hostname fw
domain-name domain.org
ftp mode passive
object-group service Inside_Group tcp
 description Allow multiple services from Inside to Internet
 port-object eq www
 port-object eq ftp-data
 port-object eq https
 port-object eq ftp
object-group network NoProxy
 network-object EQ-EXCH 255.255.255.255
 network-object EQ-IMSS 255.255.255.255
 network-object EQ-DC1 255.255.255.255
 network-object EQ-IWSS 255.255.255.255
 network-object EQ-SQL 255.255.255.255
 network-object Bob 255.255.255.255
 network-object Damien 255.255.255.255
 network-object Martin 255.255.255.255
 network-object DVance 255.255.255.255
 network-object Bob_Laptop 255.255.255.255
 network-object Gary 255.255.255.255
 network-object EQ-TS 255.255.255.255
 network-object Darren 255.255.255.255
 network-object Intranet 255.255.255.255
 network-object 192.168.100.214 255.255.255.255
 network-object Terry 255.255.255.255
 network-object Intranet_FailOver 255.255.255.255
 network-object MOConnor 255.255.255.255
 network-object LKinney 255.255.255.255
 network-object una_Okane 255.255.255.255
 network-object Ciaran 255.255.255.255
object-group network NICCY
 network-object Gary 255.255.255.255
 network-object Darren 255.255.255.255
 network-object Damien 255.255.255.255
 network-object PDM_Mgnt 255.255.255.255
 network-object Test 255.255.255.255
 network-object 192.168.100.222 255.255.255.255
object-group network DMZ_ACCESS
 network-object Darren 255.255.255.255
 network-object Gary 255.255.255.255
 network-object Damien 255.255.255.255
 network-object Martin 255.255.255.255
 network-object PDM_Mgnt 255.255.255.255
 network-object Ciaran 255.255.255.255
access-list outside_access_in extended permit tcp any host 82.1.x.x eq smtp
access-list outside_access_in extended permit tcp any host 82.1.x.x eq https
access-list outside_access_in remark Allow SMTP Access
access-list outside_access_in remark Outside Access to HTTPS for OWA
access-list inside_access_in extended permit tcp host EQ-IMSS any eq smtp
access-list inside_access_in extended permit tcp object-group NoProxy any
access-list inside_access_in extended permit ip object-group NICCY any
access-list inside_access_in extended permit tcp host EQ-IWSS any object-group Inside_Group
access-list inside_access_in extended permit ip host Gary any
access-list inside_access_in remark Allow DNS to NTL1
access-list inside_access_in remark Allow DNS to NTL2
access-list inside_access_in extended permit ip host EQ-DC1 any
access-list inside_access_in extended permit ip host EQ-DC any
access-list inside_access_in extended permit ip host Tracey any
access-list inside_access_in extended permit ip 192.168.100.0 255.255.255.0 192.168.101.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip any 172.30.1.0 255.255.255.128
access-list inside_nat0_outbound extended permit ip 192.168.100.0 255.255.255.0 192.168.101.0 255.255.255.0
access-list Outside_cryptomap_dyn_20 extended permit ip any 172.30.1.0 255.255.255.128
access-list Outside_cryptomap_20_1 extended permit ip 192.168.100.0 255.255.255.0 192.168.101.0 255.255.255.0
pager lines 24
mtu Outside 1500
mtu inside 1500
mtu DMZ 1500
ip local pool VPN_Pool 172.30.1.1-172.30.1.100 mask 255.255.255.128
no vpn-addr-assign aaa
no vpn-addr-assign dhcp
monitor-interface Outside
monitor-interface inside
monitor-interface DMZ
asdm image flash:/asdm-501.bin
no asdm history enable
arp timeout 14400
global (Outside) 1 82.1.x.x-82.1.x.x
global (Outside) 1 82.1.x.x
global (DMZ) 1 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 1 0.0.0.0 0.0.0.0 dns tcp 5000 2500
nat (DMZ) 1 10.10.10.0 255.255.255.0
static (inside,Outside) 82.1.x.x 192.168.100.252 netmask 255.255.255.255
static (inside,Outside) 82.1.x.x EQ-IMSS netmask 255.255.255.255 dns tcp 5000 2500
access-group outside_access_in in interface Outside
access-group inside_access_in in interface inside
route Outside 0.0.0.0 0.0.0.0 82.1.x.x 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00
timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server RADIUS protocol radius
aaa-server RADIUS host EQ-DC
 key gary
group-policy EqualVpN01 internal
group-policy EqualVpN01 attributes
 dns-server value EQ-DC1 EQ-DC
 default-domain domain.local
http server enable
http PDM_Mgnt 255.255.255.255 inside
http Damien 255.255.255.255 inside
http Gary 255.255.255.255 inside
http Darren 255.255.255.255 inside
http 192.168.100.254 255.255.255.255 inside
http EQ-TS 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
snmp-server enable traps snmp
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-none
crypto ipsec transform-set ESP-DES-MD5 esp-3des esp-none
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-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-MD5
crypto map Outside_map 20 match address Outside_cryptomap_20_1
crypto map Outside_map 20 set peer 217.37.x.x
crypto map Outside_map 20 set transform-set ESP-3DES-MD5
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 md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
telnet PDM_Mgnt 255.255.255.255 inside
telnet EQ-TS 255.255.255.255 inside
telnet Damien 255.255.255.255 inside
telnet 192.168.100.254 255.255.255.255 inside
telnet Gary 255.255.255.255 inside
telnet Darren 255.255.255.255 inside
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd lease 3600
dhcpd ping_timeout 50
tunnel-group VpN01 type ipsec-ra
tunnel-group VpN01 general-attributes
 address-pool VPN_Pool
 authentication-server-group RADIUS
 default-group-policy VpN01
tunnel-group VpN01 ipsec-attributes
 pre-shared-key *
tunnel-group HRC type ipsec-l2l
tunnel-group HRC ipsec-attributes
 pre-shared-key *
!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map global_policy
 class inspection_default
  inspect dns maximum-length 512
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect netbios
  inspect rsh
  inspect rtsp
  inspect skinny
  inspect esmtp
  inspect sqlnet
  inspect sunrpc
  inspect tftp
  inspect sip
  inspect xdmcp
!
service-policy global_policy global

Site B

PIX Version 6.3(4)
interface ethernet0 10baset
interface ethernet1 10baset
nameif ethernet0 outside security0
nameif ethernet1 inside security100
hostname fw1
domain-name domain.org
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 192.168.101.1 nihrc1
name 192.168.100.0 EC_IP
name 192.168.101.5 Nihrc-sus
name 194.72.6.57 BT_DNS
name 192.168.101.2 Exchange
name 192.168.101.0 Network
name 194.73.82.242 BT_DNS_2
object-group service Ports tcp
  port-object eq ftp
  port-object eq ftp-data
  port-object eq https
  port-object eq www
access-list smtp permit tcp any host 217.37.x.x eq smtp
access-list smtp remark OWA HTTPS
access-list smtp permit tcp any host 217.37.x.x eq https
access-list inside_outbound_nat0_acl permit ip any 192.168.110.0 255.255.255.240
access-list inside_outbound_nat0_acl permit ip Network 255.255.255.0 EC_IP 255.255.255.0
access-list outside_cryptomap_20 permit ip Network 255.255.255.0 EC_IP 255.255.255.0
access-list inside_access_in permit tcp Network 255.255.255.0 any object-group Ports
access-list inside_access_in remark Allow to BT DNS
access-list inside_access_in permit udp Network 255.255.255.0 host BT_DNS eq domain
access-list inside_access_in remark Exchange Server Outgoing Mail
access-list inside_access_in permit tcp host Exchange any eq smtp
access-list inside_access_in permit udp Network 255.255.255.0 host BT_DNS_2 eq domain
access-list inside_access_in permit ip host Nihrc-sus any
access-list inside_access_in permit ip host Exchange any
access-list outside_cryptomap_dyn_20 permit ip any 192.168.110.0 255.255.255.240
access-list outside_access_in permit tcp any host 217.37.x.x eq https
access-list outside_access_in permit tcp any host 217.37.x.x eq smtp
pager lines 24
logging on
mtu outside 1500
mtu inside 1500
ip address outside 217.37.x.x 255.255.x.x
ip address inside 192.168.101.254 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool VPN_Pool 192.168.110.1-192.168.110.10
pdm location 192.168.100.40 255.255.255.255 inside
pdm location EC_IP 255.255.255.0 inside
pdm location nihrc1 255.255.255.255 inside
pdm location EC_IP 255.255.255.0 outside
pdm location 192.168.100.28 255.255.255.255 inside
pdm location 192.168.100.26 255.255.255.255 inside
pdm location Nihrc-sus 255.255.255.255 inside
pdm location BT_DNS 255.255.255.255 outside
pdm location Exchange 255.255.255.255 inside
pdm location Network 255.255.255.255 inside
pdm location BT_DNS_2 255.255.255.255 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 2 217.37.x.x
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 2 Network 255.255.255.0 0 0
static (inside,outside) 217.37.x.x Nihrc-sus netmask 255.255.255.255 0 0
static (inside,outside) 217.37.x.x Exchange netmask 255.255.255.255 0 0
access-group outside_access_in in interface outside
access-group inside_access_in in interface inside
route outside 0.0.0.0 0.0.0.0 217.37.x.x 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
http server enable
http 0.0.0.0 0.0.0.0 outside
http EC_IP 255.255.255.0 inside
http Nihrc-sus 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
tftp-server inside 192.168.101.7 NIHRC_PIX
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-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-MD5
crypto map outside_map 20 ipsec-isakmp
crypto map outside_map 20 match address outside_cryptomap_20
crypto map outside_map 20 set peer 82.1.x.x
crypto map outside_map 20 set transform-set ESP-3DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map interface outside
isakmp enable outside
isakmp key ******** address 82.1.x.x netmask 255.255.x.x no-xauth no-config-mode
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption 3des
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup VpN_Gr0up address-pool VPN_Pool
vpngroup VpN_Gr0up dns-server 192.168.101.3 192.168.101.4
vpngroup VpN_Gr0up default-domain domain.org
vpngroup VpN_Gr0up idle-time 1800
vpngroup VpN_Gr0up password ********
telnet EC_IP 255.255.255.0 inside
telnet Network 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
management-access outside
console timeout 0
dhcpd lease 3600
dhcpd ping_timeout 750Start Free Trial
 
Loading Advertisement...
 
[+][-]09.22.2006 at 12:52PM PDT, ID: 17580222

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.22.2006 at 01:34PM PDT, ID: 17580577

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.22.2006 at 01:41PM PDT, ID: 17580637

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.22.2006 at 01:53PM PDT, ID: 17580704

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.22.2006 at 02:02PM PDT, ID: 17580748

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.22.2006 at 02:13PM PDT, ID: 17580793

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.22.2006 at 02:34PM PDT, ID: 17580920

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.22.2006 at 04:16PM PDT, ID: 17581466

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Network Software Firewalls, Enterprise Firewalls, Cisco PIX Firewall
Tags: pix, cisco, vpn, site
Sign Up Now!
Solution Provided By: lrmoore
Participating Experts: 1
Solution Grade: A
 
 
[+][-]09.22.2006 at 04:29PM PDT, ID: 17581496

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.22.2006 at 04:34PM PDT, ID: 17581515

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32