看了mobile01上面的教学是【只有中国的IP走VNP,其他IP国家直接连】
可是我人在大陆,想要把大陆的路由器设成【只有中国的IP直接连,其他国家IP走VPN】
mobile01教学最后面写【China 翻墙出来的 User, 只要举一反三应用即可.】
可是我还是不懂,请问我该怎么修改???
谢谢
下面是mobile01的原始连结跟设定内容
http://www.mobile01.com/topicdetail.php?f=110&t=3205444&p=33#42935068
内容:
# import China IP List
import ChinaIPList.rsc
# 根据 China IP List 标示封包(由于只用于上网,所以标示 80/TCP 即可)
/ip firewall mangle
add action=mark-routing chain=prerouting comment="Mark China IP" disabled=no \
dst-address-list=ChinaIPList dst-port=80 new-routing-mark=ChinaIP \
passthrough=no protocol=tcp
# 建立 pptp-client 连线至 VPN Server
/interface pptp-client
add connect-to=119.145.xxx.xxx disabled=no name=pptp-out2 \
password=xxxx user=pctine
# NAT masquerade (对外的封包做 SNAT)
/ip firewall nat
add action=masquerade chain=srcnat out-interface=pptp-out2
# IP routing to China
/ip route add gateway=pptp-out2 routing-mark=ChinaIP check-gateway=ping