36
edits
Tunabananas (talk | contribs) m (→Download/Build) |
|||
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. | * 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. | 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 | ||
edits