kamoj
Very Senior Member
BYPASS THE OPENVPN-CLIENT FOR SPECIFIC CONNECTION:
The easy way 1:
If you use Netflix on a TV or TV-box e.g. that is connected directly to the router.
If the TV is connected to e.g. "LAN port 3" (on the back of the router),
you can easy bypass the openvpn by doing this setting in the router WEB-GUI:
(Available ports are: Port1 Port2 Port3 Port4 WiFi-2.4G WiFi-5G)
BYPASS THE OPENVPN-CLIENT FOR SPECIFIC DEVICE(S):
The easy way 2:
Install the Kamoj add-on and just add the word "NOVPN" to the device name.
https://www.snbforums.com/threads/k...800-x4s-and-r9000-x10-temperatures-a-o.55063/
See "Bypassing the OpenVPN client tunnel" for details.
BYPASS THE OPENVPN-CLIENT FOR SPECIFIC IP-ADDRESSES:
The more advanced way:
Bypass e.g. TV or traffic to/from a specific local IP-address:
The easy way 1:
If you use Netflix on a TV or TV-box e.g. that is connected directly to the router.
If the TV is connected to e.g. "LAN port 3" (on the back of the router),
you can easy bypass the openvpn by doing this setting in the router WEB-GUI:
Code:
Advanced: Advanced Setup: VLAN/Bridge Settings:
Enable VLAN/Bridge group: By bridge group: Port3
Apply
BYPASS THE OPENVPN-CLIENT FOR SPECIFIC DEVICE(S):
The easy way 2:
Install the Kamoj add-on and just add the word "NOVPN" to the device name.
https://www.snbforums.com/threads/k...800-x4s-and-r9000-x10-temperatures-a-o.55063/
See "Bypassing the OpenVPN client tunnel" for details.
BYPASS THE OPENVPN-CLIENT FOR SPECIFIC IP-ADDRESSES:
The more advanced way:
Bypass e.g. TV or traffic to/from a specific local IP-address:
- Make a list of which IP-address your devices have.
IP-address can be found in the device itself or in the router WEB-GUI
(Advanced: Advanced Setup: Security: Access Control or
Basic: Attached Devices).
- Add the following lines (before the line "exit 0") to the router file: /etc/rc.local
(Several IP-addresses can be added, just put a blank/space character between each) :
Code:NO_VPN_LST="192.168.1.8 192.168.1.11 192.168.1.12" NOVPN_TABLE="200" WAN_GWAY=`ip route | awk '/^default/{print $3}'` for excludeip in $NO_VPN_LST; do [ $(ip rule list | grep "${excludeip} lookup $NOVPN_TABLE" | wc -l) = "0" ] && ip rule add from ${excludeip} table $NOVPN_TABLE; done ip route add default via $WAN_GWAY dev `ip route | awk '/^default/{print $NF}'` table $NOVPN_TABLE ip route flush cache
- Then reboot the router
what im stuck on now is how to get Netflix and my xfinity app working after installing/using openvpn-client. Both of these services will not load and give error codes i.e " It indicates that our systems have detected that you are connecting via a VPN, proxy, or “unblocker” . Any suggestions ?
Last edited: