`
emcome
  • 浏览: 296768 次
  • 性别: Icon_minigender_1
  • 来自: 重庆
社区版块
存档分类
最新评论

收藏:Configure Juniper SSG-5 to pass-through PPTP traffic

 
阅读更多

Configure Juniper SSG-5 to pass-through PPTP traffic

When it comes to configuring your SSG-5 Juniper firewall to pass-through PPTP traffic, it can be a pain in the **s. As I discovered myself after two days struggling…

So, I case you end up in the same situation, here’s my solution; How to configure the Juniper SSG-5 to pass-through PPTP trafic? Forgive me that this explanation uses the WebGUI, but it’s actually very easy.

Before starting you have to have to set VIP multi-port on.  This can only be done trough the command-line interface. Article KB5471 from Juniper knowledge-base is describing this set-up:

set vip multi-port [Enter]
save [Enter]
reset [Enter]

First of all you have to punt your existing network interfaces in ROUTE mode, instead of NAT. If you already have policies defined, don’t panic! I will come shortly to how to fix NAT transition.

So, go to: Network > Interfaces > List and edit both trusted and untrusted interfaces, set interface mode on ROUTE.

At the untrusted interface (that’s where the internet is connected to, and you will be pointing your PPTP client to) click also on de Properties VIP.

Add a VIP entry with the [Same as the interface IP adres].

Go to Policy > Policy Elements > Services > Custom. Click the new button.

Give the service name: CustomPPTP

Add the protocol information accordingly and press OK.

Do understand; the PPTP protocol self uses TCP and port 1723. Protocol 47 (GRE) is using port 2048.

Go back to the interface configuration of your untrusted VIP settings and add a New VIP service. Select your CustomPPTP service and map it to the IP of your PPTP server:

Go to Policy > Policies and add a new policy from the UNTRUSTED zone to the TRUSTED zone:

Go to the Advanced tap (you should do this for ALL your existing policies when you’ve changed the interface settings from NAT to ROUTE!) and turn NAT Source Translation ON and press OK:

That’s all you have to do. Try connect your client to the server, all should work now.

Please note: The above IP-addresses are for example.

If you think this article was helpful or you’ve still got some questions, then please feel free to drop a comment!

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics