Linux start on boot manual connection

This is a tutorial on how to start an OpenVPN connection when your Linux system boots.

Auto-connect OpenVPN via terminal

1. Create an auth.txt file inside the /etc/openvpn directory using the following command:

sudo gedit /etc/openvpn/auth.txt

Type in your NordVPN credentials (your username and password) on the separate lines in the file and save it.

You can find your NordVPN service credentials (service username and service password) in the Nord Account dashboard:

    1. Click Set up NordVPN manually.

      1.png
       
    2. You will receive a verification code in your email that you use for NordVPN services. Type the code in: 

      2.png
       
    3. Copy the credentials using the “Copy” buttons on the right:

      3.png

2. Open the file you are using to establish a connection:

sudo gedit /etc/openvpn/openvpn_udp/de75.nordvpn.com.udp.ovpn

Change this line:

auth-user-pass

to

auth-user-pass auth.txt

Save the file and change its name:

sudo mv /etc/openvpn/openvpn_udp/de75.nordvpn.com.udp.ovpn /etc/openvpn/de75.conf

3. Edit the openvpn boot file using this command:

sudo gedit /etc/default/openvpn

When the text editor opens, add the following line above #AUTOSTART="all":

AUTOSTART="de75"

Save the file and reboot your Linux device.

4. Once the device has rebooted, open the terminal and type in:

sudo traceroute 8.8.8.8

The first hop address should be 10.8.8.1, and on ipleak.net you should see the IP address of the German server you are connected to.

Auto-connect OpenVPN via Network Manager (Ubuntu)

First, set up the VPN connection using Network Manager.

Once the VPN connection is set up in the Network manager, edit your main network connection and select Automatically connect to VPN when using this connection. In the drop-down list, select the VPN connection you previously created.

nmapplet.png

이 게시글이 도움이 되었나요?

여전히 문제가 지속되나요?

  • 라이브 채팅

  • 이메일 양식

채팅 기능은 쿠키를 사용합니다. 채팅을 시작하면 쿠키 사용에 동의하게 됩니다. 자세한 내용은 다음을 참조하세요. 쿠키 정책.