Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs for remote access to radio web interfaces #31

Open
benhylau opened this issue Jul 10, 2019 · 3 comments
Open

Add docs for remote access to radio web interfaces #31

benhylau opened this issue Jul 10, 2019 · 3 comments
Assignees
Labels
future Marked as future work

Comments

@benhylau
Copy link
Member

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
Copy link
Member Author

Also how to access admin web interface of managed switch

@llunaCreixent
Copy link
Collaborator

llunaCreixent commented Jul 14, 2019

To configure managed switch

  • Connect computer to one of Port 1 to 4 and set static IP 192.168.0.100
  • Access http://192.168.0.239 with password password

To configure access point radios

  • SSH into espressobin
  • Run ip neigh or nmap -sn 10.nodeid.0.0/16 on the LAN
  • socat
  • Connect to IP on browser of computer

To configure ptp mesh radios

  • SSH into espressobin
  • Delete the routes with ip route del 192.168.88.0/24 dev wan.x except the one to radio you want to access
  • socat
  • Connect to IP on browser of computer

@benhylau
Copy link
Member Author

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.

@benhylau benhylau added the future Marked as future work label Dec 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future Marked as future work
Projects
None yet
Development

No branches or pull requests

2 participants