CPUG

The Check Point User Group

A Resource For The Check Point Community.  Fast.  Useful.  Independent.

1. CCSA/CCSE One-Week Dual-Certification Training Course with CPUG in San Francisco!
    Courses Starting 12/8, (2009) 1/19, 2/9, 3/9, 4/6, 5/4, 6/8, 7/6, 8/3.
2. Join Us On LinkedIn - We now have a CPUG group.


Go Back   CPUG: The Check Point User Group > Check Point Firewall-1/VPN-1 And Related Products > VPN's (Virtual Private Networks)
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2005-08-13
Senior Member
 
Join Date: 2005-08-12
Posts: 162
Rep Power: 4
roadrunner has an average reputation (10+)
Default How to setup a VPN connection over a Natted connection

How to setup a VPN connection over a Natted connection
Since the massive installation of ADSL worldwide, which provides a stable connection to the Internet, some corporations have been looking at the possibility of setting up a VPN-NET connection to a remote office over ADSL.

The company one reader works for has offices in Spain. Unfortunatly, Telefonica is only allowed to provide 1 IP number per ADSL connection. The implementation that the reader had needed at least a /30 due to the fact that we installed a new ADSL router. The current setup that we have is based upon a Cisco 827 router and an IPSO 120. Here is a dump of the cisco config:


! -----------------------------
! version 12.2 no service pad service timestamps debug uptime service timestamps log uptime service password-encryption
! hostname XXXXXXXXXXXXXXX
! no logging buffered enable secret 5 XXXXXXXXXXXXXXXXXXXX
! username XXXXXXXXXX password 7 XXXXXXXXXXXXXXXX ip subnet-zero ip name-server 123.123.123.123
!
!
!
! interface Ethernet0

!------------------
! Private non routable IP address used for Cisco -> IPSO communication
!------------------
ip address 192.168.1.1 255.255.255.0
ip nat inside
hold-queue 100 out

! interface ATM0

no ip address
no atm ilmi-keepalive
dsl operating-mode auto

! interface ATM0.1 point-to-point

!------------------
! Public IP number if ISP is providing RFC 1483 Should you need PPPoA or PPPoE then just e-mail me
!------------------
ip address
ip nat outside
pvc 8/32
protocol ip
!

! ip nat inside source list 102 interface ATM0.1 overload
!------------------ ! IP number of the IPSO box
!------------------ ip nat inside source static 192.168.1.2 interface ATM0.1 ip classless ip route 0.0.0.0 0.0.0.0 ATM0.1 no ip http server
!
! access-list 23 permit access-list 23 permit access-list 102 permit ip 192.168.1.0 0.0.0.255 any ! line con 0

exec-timeout 120 0
stopbits 1

line vty 0 4

access-class 23 in
exec-timeout 120 0
login local
length 0

! scheduler max-task-time 5000 end ! -----------------------------
Answer


--------------------------------------------------------------------------------
All you have to do now is create a new gateway on your VPN-PRO module and update your FW-1 management rules (either global properties based or self made) to connect to the PUBLIC ip number of the ADSL connection. Upload this config and after it has been successfully loaded convert the gateway to a checkpoint gateway.
--------------------------------------------------------------------------------

-- RobertGraham - 07 Jan 2004


FAQForm
FAQs.Class: EncryptionFAQs
FAQs.OS:
FAQs.Version:
Reply With Quote
Reply

Thread Tools
Display Modes

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 Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -7. The time now is 00:29.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0