What's new

Help setting up Open VPN on Router

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

katinatez

Occasional Visitor
This is the setting instructions from my vpn provider more specifically its "privateinternetaccess"



Here is the text instructions for tomato firmware

Tomato OpenVPN VPN Setup Tomato: OpenVPN VPN Setup
Newest builds please follow the tutorial here TOMATO FORUM
Click Administration and then Scripts and enter the following in the init section:
echo username >> /tmp/password.txt
echo password >> /tmp/password.txt
Some users have found that they needed to manually create the password file due to chmod permissions.
Click VPN Tunneling and then Client.
Choose Client 1 and then choose Basic.
Set Start with WAN to Enabled.
Set Interface Type to Tun.
Set Protocol to UDP.
Set the Server Address/Port to us-east.privateinternetaccess.com [*] and port to 1194.
Set the Firewall to Automatic.
Set Authorization Mode to TLS.
Set Extra HMAC authorization to Disabled.
Set Create NAT on tunnel to Enabled.
Click on the Advanced tab.
Set Poll Interval to 0.
Set Redirect Internet Traffic to Disabled.
Set Accept DNS configuration to Enabled.
Set Encryption cipher to (Use Default).
Set Compression to (Adaptive).
In the Custom Configuration, input the following:
persist-key
persist-tun
tls-client
auth-user-pass /tmp/password.txt
comp-lzo
verb 1
reneg-sec 0
Click on the Keys tab and copy and paste the contents of ca.crt found in our OPENVPN CONFIG FILES, into the Certificate Authority.


My question is where do I set this part up

Click Administration and then Scripts and enter the following in the init section:
echo username >> /tmp/password.txt
echo password >> /tmp/password.txt
Some users have found that they needed to manually create the password file

Using Firmware:3.0.0.4.372.30_3

Thank you for your help
 
My question is where do I set this part up

Click Administration and then Scripts and enter the following in the init section:
echo username >> /tmp/password.txt
echo password >> /tmp/password.txt

You should be able to directly enter the username and password on the webui. The only time where you might need to use their manual procedure for that step is if your password contains some weird characters (like %, &, etc...)
 
Last edited:
I confirm - I am using PIA on my AC56U, and it logs in fine using the web UI... (thank you Merlin again :)
 
372_beta3

Hi,

Sorry if I hijack this post...

Just bought myself a new RT-AC66u, flashed the router with beta3 firmware.

I have success in connecting to VyprVPN using OpenVPN, the PC and MAc that I tested on confirmed that VPN is working, but I have problem with my xbox 360, it failed always with "mtu error".

This is what I did -

Followed the instructions listed over by OP, but in "Custom Configuration" I have

persist-key
persist-tun
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
comp-lzo adaptive
verb 1
reneg-sec 0

Why oh why Xbox failed its own network tests. Can someone help me fixing this MTU error?

Thanks in advance.
 
Have posted the same question on "VPN" section of the forum and got no answer.

Seems that it is not possible to have xbox connected through VPN on this router or any router for that matter.

With OpenVPN client in the off state the xbox connected to xbox live without any problem.
 

Similar threads

Sign Up For SNBForums Daily Digest

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