iraweissman
Occasional Visitor
Hi All. Appreciate any help that can be provided.
I am trying to set up selective routing to essentially only use my VPN for streaming services and a select few other geo-blocked websites.
I have installed x3mRouting.
On VPN Client page, "Force Internet traffic through tunnel" is set to "Policy Rules" and I removed my desktop from VPN Director and have verified that it's not using the VPN.
I ran "x3mRouting ALL 1 HULU asnum=AS23286" in SSH. Looks like it ran successfully (pasting results below). I rebooted the router.
But Hulu is still coming up as if I'm entering from a foreign country. Any ideas what I'm doing wrong?
Thanks!
(x3mRouting): 1515 Starting Script Execution ALL 1 HULU asnum=AS23286
(x3mRouting): 1515 Selective Routing Rule via VPN Client 1 created for HULU fwmark 0x1000/0x1000
(x3mRouting): 1515 iptables -t mangle -D PREROUTING -i br0 -m set --match-set HULU dst -j MARK --set-mark 0x1000/0x1000 2>/dev/null added to /jffs/scripts/x3mRouting/vpnclient1-route-up
(x3mRouting): 1515 iptables -t mangle -A PREROUTING -i br0 -m set --match-set HULU dst -j MARK --set-mark 0x1000/0x1000 added to /jffs/scripts/x3mRouting/vpnclient1-route-up
(x3mRouting): 1515 iptables -t mangle -D PREROUTING -i br0 -m set --match-set HULU dst -j MARK --set-mark 0x1000/0x1000 2>/dev/null added to /jffs/scripts/x3mRouting/vpnclient1-route-pre-down
(x3mRouting): 1515 Completed Script Execution
I am trying to set up selective routing to essentially only use my VPN for streaming services and a select few other geo-blocked websites.
I have installed x3mRouting.
On VPN Client page, "Force Internet traffic through tunnel" is set to "Policy Rules" and I removed my desktop from VPN Director and have verified that it's not using the VPN.
I ran "x3mRouting ALL 1 HULU asnum=AS23286" in SSH. Looks like it ran successfully (pasting results below). I rebooted the router.
But Hulu is still coming up as if I'm entering from a foreign country. Any ideas what I'm doing wrong?
Thanks!
(x3mRouting): 1515 Starting Script Execution ALL 1 HULU asnum=AS23286
(x3mRouting): 1515 Selective Routing Rule via VPN Client 1 created for HULU fwmark 0x1000/0x1000
(x3mRouting): 1515 iptables -t mangle -D PREROUTING -i br0 -m set --match-set HULU dst -j MARK --set-mark 0x1000/0x1000 2>/dev/null added to /jffs/scripts/x3mRouting/vpnclient1-route-up
(x3mRouting): 1515 iptables -t mangle -A PREROUTING -i br0 -m set --match-set HULU dst -j MARK --set-mark 0x1000/0x1000 added to /jffs/scripts/x3mRouting/vpnclient1-route-up
(x3mRouting): 1515 iptables -t mangle -D PREROUTING -i br0 -m set --match-set HULU dst -j MARK --set-mark 0x1000/0x1000 2>/dev/null added to /jffs/scripts/x3mRouting/vpnclient1-route-pre-down
(x3mRouting): 1515 Completed Script Execution