Vente spéciale Obtenez un VPN pendant 3 ANS pour € 1.77/mois L'offre limitée >>

Installer le VPN. Etape 4. Ubuntu. OpenVPN. États-Unis.

Explications pour la configuration de la connexion VPN

Si vous avez déjà un compte, merci de vous connecter. Nouvel utilisateur? Inscrivez vous ici.

Assistant de connexion

Etape 1

Run terminal emulator: Press Alt+F2 and type "x-terminal-emulator" and press Enter.

Etape 2

Install required OpenVPN packages with the following command.
sudo apt-get install network-manager-openvpn-gnome

Etape 3

Open the top menu and click Tools icon to open Network Settings.

Etape 4

Find VPN section and click "+" button to start creating a new VPN configuration.

Etape 5

Click on "Import from file...".

Etape 6

Download the OpenVPN configuration file (.ovpn file), select "Downloads" section, and open Trust.Zone-United-States-HULU.ovpn file by double click on it.

OpenVPN configuration file:  Caché. Connectez-vous ou inscrivez-vous pour voir.

Trust.Zone-United-States-HULU.ovpn

Etape 7

Select "Password" from "Type" drop-down menu, enter your VPN username and password.
Your VPN Username: Caché. Connectez-vous ou inscrivez-vous pour voir.
Your VPN Password: Caché. Connectez-vous ou inscrivez-vous pour voir.

Click green "Add" button to add VPN configuration.

Trust.Zone-United-States-HULU us-hulu.trust.zone Trust.Zone-United-States-HULU.pem

Etape 8

Click ON/OFF switch near the VPN connection name to start connecting.

Trust.Zone-United-States-HULU VPN

Etape 9

After connection is established switch color will change from grey to orange.

Trust.Zone-United-States-HULU VPN

Etape 10

After you get connected to the Trust.Zone VPN your IPv4 IP address will change, but your IPv6 address will remain the same.

This is not a problem in case your ISP does NOT support IPv6, but in case it does, your IPv6 address may leak.

The best way to prevent IPv6 from leaking we recommend to disable IPv6 in your linux distro. Here is how you can do that.

To check if IPv6 is already disabled please run the following command:

cat /proc/sys/net/ipv6/conf/all/disable_ipv6

If command returns 1, then IPv6 is already disabled and you can skip steps below. In case return value is 0, please follow the instructions below:

Run the following commands to disable IPv6 for the current Ubuntu session:

sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1

To disable IPv6 during Ubuntu startup we recommend to edit GRUB loader settings.

Please open /etc/default/grub file in your favorite text editor. In our example we will use nano editor.

sudo nano /etc/default/grub

Locate the following lines

GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX="find_preseed=/preseed.cfg auto noprompt priority=critical locale=en_US"

Add the parameter ipv6.disable=1 to the end of the values of the GRUB_CMDLINE_LINUX_DEFAULT and GRUB_CMDLINE_LINUX parameters (inside quotes):

After editing, you should get the following lines:

GRUB_CMDLINE_LINUX_DEFAULT="quiet ipv6.disable=1"
GRUB_CMDLINE_LINUX="find_preseed=/preseed.cfg auto noprompt priority=critical locale=en_US ipv6.disable=1"

Now you can save the file and exit the editor. In case you use nano, you need to press Ctrl-O to write changes and press Enter to confirm file write. Then you can press Ctrl-X to exit the editor.

Run the following command to apply the GRUB changes:

sudo update-grub

The command will return the following output:

user@ubuntu:~$ sudo update-grub
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.4.0-66-generic
Found initrd image: /boot/initrd.img-5.4.0-66-generic
Found linux image: /boot/vmlinuz-5.4.0-42-generic
Found initrd image: /boot/initrd.img-5.4.0-42-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done

Connection check

Open Trust.Zone Main page or reload it if it is already open in order to check if your connection with Trust.Zone VPN is established correctly.
You can also visit our Connection Check Page.

Votre IP: x.x.x.x · États-Unis · Votre emplacement réel est caché!