This is crazy, but the USB stick I was using for the router apparently broke and I had to attach a new one ...
I reinstalled Entware and x3mRouting added the dnsmask log commands to dnsmasq.conf.add, and it seems it's working again. I also tried with the dnsmasq method entry for...
Yes, I have set Accept DNS to Disabled for test 2 and I'm using AirVPN.
I used the following line "sh /jffs/scripts/x3mRouting/load_DNSMASQ_ipset_iface.sh 0 WIP whatismyipaddress.com" and restarted dnsmasq just to make sure using "service restart_dnsmasq" but it still shows my VPN ip - I also...
Ok, for test #1 I deleted all 3 netflix x3mRoutings and it works as expected, with streaming device routed through WAN and normal DNS streaming works and shows local content.
For test #2 I removed the streaming device WAN routing and ran the x3mRouting commands again (this time the first NETFLIX...
Yes it's set to 1.1.1.1 under WAN DNS. I just tried again with disabling the VPN client, then switching to Disabled and now it works, same for Relaxed. For both I now get the VPN error on NF.
So for "Disabled" DNS does not work anymore at all. I tried with "nslookup google.com" and also "nslookup google.com 1.1.1.1" and also 8.8.8.8, it just times out. Same happens for Relaxed.
Using "Strict" DNS works again, NF shows the VPN error (only for some shows again), same for "Exclusive"...
This is the output of those commands while the pihole is still configured as DNS server:
XXX@RT-AC86U-CF98:/tmp/home/root# iptables --line -t nat -nvL DNSVPN1
Chain DNSVPN1 (2 references)
num pkts bytes target prot opt in out source destination
1 0 0 RETURN...
I'm pretty sure Netflix (at least partially) is still bypassing the VPN - when I execute the "iptables -nvL PREROUTING -t mangle --line" command while browsing the netflix website I can see increased packets count for both NETFLIX2 and NETFLIXDNSMASQ. When I set Accept DNS Configuration to...
I'm using a RT-AC86U with firmware version 384.16_0. here's the complete output of those two commands:
ASUSWRT-Merlin RT-AC86U 384.16_0 Sun Apr 5 17:38:01 UTC 2020
XXX@RT-AC86U-CF98:/tmp/home/root# ip rule
0: from all lookup local
9990: from all fwmark 0x8000/0x8000 lookup main
10001...
This is actually my setup (except I was using Policy Rules without strict), sorry for being unclear in my first post.
I experimented a bit more, on the VPN Client settings page I added my PC ip with Iface WAN (I checked using ipleak.net, it shows my real IP but still the VPN DNS), I also...
I have the following setup:
- asuswrt merlin router using dns filter to force the use of a pihole in my network (mainly to block youtube ads on chromecast), also connected to a VPN and forcing all internet traffic through VPN.
- x3mrouting using ASN to force Netflix through WAN (using the line...
I set up the wireguard server and it works, but is it possible to route all traffic from connected wireguard clients through an active VPN client connection (VPN client configured in VPN settings tab)?
I'm trying to route all traffic from Wireguard through a VPN client connection.
I added the Wireguard ip's to the Selective Routing GUI (on the VPN client GUI page) and added a new iptables rule, inspired from here...