Hello,
I successfully set up an OpenVPN connection to the PIA VPN. However, I would like to set up selective routing for Netflix, Hulu and various other TV network sites. I tried to followthe post under:
http://www.linksysinfo.org/index.php?threads/any-way-to-bypass-vpn-selectively.33468/#post-164693
But it doesn't seem to work. I created a vpn_route.sh file under /root, set it to chmod 755
run the following two commands on the command line:
nvram setfile2nvram /root/vpn_route.sh
nvram commit
add to the custom configuration:
script-security 2
route-up /root/vpn_route.sh
down /root/vpn_route.sh
then run:
nvram set vpn_client1_ip_list="192.168.1.10" (my PS3 IP)
nvram commit
I get the following error:
Jan 8 00:32:38 openvpn[728]: WARNING: Failed running command (--route-up): could not execute external program
Also, when I reboot, the /root/vpn_route.sh file disappears. Is that supposed to happen?
My setup:
RT-AC66U running 3.0.0.4.266.23b
PC
Nexus 10
PS3
Laptop
I would like the PS3 to completely go through the VPN, whereas my PC, Nexus 10 and Laptop to only have Netflix, Hulu and the other TV sites only, the rest through ISP.
Is this possible?
Thank you very much for your hard work rmerlin, Your firmware is amazing.
I successfully set up an OpenVPN connection to the PIA VPN. However, I would like to set up selective routing for Netflix, Hulu and various other TV network sites. I tried to followthe post under:
http://www.linksysinfo.org/index.php?threads/any-way-to-bypass-vpn-selectively.33468/#post-164693
But it doesn't seem to work. I created a vpn_route.sh file under /root, set it to chmod 755
run the following two commands on the command line:
nvram setfile2nvram /root/vpn_route.sh
nvram commit
add to the custom configuration:
script-security 2
route-up /root/vpn_route.sh
down /root/vpn_route.sh
then run:
nvram set vpn_client1_ip_list="192.168.1.10" (my PS3 IP)
nvram commit
I get the following error:
Jan 8 00:32:38 openvpn[728]: WARNING: Failed running command (--route-up): could not execute external program
Also, when I reboot, the /root/vpn_route.sh file disappears. Is that supposed to happen?
My setup:
RT-AC66U running 3.0.0.4.266.23b
PC
Nexus 10
PS3
Laptop
I would like the PS3 to completely go through the VPN, whereas my PC, Nexus 10 and Laptop to only have Netflix, Hulu and the other TV sites only, the rest through ISP.
Is this possible?
Thank you very much for your hard work rmerlin, Your firmware is amazing.