ROS 2.97 多IP VPN服务器解决 RMB酬谢
小弟有台8WAN口的 ROS 用来做VPN服务器的 暂时只能用一条IP做成VPN服务器我想把8个外网IP都做成独立的VPN服务器 就是可以拨进8个WAN口的任何一个IP拨哪个IP走哪个IP 有能解决的 可以人民币酬谢 联系QQ:40622318请注明"VPN"谢谢 默认开了PPTP应该是所有接口都可以拨号的呀 走默认线路 好冷清的坛子怎么就没高人跟下呢 开启VPN服务器,本来8条线就都可以使用了,而且肯定是你拔那条线路走那样线路如果你是为了实现借线,而拔那个外线的VPN需要通过那条出去,那你就加路由就可以了。针对来源地址做。 都没有说到点子上,肌肉说的有点靠谱,LZ要求的基本上不可行,不能实现拨哪条就走哪条(据我所知哈,当然也许真有高人存在),可以通过账号来控制路由走向,否则就像肌肉说的,全部都走默认了。。。 不做策略的话一般是只能通过默认线路拨号的,其他线路是拨不通的。。。实践出真知。。。 不做策略的话一般是只能通过默认线路拨号的,其他线路是拨不通的。。。实践出真知。。。
寒风落叶 发表于 2010-2-20 08:34 http://bbs.routerclub.com/images/common/back.gif
可以,我反正用的3.22以上版本多线,每条线都可以从外网拨入,并没有特别设置,以前2.9的不行,只能连接默认线路,至于拨哪条走哪条也可以做INPUT OUTPUT来实现,我以前专门研究了几天,确定可以。 赞成 可以,我反正用的3.22以上版本多线,每条线都可以从外网拨入,并没有特别设置,以前2.9的不行,只 ...
zooyo 发表于 2010-2-20 10:06 http://bbs.routerclub.com/images/common/back.gif 有时间再研究下。。。 寒风落叶
我在用3.20 和3.22也确认确认可以,你在说别人说法不靠谱的时候自己确认一下先. 测试过2.9.27的双光纤,外网可以拨入PPTP VPN,走路由表出 有静态路由表啊,要不路由表用来干嘛,呵呵
根据源地址判断就可以了啦 2.9的好像不行吧,连接winbox都只能走默认 其实就是INPUT OUTPUT的问题,试一下吧!
/ip firewall mangle
add action=mark-connection chain=input comment="" disabled=no in-interface=pppoe-out1 new-connection-mark=mark1 passthrough=yes
add action=mark-connection chain=input comment="" disabled=no in-interface=pppoe-out2 new-connection-mark=mark2 passthrough=yes
add action=mark-connection chain=input comment="" disabled=no in-interface=pppoe-out3 new-connection-mark=mark3 passthrough=yes
add action=mark-connection chain=input comment="" disabled=no in-interface=pppoe-out4 new-connection-mark=mark4 passthrough=yes
add action=mark-connection chain=input comment="" disabled=no in-interface=pppoe-out5 new-connection-mark=mark5 passthrough=yes
add action=mark-connection chain=input comment="" disabled=no in-interface=pppoe-out6 new-connection-mark=mark6 passthrough=yes
add action=mark-connection chain=input comment="" disabled=no in-interface=pppoe-out7 new-connection-mark=mark7 passthrough=yes
add action=mark-routing chain=output comment="" connection-mark=mark1 disabled=no new-routing-mark=mark1 passthrough=yes
add action=mark-routing chain=output comment="" connection-mark=mark2 disabled=no new-routing-mark=mark2 passthrough=yes
add action=mark-routing chain=output comment="" connection-mark=mark3 disabled=no new-routing-mark=mark3 passthrough=yes
add action=mark-routing chain=output comment="" connection-mark=mark4 disabled=no new-routing-mark=mark4 passthrough=yes
add action=mark-routing chain=output comment="" connection-mark=mark5 disabled=no new-routing-mark=mark5 passthrough=yes
add action=mark-routing chain=output comment="" connection-mark=mark6 disabled=no new-routing-mark=mark6 passthrough=yes
add action=mark-routing chain=output comment="" connection-mark=mark7 disabled=no new-routing-mark=mark7 passthrough=yes
页:
[1]
2