What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

gui killswitch kills when on even if vpn tun is up.

msc

New Around Here
I have a single device/Source IP being routed through the OpenVPN, which is up at all times.

If I turn on the killswitch "Block routed clients if tunnel goes down" the device is blocked, although it shows up as a router client. If I turn off the killswitch, the connection to the VPN goes through. Where should I start?

RT-AC 56R
Firmware:380.65_2
 
I have a single device/Source IP being routed through the OpenVPN, which is up at all times.

If I turn on the killswitch "Block routed clients if tunnel goes down" the device is blocked, although it shows up as a router client. If I turn off the killswitch, the connection to the VPN goes through. Where should I start?

With 'Block routed clients if tunnel goes down=YES'

e.g. VPN Client 1 connection is DOWN
Code:
ip route show table 111
<snip>
prohibit default
When the VPN Client 1 connection is UP, the 'prohibit default' statement is replaced by a valid 'dev tun1x' statement
Code:
ip route show table 111
<snip>
default via xxx.xxx.xxx.xxx dev tun11

So either the RPDB table for the routed device is incorrect, or the routed client is referencing the wrong RPDB table.
Code:
ip rule
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!

Members online

Back
Top