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!

Will this help with nord vpn and can I use this config on my merlin router

Jack-Sparr0w

Regular Contributor
remote-random<br>resolv-retry infinite<br>remote-cert-tls server<br>ping 15<br>ping-restart 0<br>ping-timer-rem<br>persist-key<br>persist-tun<br>reneg-sec 0<br>fast-io<br>disable-occ<br>mute-replay-warnings<br>auth-nocache<br>sndbuf 524288<br>rcvbuf 524288<br>push "sndbuf 524288"<br>push "rcvbuf 524288"<br>pull-filter ignore "auth-token"<br>pull-filter ignore "ifconfig-ipv6"<br>pull-filter ignore "route-ipv6"<br>explicit-exit-notify 3<br>tun-mtu 1500<br>tun-mtu-extra 32<br>mssfix 1450
 
want to use tls crypt v2 with nord vpn
This is what I have found

Setting up TLS Crypt v2 for NordVPN on an Asus router with AsusWRT-Merlin firmware involves several steps. First, download the OpenVPN configuration files from your NordVPN account. Then, log into your router's control panel and navigate to the OpenVPN Clients tab under the VPN section. In the Custom Configuration field, you should enter specific text to configure the connection, including remote-cert-tls server and remote-random nobind among other settings.
 
Does this look better for what I'm trying to do

remote-random
nobind
resolv-retry infinite
remote-cert-tls server
ping 15
ping-restart 0
ping-timer-rem
persist-key
persist-tun
reneg-sec 0
fast-io
disable-occ
mute-replay-warnings
auth-nocache
sndbuf 524288
rcvbuf 524288
push "sndbuf 524288"
push "rcvbuf 524288"
pull-filter ignore "auth-token"
pull-filter ignore "ifconfig-ipv6"
pull-filter ignore "route-ipv6"
explicit-exit-notify 3
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
 
###No guarantees. Use at your own risk. For novelty purposes only. Any resemblance to a real config, is purely coincidental and unintentional. Not responsible for any injuries, damages, or spontaneous combustion that may occur on your router from the use of this config.###
 
That is more readable. But it still looks like you copied this from @Viktor Jaep and have now added a nobind line. :confused:

Can you provide a link to the source of the information you posted in #3. AFAIK NordVPN doesn't support tls-crypt-v2.
 
This is what I settled on

remote-random
nobind
resolv-retry infinite
remote-cert-tls server
ping 15
ping-restart 0
ping-timer-rem
persist-key
persist-tun
reneg-sec 0
fast-io
disable-occ
mute-replay-warnings
auth-nocache
sndbuf 524288
rcvbuf 524288
push "sndbuf 524288"
push "rcvbuf 524288"
pull-filter ignore "auth-token"
pull-filter ignore "ifconfig-ipv6"
pull-filter ignore "route-ipv6"
explicit-exit-notify 3
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450

#log /tmp/vpn.log
 

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