What's new

Asus RT-n66u, Asuswrt-Merlin, OpenVPN with HIDEME.RU

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

Kondratenko

New Around Here
Hello!
Help, please.
I need to configure the router Asus rt-n66u with last Asuswrt-Merlin and redirect traffic through the VPN SERVER ( https://hideme.ru/vpn/ ). Settings for OpenVpn Client LINUX, which provides site (ca in_ca.crt, cert in_7481115.crt, key in_7481115.key adjusted via TLS):
client

#connect to VPN server
remote 46.38.63.110 1194
proto udp

#DNS server to use
dhcp-option DNS 8.8.8.8

#remove to use your ISP's gateway
redirect-gateway def1

#your access keys
ca in_ca.crt
cert in_7481115.crt
key in_7481115.key
ns-cert-type server

#use virtual interface 'tap'
dev tap

#keep trying indefinitely to resolve the host name of the OpenVPN server.
resolv-retry infinite

#most clients don't need to bind to a specific local port number.
nobind

#try to preserve some state across restarts
persist-key
persist-tun

#enable compression on the VPN link
comp-lzo

#set log file verbosity.
verb 4

#silence repeating messages
mute 20

#tell the server to immediately close its client instance object rather than waiting for a timeout
explicit-exit-notify
 
... cool... I did not know such VPN provider even exists! what speeds are you getting on PC client?

Merlin's firmware is relatively easy to setup VPN... you just need to go to VPN page, and select Client.

Are you getting any errors? What does system log say?
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

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