2016年9月月 发布的文章

[转载] RouterOS透明经济翻墙

原帖找不到了 转了个二手货 留着备用

1、设置pppoe拨号上网,建立pppoe_out,取消默认网关、默认DNS;
/interface pppoe-client –> pppoe_out(联通互联网)
2、建立pppoe-out到VPN-server的专用route通道;
/ip route 
add dst-address=x.x.x.x/32 gate[……]

继续阅读 »

Windows 添加永久静态路由

route -p add 10.10.10.10 mask 255.255.255.255 192.168.5.1 if 3

-p即为persistent,添加子网掩码为255.255.255.255的目标地址网络10.10.10.10,走接口3,默认网关为192.168.5.1

其中接口号可以通过route print查到[……]

继续阅读 »