John's Vademecum

Try to learn something about everything, and everything about something -Thomas Huxley “Darwin's bulldog” (1824-1895)

User Tools

Site Tools


public:radio:2025:allstar_ip_addresses

2025 Radio Topics

Allstar IP Addresses

Making a new IP allocation for the internal Allstar Nodes

Making an Allstar Node LAN IP Range

Keep this range clear, and use for Allstar Nodes

  • 192.168.21.240 - 192.168.21.249
    • IAX UDP Ports
      • 4569 - 4577
    • Supermon Port Forwards to these internal addresses
      • 42110 - 42119

Raspberry Pi IP Addresses

  • hostname : node481480.local
  • IP Address : 192.168.21.240/24
  • iax port : 4569
  • supermon internal 80 / external 42110

Node 481481 : DMR Bridge to TGIF

  • hostname : node481481.local
  • IP Address : 192.168.21.241/24
  • iax port : 4570
  • supermon internal 80 / external 42111
  • private internal node : 1399 → DVSwitch bridge to TGIF

Node 481482 : Test Node

  • hostname : node481482.local
  • IP Address : 192.168.21.242
  • iax port : 4571
  • supermon : internal 80 / external 42112
  • private internal node : 1398 → DVSwitch bridge to DVSPh-F

Files to update

On each Node

  • /etc/dhcpcdc.conf
  • /etc/asterisk/rpt.conf
    • Set [nodes] stanza, as an example:
481480 = radio@127.0.0.1:4569/481480,NONE    
481481 = radio@192.168.21.241:4570/481481,NONE
481482 = radio@192.168.21.242:4571/481482,NONE
  • /var/www/html/supermon/allmon.ini
    • Change each node stanza tohave correct IP address for manager connection

While we're at it, make the web address auto-forward select all the nodes

  • /var/www/html/index.php
<?php
 
header("Location: /supermon/link.php?nodes=481480,481481,481482,1399,1398");

On ADSL Router

  • NAT Forwarding configuration

  • DHCP Server Address Allocation Range must exclude Allstar 240 → 249 range
    • Set DHCP Server Address Allocation range to 192.168.21.110 → 192.168.21.239

John Pumford-Green 07/06/25 16:32 BST

Further Information

public/radio/2025/allstar_ip_addresses.txt · Last modified: by john