dweb-camp-2019 / meshnet

Mesh @ DWeb Camp 2019 📡
https://dweb-camp-2019.github.io/meshnet/
35 stars 9 forks source link

Add docs for remote access to radio web interfaces #31

Open benhylau opened 5 years ago

benhylau commented 5 years ago

Some commands for finding radios and proxying web interface:

sudo arp-scan -l
sudo arp-scan -l --interface=en5
ip neigh
ip -6 neigh
arp -a
socat tcp-listen:8000,reuseaddr,fork tcp:192.168.88.1:80
benhylau commented 5 years ago

Also how to access admin web interface of managed switch

llunaCreixent commented 5 years ago

To configure managed switch

To configure access point radios

To configure ptp mesh radios

benhylau commented 4 years ago

We discovered some ways to do this, but they are usually specific to the setup due to IP conflicts of some radios. I'll leave the draft notes here and mark this as future work.