Advertisement

02.10.2007 at 05:54AM PST, ID: 22157547
[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.6

Linksys to PIX VPN Configuration

Asked by rbamburg in Virtual Private Networking (VPN), Network Routers

Tags: , ,

I am trying to create a vpn between a Linksys BEFVP41 V2 and a PIX 501.  

Can someone tell me from the information below what lines I need to change in the PIX to get this tunnel up and working??   Thanks for the Help

The PIX is configured as such:

PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password xxxxxxxxxxxxxxxx encrypted
passwd xxxxxxxxxxxxxxxxx encrypted
hostname pixfirewall
domain-name rxxxxxxxxxx.com
clock timezone CST -6
clock summer-time CDT recurring
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 tftp 69
names
name 205.xxx.xxx.xxx OutsideIP212
name 205.xxx.xxx.xxx OutsideIP213
name 10.10.6.12 SBServer
name 10.10.6.11 Server2
access-list inside_outbound_nat0_acl permit ip 10.10.6.0 255.255.255.0 10.10.6.192 255.255.255.192
access-list outside_access_in permit tcp any interface outside eq smtp
access-list outside_access_in permit tcp any interface outside eq pop3
access-list outside_access_in permit tcp any interface outside eq www
access-list outside_access_in permit tcp any interface outside eq https
access-list 101 permit ip 10.10.6.0 255.255.255.0 172.16.6.0 255.255.255.0
access-list RXXXX_splitTunnelAcl permit ip 10.10.6.0 255.255.255.0 any
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside OutsideIP213 255.255.255.248
ip address inside 10.10.6.2 255.255.255.0
ip verify reverse-path interface outside
ip audit info action alarm
ip audit attack action alarm
ip local pool bigpool 172.16.6.1-172.16.6.254
pdm location 10.10.6.192 255.255.255.192 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 10 interface
nat (inside) 0 access-list 101
nat (inside) 10 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp interface smtp SBServer smtp netmask 255.255.255.255 0 0
static (inside,outside) tcp interface pop3 SBServer pop3 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface www SBServer www netmask 255.255.255.255 0 0
static (inside,outside) tcp interface https SBServer https netmask 255.255.255.255 0 0
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 205.xxx.xxx.xxx 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 10.10.6.0 255.255.255.0 inside
http SBServer 255.255.255.255 inside
http 10.10.6.15 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
sysopt connection permit-pptp
crypto ipsec transform-set myset esp-des esp-md5-hmac
crypto dynamic-map dynmap 10 set transform-set myset
crypto map mymap 10 ipsec-isakmp dynamic dynmap
crypto map mymap client configuration address initiate
crypto map mymap client configuration address respond
crypto map mymap interface outside
isakmp enable outside
isakmp key ******** address 0.0.0.0 netmask 0.0.0.0
isakmp identity address
isakmp client configuration address-pool local bigpool outside
isakmp nat-traversal 20
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 RXXXX address-pool bigpool
vpngroup RXXXX dns-server SBServer
vpngroup RXXXX wins-server SBServer
vpngroup RXXXX default-domain password
vpngroup RXXXX split-tunnel RXXXX_splitTunnelAcl
vpngroup RXXXX idle-time 1800
vpngroup RXXXX password ********
telnet SBServer 255.255.255.255 inside
telnet 10.10.6.15 255.255.255.255 inside
telnet Server2 255.255.255.255 inside
telnet timeout 5
ssh timeout 5
console timeout 0
vpdn group 1 accept dialin pptp
vpdn group 1 ppp authentication pap
vpdn group 1 ppp authentication chap
vpdn group 1 ppp authentication mschap
vpdn group 1 ppp encryption mppe auto
vpdn group 1 client configuration address local bigpool
vpdn group 1 pptp echo 60
vpdn group 1 client authentication local
vpdn enable outside
dhcpd address 10.10.6.201-10.10.6.210 inside
dhcpd dns 151.164.11.201 151.164.1.8
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
terminal width 80
Cryptochecksum:aaef20ee07f7bf8a6fda658a0eaad71e

************************************************************

The Linksys is configured the correct go to IP.
Other settings are as follows:
Proposal 1:
      Operation = Main Mode
      Encryption = DES
      Authentication = MD5
      Group = 124 bit
      Key Lifetime = 28800
Proposal 2:
      Encryption = DES
      Authentication = MD5
      PFS = On
      Group = 124 bit
      Key Lifetime = 2400
Preshared key = XXxxxx123

************************************************************

The log I am getting from the Linksys is :

00:03:13 IKE[1] Tx >> MM_I1 : 205.XXX.XXX.XXX SA
00:03:13 IKE[1] Rx << MM_R1 : 205.XXX.XXX.XXX SA
00:03:13 IKE[1] ISAKMP SA CKI=[2dc62096 3b3835fe] CKR=[c896b04f 409b83a0]
00:03:13 IKE[1] ISAKMP SA DES / MD5 / PreShared / MODP_1024 / 28800 sec (*28800 sec)
00:03:13 IKE[1] Tx >> MM_I2 : 205.XXX.XXX.XXX KE, NONCE
00:03:14 IKE[1] Rx << MM_R2 : 205.XXX.XXX.XXX KE, NONCE, VID, VID, VID, VID
00:03:14 IKE[1] Tx >> MM_I3 : 205.XXX.XXX.XXX ID, HASH
00:03:15 IKE[1] Rx << MM_R3 : 205.XXX.XXX.XXX ID, HASH
00:03:15 IKE[1] Tx >> QM_I1 : 205.XXX.XXX.XXX HASH, SA, NONCE, KE, ID, ID
00:03:15 IKE[1] Rx << Notify :
00:03:15 IKE[1] Rx << Notify :
00:03:15 IKE[1] Tx >> Notify : INVALID-EXCHANGE-TYPE 00:03:20 IKE[1] Tx >> Notify : INVALID-EXCHANGE-TYPE
00:03:20 IKE[1] **Check your ISAKMP Pre-share Key setting !
00:03:20 IKE[1] Tx >> Notify : INVALID-PAYLOAD-TYPE
Start Free Trial
 
 
[+][-]02.10.2007 at 08:31AM PST, ID: 18507497

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 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.11.2007 at 06:37AM PST, ID: 18510224

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 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02.11.2007 at 07:00AM PST, ID: 18510297

View this solution now by starting your 30-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: Virtual Private Networking (VPN), Network Routers
Tags: linksys, vpn, pix
Sign Up Now!
Solution Provided By: lrmoore
Participating Experts: 2
Solution Grade: A
 
 
[+][-]02.11.2007 at 08:57AM PST, ID: 18510677

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

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

 
[+][-]02.11.2007 at 11:39AM PST, ID: 18511191

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 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.14.2007 at 04:03PM PDT, ID: 19287879

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

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

 
[+][-]06.19.2007 at 11:48AM PDT, ID: 19318601

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

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

 
[+][-]06.29.2007 at 03:35AM PDT, ID: 19388000

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

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

 
 
Loading Advertisement...
20081112-EE-VQP-44