Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > connecting a Cisco 2610 to a Cisco PIX Firewall

Reply
Thread Tools

connecting a Cisco 2610 to a Cisco PIX Firewall

 
 
paul
Guest
Posts: n/a
 
      11-10-2003
I need assistance with a configuration.

I have a cisco 2610 router in the office here.
I need to connect to a customers site over our ADSL using a 3DES VPN.

Our customer has a PIX515 Firewall and needs me to give him a
configuration to paste onto the firewall.

I have never set up a PIX515 before.
We have a number of router to router VPNs set up but none to a
firewall.

Any config advice would be appreciated.
Preferably something I could just ammend with the relevant IP
Addresses and paste onto the PIX and router

Thanks
 
Reply With Quote
 
 
 
 
Peter Rowe
Guest
Posts: n/a
 
      11-10-2003
For a Pix 501 I have used:-

access-list site-to-site permit ip PIXIP PIXMASK YOURSITEIP YOURMASK (this is to encrypt the traffic from site-to-site)
access-list noNAT permit ip PIXIP PIXMASK YOURSITEIP YOURMASK (This is your NAT Exception for the VPN Traffic)

nat (inside) 0 access-list noNAT
sysopt connection permit-ipsec
crypto ipsec transform-set prop1 esp-des esp-md5-hmac
crypto map my-map 20 ipsec-isakmp
crypto map my-map 20 match address site-to-site
crypto map my-map 20 set peer YOURIP
crypto map my-map 20 set transform-set prop1

isakmp enable outside
isakmp key ******** address YOURROUTER netmask 255.255.255.255 no-xauth no-config-

isakmp policy 25 authentication pre-share
isakmp policy 25 encryption des
isakmp policy 25 hash md5
isakmp policy 25 group 2
isakmp policy 25 lifetime 86400

Also rememer that the access list on the Router must have IP Permit commands to allow traffic from the PIX Private side (which is unusual if you are used to router-router VPN's!)

Regards
Peter.



>>> paul<> 10/11/2003 16:29:57 >>>

I need assistance with a configuration.

I have a cisco 2610 router in the office here.
I need to connect to a customers site over our ADSL using a 3DES VPN.

Our customer has a PIX515 Firewall and needs me to give him a
configuration to paste onto the firewall.

I have never set up a PIX515 before.
We have a number of router to router VPNs set up but none to a
firewall.

Any config advice would be appreciated.
Preferably something I could just ammend with the relevant IP
Addresses and paste onto the PIX and router

Thanks


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Connecting Two Cisco 2610's each with Wic T1 Dsu/Csu ? IHateSpam Cisco 2 11-22-2008 06:08 AM
connecting a Nortel Contivity VPN device to a Cisco PIX Firewall in IPSEC tunnel mode Ken Gallagher Cisco 2 08-07-2006 02:51 PM
Is Cisco PIX Application level firewall or Packet level firewall? Learning Cisco Cisco 3 10-15-2005 12:55 AM
Connecting to a PIX firewall using cisco VPM client though a Linksys WAG54G with eth firewall enabled Phil Cisco 1 12-11-2004 12:30 PM
Secure Pix 506 Firewall/Cisco 2610 Router VPN? Kevin Cisco 2 05-03-2004 12:15 AM



Advertisments
 



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 44 45 46 47 48 49 50 51 52 53 54 55 56 57