比如创建了一个
create chnroute hash:net
然后执行
echo "200 tinyfecvpn" >> /etc/iproute2/rt_tables
iptables -t mangle -I PREROUTING -m set ! --match-set chnroute dst -j MARK --set-mark 8
ip rule add fwmark 8 table 200
ip route add default dev tun100 table 200
ip route flush cache
最终用 wget
www.google.com 测试,并不会走标记的 tun100 网络,
是不是哪里不正确。折腾了半天没弄出来。