Articles Articles Most Popular Articles Most Popular Articles Most Helpful Articles Most Helpful Articles
DrillDown Icon Table of Contents Back
 . . . . . . . . . . . . .
DrillDown Icon Product Literature
DrillDown Icon Best Practices & Policies
DrillDown Icon Protect Your Cyberoam Appliances from Power Fluctuations
DrillDown Icon Version 10.x
DrillDown Icon Cyberoam Maintenance
DrillDown Icon FAQ's
DrillDown Icon How To
DrillDown Icon Anti Spam
DrillDown Icon Anti Virus
DrillDown Icon Authentication
DrillDown Icon Clients
DrillDown Icon Content Filtering
DrillDown Icon Firewall
DrillDown Icon Identity-based Policies
DrillDown Icon IPS
DrillDown Icon Logs & Reports
DrillDown Icon Multiple Gateway - Load Balancing and Failover
DrillDown Icon Quality of Service (QoS)
DrillDown Icon Registration
DrillDown Icon Routing
DrillDown Icon SSL VPN
DrillDown Icon System
DrillDown Icon Users and Groups
DrillDown Icon Virtual LANs
DrillDown Icon VPN
DrillDown Icon VPN Interoperability
DrillDown Icon Establish Site-to-Site IPSec Connection between Cyberoam and PIX Firewall using Preshared key
DrillDown Icon Establish IPSec VPN Tunnel between Cyberoam and NetScreen
DrillDown Icon Establish IPSec VPN Tunnel between Cyberoam and Cisco ASA using Preshared key
DrillDown Icon Establish VPN Tunnel between Cyberoam and SonicWall using Preshared key
DrillDown Icon Establish VPN Tunnel between Cyberoam and Fortigate using Preshared key
DrillDown Icon Configure Cyberoam to Establish PPTP connection using MS Windows 7 VPN Client
DrillDown Icon Configure MS Windows 7 VPN Client for L2TP connection with MS-CHAP v2 Authentication
DrillDown Icon Configure L2TP between Cyberoam and Windows 7
DrillDown Icon Configure Apple iPhone for Cyberoam L2TP VPN Connection
DrillDown Icon Configure Apple iPad for Cyberoam L2TP VPN Connection
DrillDown Icon Configure MS Windows XP VPN Client for L2TP connection with MS-CHAP v2 Authentication
DrillDown Icon Setup Cyberoam VPN Client to connect to a Cyberoam for the remote access using preshared key
DrillDown Icon Establish Site-to-Site IPSec Connection using Preshared key Between Cyberoam and NetGenie SOHO
DrillDown Icon Connect Android Devices with Cyberoam Using L2TP VPN
DrillDown Icon Establish an IPSec Connection Between Cyberoam and Cisco VPN Client for Apple iOS
DrillDown Icon Establish an IPSec Road Warrior Connection between Cyberoam and Macintosh using IP Securitas
DrillDown Icon Establish an IPSec Connection Between Cyberoam and Cisco VPN Client for Windows
DrillDown Icon Route all BO Internet Traffic through HO ISP Gateway
DrillDown Icon Configure a Virtual Host over VPN
DrillDown Icon Configure IPSec VPN Connection with Multiple End Points
DrillDown Icon Bypass IPSec VPN Traffic
DrillDown Icon Allow Clientless SSO (CTAS) Authentication Over VPN
DrillDown Icon Allow Branch Office Users to Authenticate with Head Office Authentication Server
DrillDown Icon Forward GRE Traffic over IPSec VPN Tunnel
DrillDown Icon Create Hub and Spoke IPSec VPN Network with Super Net
DrillDown Icon Manage Cyberoam Through SNMP Over VPN
DrillDown Icon Configure Syslog over VPN in Cyberoam
DrillDown Icon Configure GRE Tunnel on Cyberoam
DrillDown Icon Configure DHCP over VPN in Cyberoam
DrillDown Icon Configure VPN Failover and Failback in Cyberoam
DrillDown Icon Use VPN/MPLS as a Backup(MPLS Scenario)
DrillDown Icon Establish Site-to-Site IPSec Connection using Preshared key
DrillDown Icon Web Application Firewall (WAF)
DrillDown Icon Wireless LAN
DrillDown Icon Configure Wireless WAN
DrillDown Icon TroubleShooting
DrillDown Icon Version 9.x
DrillDown Icon Visio Stencils
DrillDown Icon Glossary
DrillDown Icon Product Technical Support
DrillDown Icon Compatibility
  Email This ArticlePrintPrint Current Article and All Sub-Articles
 
