Advertisement

06.24.2008 at 12:31PM PDT, ID: 23512289
[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.5

Site to site VPN problem, tunnel up but no traffic flow

Asked by niclase in IPSec Security Protocol, Cisco PIX Firewall

Tags: , ,

Trying to create a site to site VPN with a Cisco ASA 5510 (8.0.3) and PIX 501 (6.3.5). It seems like the tunnel is established correct but the traffic does not get thru. I can see the client connection attempt but no hit on the access-lists when looking at the ASA side. Can someone please assist with some feedback on the configuration?

-------------------------------------------------------------------

egw04(config)# show config
: Saved
: Written by enable_15 at 18:23:13.904 GMT Tue Jun 24 2008
!
ASA Version 8.0(3)
!
terminal width 160
hostname egw04
domain-name company.com
enable password IFRO0j1p9LqBa05M encrypted
names
dns-guard
!
interface Ethernet0/0
 nameif ext0
 security-level 0
 ip address 192.168.139.148 255.255.255.192
!
interface Ethernet0/1
 nameif int0
 security-level 50
 ip address 192.168.222.7 255.255.255.0
!
interface Ethernet0/2
 nameif int1
 security-level 60
 ip address 10.114.100.1 255.255.255.0
!
interface Ethernet0/3
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Management0/0
 nameif management
 security-level 100
 ip address 192.168.1.1 255.255.255.0
 management-only
!
passwd IFRO0j1p9LqBa05M encrypted
boot system disk0:/asa803-k8.bin
ftp mode passive
clock timezone GMT 0
dns domain-lookup int0
dns server-group DefaultDNS
 name-server 192.168.222.35
 domain-name company.com
same-security-traffic permit intra-interface
object-group network DM_INLINE_NETWORK_1
 network-object 10.114.100.0 255.255.255.0
 network-object 192.168.222.0 255.255.255.0
object-group network DM_INLINE_NETWORK_2
access-list pat1 extended permit ip 10.114.100.0 255.255.255.0 any
access-list nonat1 extended permit ip 10.114.100.0 255.255.255.0 10.0.100.0 255.255.255.0
access-list egw03 extended permit ip 10.114.100.0 255.255.255.0 10.0.100.0 255.255.255.0
pager lines 24
logging enable
logging asdm informational
mtu ext0 1500
mtu int0 1500
mtu int1 1500
mtu management 1500
ip local pool company_vpn_users 10.114.100.200-10.114.100.230 mask 255.255.255.0
icmp unreachable rate-limit 1 burst-size 1
icmp permit any echo ext0
icmp permit any echo-reply ext0
icmp permit any time-exceeded ext0
icmp deny any ext0
icmp permit any echo-reply int1
icmp permit any echo int1
icmp permit any time-exceeded int1
icmp deny any int1
asdm image disk0:/asdm-611.bin
asdm location 10.113.0.0 255.255.0.0 management
asdm location 10.0.100.0 255.255.255.0 management
no asdm history enable
arp timeout 14400
nat-control
global (ext0) 1 interface
nat (int1) 0 access-list nonat1
nat (int1) 1 access-list pat1
route ext0 0.0.0.0 0.0.0.0 192.168.139.129 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 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout uauth 0:05:00 absolute
dynamic-access-policy-record DfltAccessPolicy
http server enable 10443
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
sysopt connection reclassify-vpn
crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP5
crypto map ext0_map 20 match address egw03
crypto map ext0_map 20 set peer 192.168.30.75
crypto map ext0_map 20 set transform-set ESP-3DES-SHA
crypto map ext0_map interface ext0
crypto ca trustpoint LOCAL-CA-SERVER
 keypair LOCAL-CA-SERVER
 crl configure

!--- CUT

crypto isakmp identity address
crypto isakmp enable ext0
crypto isakmp policy 10
 authentication pre-share
 encryption 3des
 hash sha
 group 5
 lifetime 86400
no vpn-addr-assign aaa
no vpn-addr-assign dhcp
vpn-addr-assign local reuse-delay 5
telnet timeout 5
ssh 10.113.104.0 255.255.255.0 ext0
ssh timeout 5
console timeout 0
threat-detection basic-threat
no threat-detection statistics access-list
ntp server 192.36.144.22 source ext0
ntp server 192.36.144.23 source ext0
ssl certificate-authentication interface ext0 port 443
webvpn
 enable ext0
 svc image disk0:/anyconnect-win-2.2.0133-k9.pkg 1
 svc enable
  auto-signon allow ip 192.168.222.40 255.255.255.255 auth-type ntlm
group-policy DfltGrpPolicy attributes
 vpn-tunnel-protocol IPSec l2tp-ipsec
 webvpn
  svc ask enable
group-policy company_internal internal
group-policy company_internal attributes
 vpn-tunnel-protocol svc webvpn
 webvpn
  url-list value company_full
  svc ask none default webvpn
  file-browsing disable

!--- CUT

tunnel-group DefaultRAGroup webvpn-attributes
 authentication certificate
tunnel-group DefaultWEBVPNGroup general-attributes
 address-pool company_vpn_users
tunnel-group DefaultWEBVPNGroup webvpn-attributes
 authentication aaa certificate
tunnel-group 192.168.30.75 type ipsec-l2l
tunnel-group 192.168.30.75 ipsec-attributes
 pre-shared-key *
tunnel-group company type remote-access
tunnel-group company general-attributes
 address-pool company_vpn_users
 default-group-policy company_internal
tunnel-group company webvpn-attributes
 authentication aaa certificate
!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map type inspect dns migrated_dns_map_1
 parameters
  message-length maximum 512
policy-map global_policy
 class inspection_default
  inspect dns migrated_dns_map_1
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect rsh
  inspect rtsp
  inspect esmtp
  inspect sqlnet
  inspect skinny
  inspect sunrpc
  inspect xdmcp
  inspect sip
  inspect netbios
  inspect tftp
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:0d5c68d96e83de6b06205d8f69ad14e2


-------------------------------------------------------------------

egw03# show config
: Saved
: Written by enable_15 at 22:43:11.529 UTC Fri Jan 1 1993
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password IFRO0j1p9LqBa05M encrypted
passwd IFRO0j1p9LqBa05M encrypted
hostname egw03
domain-name company.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 ils 389
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 100 permit ip 10.0.100.0 255.255.255.0 10.114.100.0 255.255.255.0
access-list nonat permit ip 10.0.100.0 255.255.255.0 10.114.100.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 192.168.30.75 255.255.255.248
ip address inside 10.0.100.2 255.255.255.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 nonat
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 192.168.30.73 1
route inside 10.113.0.0 255.255.0.0 10.0.100.3 1
route inside 192.168.100.0 255.255.255.0 10.0.100.3 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 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
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 ESP-3DES-SHA esp-3des esp-sha-hmac
crypto map egw04 20 ipsec-isakmp
crypto map egw04 20 match address 100
crypto map egw04 20 set peer 192.168.139.148
crypto map egw04 20 set transform-set ESP-3DES-SHA
crypto map egw04 interface outside
isakmp enable outside
isakmp key ******** address 192.168.139.148 netmask 255.255.255.255
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash sha
isakmp policy 10 group 5
isakmp policy 10 lifetime 86400
telnet timeout 5
ssh 10.113.104.0 255.255.255.0 inside
ssh timeout 5
console timeout 0
terminal width 80
Cryptochecksum:47c34050e58c62392f4eb3f12aac3b1e
Start Free Trial
[+][-]06.24.2008 at 02:46PM PDT, ID: 21860697

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: IPSec Security Protocol, Cisco PIX Firewall
Tags: Firewall, Cisco, ASA 5510 PIX 501
Sign Up Now!
Solution Provided By: fileinster
Participating Experts: 2
Solution Grade: A
 
 
[+][-]06.24.2008 at 03:36PM PDT, ID: 21861203

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.

 
[+][-]06.24.2008 at 03:38PM PDT, ID: 21861229

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.

 
[+][-]06.24.2008 at 03:44PM PDT, ID: 21861276

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.

 
[+][-]06.24.2008 at 05:04PM PDT, ID: 21861643

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.

 
[+][-]06.24.2008 at 05:14PM PDT, ID: 21861689

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.

 
[+][-]06.24.2008 at 05:16PM PDT, ID: 21861697

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.

 
[+][-]06.24.2008 at 05:18PM PDT, ID: 21861703

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.

 
[+][-]06.24.2008 at 05:40PM PDT, ID: 21861810

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.

 
[+][-]06.25.2008 at 06:22AM PDT, ID: 21865236

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.

 
[+][-]06.25.2008 at 09:17AM PDT, ID: 21867295

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.

 
[+][-]06.25.2008 at 10:49AM PDT, ID: 21868157

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.

 
[+][-]06.25.2008 at 11:50AM PDT, ID: 21868703

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.

 
[+][-]06.25.2008 at 12:07PM PDT, ID: 21868866

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

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

 
[+][-]06.25.2008 at 01:34PM PDT, ID: 21869614

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.

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