AREDN

From Wildsong
Revision as of 03:22, 8 December 2024 by Brian Wilson (talk | contribs)
Jump to navigationJump to search

"Amateur Radio Emergency Digital Network" or some such. They pronounce this "ARRR DIN" like a pirate. I want to call it "ARR-AH-DIN". Too bad for me.

Main page is at https://arednmesh.org/

2024-12-07

  1. Downloaded the x86 version from https://downloads.arednmesh.org/afs/www/ (type "x86" in Model)
  2. Converted the img file to a vdi using VboxManage.
  3. Started it in a vbox machine, set the network adapter to bridge mode
  4. In the console, entered commands to set br-lan to DHCP and rebooted. That got me a usable IP address on my lan.
  5. Connected with password "hsmm" using ssh -p 2222 [email protected]
  6. It shows a hostname of NOCALL, so I set a hostname using "w6gkd-node".
  7. Rebooted. Now there are services on port 80 and 8080 but not reachable (?).

Build your own

Source code is in github https://github.com/aredn/aredn

I installed docker on Murre for this.