Please post the out of these two commands:
iptables -nvL PREROUTING -t mangle --line
ip rule
Check to see if the ipset list is populated correctly:
ipset -L x3mRouting_NETFLIX
ipset shows a ton of ip subnets, so assuming that is working. I removed and disabled other vpns, OVPN1 is now setup only and turned on.
ip rule details here
admin@RT-AC86U-6D00:/jffs/scripts# ip rule
0: from all lookup local
9990: from all fwmark 0x8000/0x8000 lookup main
9991: from all fwmark 0x3000/0x3000 lookup ovpnc5
9992: from all fwmark 0x7000/0x7000 lookup ovpnc4
9993: from all fwmark 0x4000/0x4000 lookup ovpnc3
9994: from all fwmark 0x2000/0x2000 lookup ovpnc2
9995: from all fwmark 0x1000/0x1000 lookup ovpnc1
10101: from 192.168.50.11 lookup ovpnc1
10102: from 192.168.50.10 lookup ovpnc1
32766: from all lookup main
32767: from all lookup default
the
details from iptables:
Chain PREROUTING (policy ACCEPT 960K packets, 761M bytes)
num pkts bytes target prot opt in out source destination
1 12007 1317K MARK all -- * * 192.168.50.0/24 192.168.50.1 MARK set 0x9
2 12007 1317K RETURN all -- * * 192.168.50.0/24 192.168.50.1
3 6252 808K MARK all -- * * 0.0.0.0/0 !192.168.50.0/24 MAC D4:E6:B7:C2:8A:0B MARK set 0x1e
4 6252 808K RETURN all -- * * 0.0.0.0/0 !192.168.50.0/24 MAC D4:E6:B7:C2:8A:0B
5 144K 12M MARK all -- * * 0.0.0.0/0 !192.168.50.0/24 source IP range 192.168.50.150-192.168.50.225 MARK set 0x1f
6 144K 12M RETURN all -- * * 0.0.0.0/0 !192.168.50.0/24 source IP range 192.168.50.150-192.168.50.225
7 1999 476K MARK all -- * * 192.168.50.10 !192.168.50.0/24 MARK set 0x20
8 1999 476K RETURN all -- * * 192.168.50.10 !192.168.50.0/24
9 3950 1319K MARK all -- * * 192.168.50.11 !192.168.50.0/24 MARK set 0x21
10 3950 1319K RETURN all -- * * 192.168.50.11 !192.168.50.0/24
11 772 87760 MARK all -- * * 192.168.50.12 !192.168.50.0/24 MARK set 0x22
12 772 87760 RETURN all -- * * 192.168.50.12 !192.168.50.0/24
13 158 40591 MARK all -- * * 192.168.50.14 !192.168.50.0/24 MARK set 0x23
14 158 40591 RETURN all -- * * 192.168.50.14 !192.168.50.0/24
15 0 0 MARK all -- * * 0.0.0.0/0 !192.168.50.0/24 source IP range 192.168.50.60-192.168.50.65 MARK set 0x24
16 0 0 RETURN all -- * * 0.0.0.0/0 !192.168.50.0/24 source IP range 192.168.50.60-192.168.50.65
17 0 0 MARK all -- br0 * 0.0.0.0/0 0.0.0.0/0 match-set x3mRouting_NETFLIX dst MARK or 0x8000
18 781 191K MARK all -- br0 * 0.0.0.0/0 0.0.0.0/0 match-set x3mRouting_AMAZONAWS dst MARK or 0x8000