Advertisement

05.10.2005 at 02:27AM PDT, ID: 21418621
[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!

7.0

Pix 515e to Cisco soho 91 VPN problems

Asked by stevenhill in Virtual Private Networking (VPN)

Tags: , , , ,

Hi,

I hope someone can help me with this most vexing problem

I am trying to create a VPN between a soho 91 into a Pix 515e using the following config:

SOHO 91:


Router#show run
Building configuration...

Current configuration : 1752 bytes
!
version 12.3
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
no logging buffered
!
no aaa new-model
ip subnet-zero
ip name-server 192.168.254.254
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool CLIENT
   import all
   network 10.10.10.0 255.255.255.0
   default-router 10.10.10.1
   lease 0 2
!
partition flash 2 6 2
!

crypto isakmp key nw hostname HOSTNAME
!
crypto isakmp client configuration group crws-client
 acl 199
!
crypto isakmp peer address X.X.X.X
 set aggressive-mode password nw
 set aggressive-mode client-endpoint fqdn HOSTNAME
!
!
!
!
!
crypto ipsec client ezvpn crws-client
 connect auto
 group nw key nw
 mode client
 peer HOSTNAME
!
!
!
!
interface Ethernet0
 ip address 10.10.10.1 255.255.255.0
 no cdp enable
 crypto ipsec client ezvpn crws-client inside
 hold-queue 32 in
!
interface Ethernet1
 ip address dhcp client-id Ethernet1
 duplex auto
 no cdp enable
 crypto ipsec client ezvpn crws-client
!
ip classless
ip http server
no ip http secure-server
!
!
access-list 23 permit 10.10.10.0 0.0.0.255
access-list 199 permit ip 192.168.2.0 0.0.0.255 any
no cdp run
!
control-plane
!
!
line con 0
 exec-timeout 120 0
 no modem enable
 transport preferred all
 transport output all
 stopbits 1
 speed 115200
line aux 0
 transport preferred all
 transport output all
line vty 0 4
 access-class 23 in
 exec-timeout 120 0
 login local
 length 0
 transport preferred all
 transport input all
 transport output all
!
scheduler max-task-time 5000
!
end

Router#


I am new to this and have had to set up the aggressive mode to even make the crypto tunnel come up. When the 'show crypto isakmp sa' command is issued, it shows the 'QM_IDLE' for the remote peer but i cannot communicate with the remote network in any way.

if I set up Cisco VPN client v4.6.00.00.45 on a local machine then that can ping the remote network with no problems.

PIX CONFIG:

Result of firewall command: "sh conf"
 
: Saved
: Written by enable_15 at 20:31:24.277 UTC Mon May 9 2005
PIX Version 6.3(1)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password XXXXXXXXXXXXXXXXXX encrypted
passwd XXXXXXXXXXXXXXXXXX encrypted
hostname pix
domain-name example.com
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
no fixup protocol smtp 25
fixup protocol sqlnet 1521
access-list outside_access_in permit udp any interface outside eq domain log
access-list outside_access_in permit tcp any interface outside eq 3389 log
access-list outside_access_in permit tcp any host xxx.xxx.xxx.xxx eq smtp log
access-list outside_access_in permit tcp any interface outside eq www
access-list outside_access_in deny tcp any any
access-list inside_access_in permit tcp host 192.168.2.1 any eq smtp log
access-list inside_access_in deny tcp 192.168.2.0 255.255.255.0 any eq smtp log
access-list inside_access_in permit ip 192.168.2.0 255.255.255.0 any log
access-list inside_outbound_nat0_acl permit ip 192.168.2.0 255.255.255.0 192.168.2.180 255.255.255.252
access-list nw_splitTunnelAcl permit ip 192.168.2.0 255.255.255.0 any
access-list outside_cryptomap_dyn_20 permit ip any 192.168.2.180 255.255.255.252
pager lines 24
logging trap informational
logging host inside 192.168.2.5
mtu outside 1500
mtu inside 1500
ip address outside xxx.xxx.xxx.xxx 255.255.255.248
ip address inside 192.168.2.253 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool DL 192.168.2.180-192.168.2.183
pdm location 192.168.2.253 255.255.255.255 inside
pdm location 192.168.2.1 255.255.255.255 inside
pdm location 192.168.2.5 255.255.255.255 inside
pdm location 192.168.2.140 255.255.255.255 inside
pdm location 192.168.254.200 255.255.255.255 inside
pdm location 192.168.2.3 255.255.255.255 inside
pdm location TESTSPAM 255.255.255.255 inside
pdm location SPAM_GATE 255.255.255.255 inside
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp interface 8000 192.168.2.1 smtp netmask 255.255.255.255 0 0
static (inside,outside) tcp interface smtp SPAM_GATE smtp netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 3389 192.168.2.5 3389 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface www 192.168.2.1 www netmask 255.255.255.255 0 0
static (inside,outside) udp interface domain 192.168.2.1 domain 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 213.249.136.17 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 RADIUS protocol radius
aaa-server LOCAL protocol local
http server enable
http 192.168.254.200 255.255.255.255 inside
http 192.168.2.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
tftp-server inside 192.168.2.252 \
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set ESP-DES-MD5 esp-des 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-DES-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 des
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup nw address-pool DL
vpngroup nw split-tunnel nw_splitTunnelAcl
vpngroup nw idle-time 1800
vpngroup nw password ********
telnet 192.168.2.5 255.255.255.255 inside
telnet timeout 5
ssh timeout 5
console timeout 0
terminal width 80
Cryptochecksum:e5600fed5953aab3ced7ede4624a780a
 

The fact that the software vpn client works makes me think that the problem lies with the soho. i have tried to manually configure the system and i have used the crws which isn't much help.


Any assistance would be gratefully received.



Thanks







Start Free Trial
 
Keywords: Pix 515e to Cisco soho 91 VPN pro…
 
Loading Advertisement...
 
[+][-]05.10.2005 at 07:09PM PDT, ID: 13974562

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

Zone: Virtual Private Networking (VPN)
Tags: cisco, soho, ezvpn, 91, pix
Sign Up Now!
Solution Provided By: plemieux72
Participating Experts: 1
Solution Grade: A
 
 
[+][-]05.11.2005 at 04:25AM PDT, ID: 13976695

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.

 
[+][-]05.11.2005 at 05:18AM PDT, ID: 13976993

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.

 
[+][-]05.16.2005 at 01:22PM PDT, ID: 14013808

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.

 
[+][-]05.16.2005 at 03:21PM PDT, ID: 14014729

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.

 
[+][-]05.22.2005 at 05:02AM PDT, ID: 14054640

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.

 
[+][-]05.22.2005 at 10:21AM PDT, ID: 14055850

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.

 
[+][-]05.22.2005 at 10:30AM PDT, ID: 14055874

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.

 
[+][-]05.24.2005 at 07:50AM PDT, ID: 14068924

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.

 
[+][-]05.24.2005 at 08:24AM PDT, ID: 14069299

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.

 
[+][-]05.24.2005 at 08:27AM PDT, ID: 14069343

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.

 
[+][-]05.25.2005 at 05:44AM PDT, ID: 14076676

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.

 
[+][-]05.30.2005 at 03:43AM PDT, ID: 14107445

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.07.2005 at 04:01AM PDT, ID: 14160542

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