Astrill Setup Manual:Setup WireGuard on pfSense

From Astrill Wiki
Revision as of 11:59, 12 July 2020 by Irfan (talk | contribs)
Jump to navigation Jump to search

STEP 1: Login into your pfSense

Turn on your pfSense router and login as root user by selecting "shell".

PfSense-wireguard1.png

STEP 2: Install WireGuard

Run following command to install WireGuard: pkg install wireguard

PfSense-wireguard2.png

If it fails to install then install Bash first and then try again to install WireGuard.


To install bash run following command: pkg install bash