What's new

OpenVPN policy rules working with TOR?

  • 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!

ptommson

New Around Here
Firmware: Merlin 378.53
Router: Asus AC87U
Country: Switzerland

Hi all,
I have an Asus AC87U running an OpenVPN client connecting to UK with Policy Rules turned on.
My computer is not added to the VPN 'Rules for routing client traffic through the tunnel', so when the VPN is turned on, my PC does not go through with VPN (Destination remains in Switzerland).
If I enable 'TOR' on the router and add my MAC address to: 'Redirect all user from', then suddenly my internet is redirected to the OpenVPN destination (UK).
Any idea how to get around this or if it's a bug?
(I would like to keep TOR separate from the OpenVPN client if possible)
Thanks in advance
 
Thanks for the advice, looks like Merlin did some changes to the policy routing so I'll give it a go.
Cheers
 
and 443
Thanks for the advice, looks like Merlin did some changes to the policy routing so I'll give it a go.
Cheers

The Alpha release doesn't modify any iptable rules that would affect selective routing...

issue

Code:
ip rule

but does add the option to explicitly route via the WAN.

I believed the TOR option only adds iptable rule for ports 53,80, and 443 for the MAC you specified?

issue

Code:
iptables -t nat -L -nv --line

to see where your TOR mac address is added in the chain.
 
Last edited:

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!
Top