码迷,mamicode.com
首页 > 系统相关 > 详细

4、Juniper SSG520 PPTP映射到ROS后MAC无法连接解决方法

时间:2018-12-10 18:24:53      阅读:252      评论:0      收藏:0      [点我收藏+]

标签:protoc   解决方法   from   protocol   any   无法连接   win   service   The   

Windows拨PPTP ×××只需放行如下策略
set service "1723" protocol tcp src-port 0-65535 dst-port 1723-1723
set interface ethernet0/1 vip interface-ip 1723 "1723" 192.168.1.2 manual
set policy name "1723" from "Untrust" to "Trust" "Any" "VIP(ethernet0/1)" "1723" permit

MAC拨PPTP ×××除了上面还需放行如下策略
set service "GRE47" protocol 47 src-port 0-65535 dst-port 2048-2048
set interface ethernet0/1 vip interface-ip 2048 "GRE47" 192.168.1.2 manual
set policy name "GRE47" from "Untrust" to "Trust" "Any" "VIP(ethernet0/1)" "GRE47" permit

4、Juniper SSG520 PPTP映射到ROS后MAC无法连接解决方法

标签:protoc   解决方法   from   protocol   any   无法连接   win   service   The   

原文地址:http://blog.51cto.com/kaiyuandiantang/2328292

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!