Homepage |
Arch Linux Ref. Guide |
Arch Installation |
Language Input |
VPN Setup |
i3 Ricing Setup |
MLP-FiM Dubbing |
The following is to connect to a VPN through OpenVPN. Works for Mullvad and .ovpn files.
Information sourced from this video.
Use pacman -Sy to install the following programs:
Run the following code:
sudo systemctl enable NetworkManager.service
sudo systemctl start NetworkManager.service
sudo mkdir -p /etc/sysctl.d
sudo vim /etc/sysctl.d/40-ipv6.conf
net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.lo.disable_ipv6=1
net.ipv6.conf.tun0.disable_ipv6=1
sudo systemctl restart systemd-sysctl.service
sudo systemctl restart NetworkManager.service
.ovpn:
nmcli connection import type openvpn file YOURFILE.ovpn
Mullvad:
Download a zip file from the Mullvad website then unzip it.
Run this code nmcli connection import type openvpn file mullvad_no_osl.conf
In the settings menu for the VPN (located in the NetworkManager applet) change add the CA certificate to the zip file downloaded from the Mullvad website.
The password for the VPN connection will be 'm'.