Pi-Star Connection Guide for MTR2000 Repeater Boards (Nano-Pi)
The below guide will help you get your MMDVM Hotspot online and running on the VK44 Network.
Requirements
The below files and resources are required in order to connect your Pi-Star MMDVM Hotspot to the VK44 Network.
Pi-Star V4+ Image
If you haven’t already got a Pi-Star Node up and running head over to the Pi-Star website and download the image. You can then follow their instructions (or numerous other guides online) to get your Pi-Star Device up and running.
Download Pi-Star from:
https://www.pistar.uk/downloads/
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 Repeater 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 Pi-Star device via SSH and run the following commands:
rpi-rw
sudo su
pistar-update
apt-get install openvpn -y
nano /etc/openvpn/client.conf
2. 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
systemctl enable openvpn@client
systemctl start openvpn@client
systemctl status openvpn@client
3. If you see “UDP not allowed” or something along those lines, follow these instructions to adjust the Pi-Star Firewall Rules.
nano /root/ipv4.fw
4. Add in the following configurations:
#This line allows outgoing access for VPN.VK44.NET
iptables -A OUTPUT -p udp --dport 1194 -j ACCEPT
-
- Ctrl + X to close
- Y to save
5. Restart the Pi-Star Firewall and OpenVPN Client with the following:
pistar-firewall
systemctl restart openvpn@client
Check to make sure that the client is showing up on the VK44.NET VPN Dashboard - https://vpn.vk44.net
If all is correct, you are now able to access your device 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.