AREDN: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
Created page with ""Amateur Radio Emergency Digital Network" or some such. They pronounce this "ARRR DIN" like a pirate. Main page is at https://arednmesh.org/ Source code is in github 2024-12-07 * Downloaded the x86 version from https://downloads.arednmesh.org/afs/www/ (type "x86" in Model) * Converted the img file to a vdi using VboxManage. * Started it in a vbox machine, set the network adapter to bridge mode * In the console, entered commands to set br-lan to DHCP and rebooted. Tha..."
 
Brian Wilson (talk | contribs)
mNo edit summary
Line 1: Line 1:
"Amateur Radio Emergency Digital Network" or some such.
"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.
They pronounce this "ARRR DIN" like a pirate.


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


Source code is in github
2024-12-07


2024-12-07
# Downloaded the x86 version from https://downloads.arednmesh.org/afs/www/ (type "x86" in Model)
# Converted the img file to a vdi using VboxManage.
# Started it in a vbox machine, set the network adapter to bridge mode
# In the console, entered commands to set br-lan to DHCP and rebooted. That got me a usable IP address on my lan.
# Connected with password "hsmm" using ssh -p 2222 [email protected]
# It shows a hostname of NOCALL, so I set a hostname using "w6gkd-node".
# 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


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


[[Category: Network]]
[[Category: Network]]
[[Category: Wireless]]
[[Category: Wireless]]

Revision as of 03:22, 8 December 2024

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