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