Connection Guide for Linux Devices (Debian.Ubuntu.Raspbian)
This guide will help you get your Linux Device (running Debia, Ubuntu or Raspbian) online and running on the VK44 Network.
Requirements
The below files and resources are required in order to connect your Linux Device which is running Debian, Ubuntu or Raspbian (RPi) to the VK44 Network.
VK44.NET Profile
You will need to apply for a VK44.NET VPN Profile from our dashboard and ensure your have it ready to place onto the Node OpenVPN Client.
This service is available free of charge to VK (Australia) Amateur Radio Operators which are approved users of the VK44 Network. Service Terms and Conditions apply.
Instructions
1. Connect to the Linux device via SSH.
sudo su
apt-get update && apt-get upgrade -y
apt-get install openvpn -y
nano /etc/openvpn/client.conf
3. PASTE the contents of the VK44.NET VPN Configuration from the CALLSIGN.conf file that you downloaded from the VK44.NET Dashboard.
- Ctrl + X to close
- Y to save
4. We have found that OpenVPN Service needs to automatically restart the Asterik Service to ensure that Allstar and EchoLink Register with the correct IP Address. This ensures that people can connect to your node.
systemctl enable openvpn@client
nano /etc/systemd/system/multi-user.target.wants/openvpn@client.service
systemctl start openvpn@client
Check to make sure that the repeater is showing up on the VK44.NET VPN Dashboard - https://vpn.vk44.net
If all is correct, you are now able to access your repeater at it's Dahsboard URL: https://CALLSIGN.vk44.net
For additional assistance, please reach out to us in the Support: VK44.NET Support Chat on the Dashboard.