Difference between revisions of "Mesh/WalkThrough"

Jump to navigation Jump to search
No change in size ,  01:16, 26 June 2018
Line 92: Line 92:
A freshly flashed node automatically sets its IP address to 172.22.0.1. You will need to configure your laptop to use the following network settings to communicate with the node.
A freshly flashed node automatically sets its IP address to 172.22.0.1. You will need to configure your laptop to use the following network settings to communicate with the node.


* IP address: 172.22.0.10  
* IP address: 172.30.0.10  
* Subnet mask:  255.255.255.0
* Subnet mask:  255.255.255.0
* Gateway: 0.0.0.0
* Gateway: 0.0.0.0
Line 98: Line 98:
Or use the commands
Or use the commands
   sudo ip link set <eth_interface> down  
   sudo ip link set <eth_interface> down  
   sudo ip addr add 172.22.0.10/24 dev <eth_interface>  
   sudo ip addr add 172.30.0.10/24 dev <eth_interface>  
   sudo ip link set <eth_interface> up
   sudo ip link set <eth_interface> up


36

edits

Navigation menu