Skip to main content

Pi-Star Connection Guide for MTR2000 Repeater Boards

This guide will help you get your MMDVM MTR2000 Repeater Board (Nano-Pi) online and running on the VK44 Network.

Requirements

The below files and resources are required in order to connect your MTR2000 Repeater Board that has a Nano Pi to the VK44 Network.

Pi-Star V4+ Image

At the time of writing this document, Pi-Star do not have a production image for the Nano Pi, which is installed on the MTR2000 Repeater Builder Boards. However, we they do have a BETA Image which we have tried out and it appears to work no problem.

Download the one that says “Pi-Star_NanoPi_V4” from:
https://www.pistar.uk/beta/

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. Backup existing Pi-Star (if any) via the Web interface

2. Install V4+ Pi-Star onton fresh SD Card.

3. Insert SD Card into Repeater and Reboot.

4. Restore backup through the Pi-Star Web Interface.

5. Connect to the Repeater Board via SSH and run the following commands:

rpi-rw
sudo su
pistar-update
apt-get install openvpn -y
nano /etc/openvpn/client.conf

6. PASTE the contents of the VK44.NET VPN Configuration from the CALLSIGN.conf file that you downloaded from the VK44.NET Dashboard.

*** Add these lines or make sure the following is at the top of the .conf file before the <key>

client
nobind
dev tun
remote-cert-tls server
comp-lzo

cipher AES-256-CBC
resolv-retry infinite

remote VPN.VK44.NET 1194 udp

  1. Ctrl + X to close
  2. Y to save
systemctl enable openvpn@client
systemctl start openvpn@client
systemctl status openvpn@client

7. 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

8. Add in the following configurations:

#This line allows outgoing access for VPN.VK44.NET
iptables -A OUTPUT -p udp --dport 1194 -j ACCEPT
    1. Ctrl + X to close
    2. Y to save

9. Restart the Pi-Star Firewall and OpenVPN Client with the following:

pistar-firewall
systemctl restart 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

If you need additional assistance, want to give us some feedback or don’t have a User Guide for your device, please reach out to us via our Support Portal or by emailing us at: support@vk44.net.