Linux – Install the Airwall Server
To connect to Airnet, install the Linux Airwall Server on your device.
You may receive an error message during installation if you do not have the dependencies install required by the Airwall Server. Use the guidance below if you run into installation errors.
- If you receive the following error in Ubuntu 16.04:
- /usr/sbin/hip: error while loading shared libraries: libcurl.so.4:
cannot open shared object file: No such file or
directory
Install the following package: sudo apt install libcurl3 libcurl4-openssl-dev
- If you receive the following error in Ubuntu 18.04:
- /usr/sbin/hip: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version
'CURL_OPENSSL_3' not found (required by /usr/sbin/hip)Install the following packages:
- sudo apt install libcurl3
- sudo apt install libcurl4-openssl-dev
Click Look around to close the activation window. Find your device in the device list on the left to verify you are connected. You can also check in a terminal by typing the following:
sudo airctl service status
In the output, look for the line conductor=true, which means you are connected to your Airnet network.
Uninstall the Linux Airwall Server
- On Ubuntu, type sudo dpkg -r <Ubuntu service
name>
For example, sudo dpkg -r airwall
- On CentOS, type rpm -e <CentOS service
name>
For example, rpm -e airwall