Advertisement

08.30.2008 at 08:42AM PDT, ID: 23691112
[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!

6.4

IPSec Spoof Error on ASA  on "select" networks

Asked by snchelpdesk in IPSec Security Protocol, Virtual Private Networking (VPN), Cisco PIX Firewall

When connecting from "some" networks I am experiencing an "ipsec spoof error " - most clients and networks fine.   Seems like a local machine problem BUT when connected to a "working" network with the problem client machine it works?!?  

The configuration of the ASA consists of a site-to-site link and Client VPN to support remotes  coming into the ASA and across the site-to-site link.

Again - the frustration - most clients working a few (myself) not!    

Thank you for you help,
Dave
Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
same-security-traffic permit intra-interface
access-list nonat extended permit ip 10.xx.xx.0 255.255.255.0 10.xx.xx.0 255.255.255.0 
access-list nonat extended permit ip 10.xx.xx.0 255.255.255.0 10.xx.xx.0 255.255.255.0 
access-list outside_1_cryptomap extended permit ip 10.xx.xx.0 255.255.255.0 10.xx.xx.0 
 
255.255.255.0 
access-list outside extended permit icmp any any 
access-list outside extended permit tcp any any 
access-list outside extended permit udp any any 
access-list outside extended permit ip any any inactive 
access-list espiritusvpn_splitTunnelAcl standard permit 10.xx.xx.0 255.255.255.0 
access-list espiritusvpn_splitTunnelAcl standard permit 10.xx.xx.0 255.255.255.0 
access-list 100 extended permit ip 10.xx.xx.0 255.255.255.0 10.30.6.0 255.255.255.0 
 
 
ip local pool vpn-addr 10.xx.xx.100-10.xx.xx.150 mask 255.255.255.0
 
global (outside) 1 interface
nat (inside) 0 access-list nonat
nat (inside) 1 0.0.0.0 0.0.0.0
access-group outside in interface outside
 
no sysopt connection permit-vpn
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac 
crypto ipsec transform-set EClinical-SET esp-3des esp-sha-hmac 
crypto dynamic-map outside_dyn_map 20 set transform-set EClinical-SET
crypto map outside_map 1 match address 100
crypto map outside_map 1 set peer 216.10.115.215 
crypto map outside_map 1 set transform-set EClinical-SET
crypto map outside_map 1 set nat-t-disable
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map interface outside
crypto isakmp identity address 
crypto isakmp enable outside
crypto isakmp policy 10
 authentication pre-share
 encryption 3des
 hash sha
 group 2
 lifetime 28800
crypto isakmp reload-wait
no vpn-addr-assign aaa
no vpn-addr-assign dhcp
Attachments:
 
snapshot of packet trace with "spoof" error detected
snapshot of packet trace with "spoof" error detected
 
 
Loading Advertisement...
 
[+][-]08.30.2008 at 07:02PM PDT, ID: 22353851

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, Virtual Private Networking (VPN), Cisco PIX Firewall
Sign Up Now!
Solution Provided By: snchelpdesk
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628