What's new

Disney+ and Netflix don't respect VPN on WLAN

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

Nord does have SmartDNS,Unrestricted access to streaming content on your Smart TV and other devices. you can activate it, also you use have to input there DNS servers into your device
 
@iTyPsIDg



If you force all WAN traffic through the VPN w/ the Router rule set to the WAN ip, that also includes the remote connection to the VPN server, which *must* use the WAN, so it makes no sense.

If, as @L&LD suggests, you need to force NordVPN's DNS servers over the VPN, then that shouldn't be a problem provided they are scoped within the same *private* IP network as the tunnel. That's the *only* viable route to those DNS servers, despite however Routing Policy is configured.

OTOH, if the NordVPN DNS servers are using *public* IPs, and the router is bound to the WAN due to PBR, you can create policy rules that bind those IPs to the VPN. You just have to place those IPs in the destination IP of the rule, NOT the source IP.
You don't have to use Nord's DNS servers, not even the Smart DNS ones. I had Nord's servers originally for my WAN and it still didn't work.

From reading
Code:
#!/bin/sh
swapon /tmp/mnt/WRT-Merlin/myswap.swp # Skynet
/jffs/scripts/scmerlin startup "$@" & # scMerlin
. /jffs/addons/diversion/mount-entware.div # Added by Diversion
/jffs/scripts/ntpmerlin startup "$@" & # ntpMerlin
/jffs/scripts/connmon startup "$@" & # connmon
/jffs/scripts/uiDivStats startup "$@" & # uiDivStats
cru a logrotate "5 0 * * * /opt/sbin/logrotate /opt/etc/logrotate.conf >> /opt/tmp/logrotate.daily 2>&1" # added by scribe
/jffs/scripts/uiScribe startup "$@" & # uiScribe
/jffs/scripts/spdmerlin startup "$@" & # spdMerlin
/jffs/scripts/vpnmgr startup "$@" & # vpnmgr_startup
it appears that ntpMerlin starts before vpnmgr. I think I remember reading that some services will not run if NTP checks can't happen. Since NTP uses DNS (pool.ntp.org) and the VPN hasn't established yet, then this may be the cause because I do have "Block routed clients if tunnel goes down" set to Yes.
 

Latest 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