Establish Site-to-Site IPSec Connection between Cyberoam and PIX Firewall using Preshared key

Product:
The information in this article is based on Cyberoam Version 10.00 onwards and PIX-Firewall 6.3(5) with 3DES Support.

Applicable to Version: 10.00 onwards

This article describes a detailed configuration example that demonstrates how to set up a Site-to-Site IPSec VPN connection between Cyberoam and Cisco PIX using preshared key to authenticate VPN peers.


Throughout the article we will use the default VPN policy provided by Cyberoam and network parameters as shown in the diagram below.
 
 
 
 
This document has 2 sections:
 
 
Cisco PIX-Firewall Server Configuration

Step 1: Logon to PIX-Firewall with Enable privilege

  Pix-firewall> en

  Password: ******


  Pix-firewall# conf t
 

Step 2: Configuring IKE Parameters as follows:

  isakmp enable outside

  isakmp key 0123456789 address 202.134.168.202 netmask 255.255.255.0

  isakmp identity address

  isakmp policy 10 authentication pre-share

  isakmp policy 10 encryption 3des

  isakmp policy 10 hash md5

  isakmp policy 10 group 2


  isakmp policy 10 lifetime 3600
 

Step 3: Verify the IKE Parameters using below given commands

  show isakmp


  show isamp policy
 

Step 4: Define Access-list to allow IPSec tunnel traffic

  access-list pix_2_cyberoam permit ip 172.50.50.0 255.255.255.0 172.16.16.0 255.255.255.0


Step 5: Specify addresses to be exempt from NAT (traffic to be tunneled)

            nat (inside) 0 access-list pix_2_cyberoam



Step 6: Configuring IPSec Parameters

  crypto ipsec transform-set pixtransform esp-3des esp-md5-hmac

  crypto map pixmap 10 ipsec-isakmp

  crypto map pixmap 10 match address pix_2_cyberoam

  crypto map pixmap 10 set peer 202.134.168.202

  crypto map pixmap 10 set transform-set pixtransform

  crypto map pixmap interface outside


Step 7: Implicit permit for all packets that come from IPsec tunnels

  sysopt connection permit-ipsec

Note:


Use the below given commands to view your configuration:
show crypto ipsec sa

O
r if you want to check your IPSec negotiation, use the debug command:
debug crypto isakmp debug crypto ipsec
 
 

Cyberoam Configuration

The entire configuration is to be done from Web Admin Console. Access Web Admin Console with user having “Administrator” profile. 

Step 1: Create IPSec connection  


Go to VPN
à IPSec Connection and click on “Add” button to create Connection with the following values:
 
 
 
 
Parameters
Value
General Settings
Name
CR_2_PIX
Connection Type
Site to Site
Policy
DefaultHeadOffice
Action on VPN Restart
Respond Only
Authentication Details
Authentication Type
Preshared Key
Preshared Key
Forward this key to the remote peer (PIX) as same preshared key should be used by both the peers. At the remote end, client will have to specify this key for authentication. In SonicWall, preshared key is called ‘Shared Secret’ or ‘Preshared Secret’.
Confirm Preshared Key
Specify preshared key again for confirmation
Local Network Details
Local WAN Port
202.134.168.202
Local Subnet
172.16.16.0/24
Remote Network Details
Remote VPN Sever
202.134.168.208
Remote Subnet
172.50.50.0/24
 
 
 
 
Click on OK and the IPSec Connection ‘CR_2_PIX’ will be added successfully.
 

 

Step 2: Activate Connection

Go to VPN à IPSec à Connection and click    under Status against the CR_2_PIX connection to activate the connection.

    under Status indicates that the connection is successfully activated.
 
 

 

Note:

At a time only one connection can be active if both the types of connection - Digital Certificate and Preshared Key - are created with the same source and destination. In such situation, at the time of activation, you will receive error ‘Unable to activate connection’ hence you need to deactivate all other connections. 
 
 


                                                                                                                                                                           Document Version – 1.0 – 03/08/2012
Attachments
Article ID: 2387