07-09-2008 08:18 AM
Are there any docs available to explain and show VPN pass through configuration. I have a c2821 which will be performing PBR, but I'm not clear on how to configure VPN pass through. The VPNs that pass through are going to terminate on a Checkpoint FW.
Thanks in Advance
07-09-2008 08:47 AM
Suhale,
You need to allow the ipsec ports and protocols or pptp vpn ports and protocols if using microsoft vpn client via acl, create an acl and apply it to your outbound interface facing internet.
Example in a router:
If using Cisco VPN client it needs isakmp = UDP 500, nat-t UDP 4500 and ESP protocol 50
access-list 101 permit udp any any eq 500 log
access-list 101 permit udp any any eq 4500 log
access-list 101 permit esp any any log
Interface
ip access-group 101 in
if using microsoft PPTP vpn client you need to allow tcp 1732 and protocol GRE.
access-list 101 permit tcp any any eq 1723 log
access-list 101 permit gre any any log
Interface
ip access-group 101 in
If using both vpn clients combine the acl 101 together and apply it to outbound interface.
This will allow your inside users to be able to vpn outbound .
Rgds
Jorge
07-09-2008 01:28 PM
Jorge -
Many thanks for this - I'll give this a go
regards
Suhale
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide