Hi, guys.
First, I restored to factory default.
Configure vpn in web ui
relaxed: Accept DNS Configuration
Policy Rules (strict) :"Force Internet traffic through tunnel
step:
1、Test VPN without using x3mRouting
The result is that all traffic is a broadband interface
2、The test uses x3mRouting Policy routing.
run command
The ip test result used in the applet is still broadband output
num pkts bytes target prot opt in out source destination
1 0 0 MARK all -- br0 * 0.0.0.0/0 0.0.0.0/0 match-set TEST dst MARK or 0x1000
wolf@RT-AC86U-E308:/tmp/home/root# ip rule
0: from all lookup local
9995: from all fwmark 0x1000/0x1000 lookup ovpnc1
32766: from all lookup main
32767: from all lookup default
What should I do to use it correctly?
First, I restored to factory default.
Configure vpn in web ui
relaxed: Accept DNS Configuration
Policy Rules (strict) :"Force Internet traffic through tunnel
step:
1、Test VPN without using x3mRouting
The result is that all traffic is a broadband interface
Code:
traceroute to www.baidu.com (14.215.177.38), 30 hops max, 38 byte packets
1 10.0.0.1 (10.0.0.1) 0.301 ms 0.230 ms 0.207 ms
2 100.64.0.1 (100.64.0.1) 2.409 ms 2.758 ms 2.779 ms
3 182.150.190.221 (182.150.190.221) 3.606 ms 3.728 ms 3.522 ms
4 171.208.199.65 (171.208.199.65) 3.760 ms 171.208.199.213 (171.208.199.213) 3.975 ms 61.139.121.41 (61.139.121.41) 3.541 ms
5 202.97.29.21 (202.97.29.21) 30.634 ms 202.97.96.34 (202.97.96.34) 38.512 ms 202.97.29.17 (202.97.29.17) 30.351 ms
6 113.96.5.82 (113.96.5.82) 40.200 ms 113.96.5.126 (113.96.5.126) 37.439 ms^C
2、The test uses x3mRouting Policy routing.
run command
Code:
x3mRouting ALL 1 TEST aws_region=US
The ip test result used in the applet is still broadband output
Code:
13.34.31.128/27
52.93.178.143
44.192.0.0/11
52.93.60.0/24
52.93.50.150/31
99.77.151.0/24
54.190.198.32/28
52.93.50.174/31
52.144.194.192/26
54.210.0.0/15
15.230.39.70/31
44.242.161.20/30
52.93.50.164/31
num pkts bytes target prot opt in out source destination
1 0 0 MARK all -- br0 * 0.0.0.0/0 0.0.0.0/0 match-set TEST dst MARK or 0x1000
wolf@RT-AC86U-E308:/tmp/home/root# ip rule
0: from all lookup local
9995: from all fwmark 0x1000/0x1000 lookup ovpnc1
32766: from all lookup main
32767: from all lookup default
What should I do to use it correctly?