In an effort to continue expanding our platform support for Guardian Firewall, Guardian's VPN connection can now be configured on Linux devices using the WireGuard protocol. Please follow the steps below to set up a secure tunnel through your Linux device.
a. If you are running the Ubuntu OS, run the command: sudo apt install wireguard
b. Instructions for other distributions can be found here
a. Access Settings: Log in to the Guardian App on your mobile device and tap the gear icon in the upper right corner to access Settings.
b. Navigate to Share VPN: In the Settings menu, select Advanced > Share VPN Configuration.
c. Generate VPN Credentials: Choose your preferred region and Transport Protocol, then tap "Generate VPN Credentials."
d. Share Configuration File: Tap the "Untitled" file (you can rename it if desired) to open it, then select the share option to share the new VPN configuration file to a folder or drive that can be accessed by the Linux machine
sudo mv [wgfile.conf] /etc/wireguard
sudo wg-quick up [wgfile]
sudo wg-quick down [wgfile]
If you wish to disable autostart for the VPN, use the following commands:
Sudo systemctl stop wg-quick@[configuration name]
Sudo systemctl disable wg-quick@[configuration name].service
Sudo rm -i /etc/systemd/system/wg-quick@[configuration name]
Sudo systemctl daemon-reload
Sudo systemctl reset-failed
Step by step instructions to activate your current subscription on Guardian for macOS.
Learn which platforms and subscription options are available for Guardian Firewall