Skip to content

Commit

Permalink
calafou: remove usage of anygw IP, see https://github.com/libremesh/l…
Browse files Browse the repository at this point in the history
  • Loading branch information
ilario committed Apr 23, 2023
1 parent de9ce87 commit b712532
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions calafou/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The IPs dynamically assigned by the DHCP of the nodes to the clients connecting
Range that starts at 10.1.10.2, ends at 10.1.127.254 ( (127 - 10) * 256 + (254 - 2) + 1 = 30205 ).

So, the IPv4 network is divided in 3 spaces:
10.1.0.1--10.1.10.1 - available for static IPs, for example servers
10.1.0.2--10.1.10.1 - available for static IPs, for example servers
10.1.10.2--10.1.127.254 - clients connecting to the network
10.1.128.1--10.1.255.254 - LibreMesh nodes

Expand Down Expand Up @@ -261,26 +261,20 @@ When you are happy with the selected software, run `make` or `make -j $(nproc)`

Just connect to the wifi Access Point (AP) of a router and open http://thisnode.info

If it does not work, open http://10.1.0.1
If it does not work, check if you are using the network's DNS server or a custom one: thisnode.info is managed by the nodes themselves, so you need to use them as DNS resolver.

In both cases, the closest router will answer.

If you want to make sure you are connecting to a specific router, connect to the AP with the MAC address in it, for example `Calafou/LiMe-000e40` and open the addresses above.

# Connecting via SSH the router

As for connecting to the web interface, you can use the thisnode.info or the 10.1.0.1 addresses:
As for connecting to the web interface, you can use the thisnode.info:

```
ssh [email protected]
```

or

```
ssh [email protected]
```

Again, the closest node will answer. If you want to connect to a specific node, connect to its specific AP interface which looks similar to `Calafou/LiMe-000e40`.

Check out https://libremesh.org/docs/en_connecting_nodes.html
Expand Down

0 comments on commit b712532

Please sign in to comment.