95
edits
Line 53: | Line 53: | ||
You can also use the commands: | You can also use the commands: | ||
sudo ip link set | sudo ip link set <eth_interface> down | ||
sudo ip addr add 192.168.1.10/24 dev | sudo ip addr add 192.168.1.10/24 dev <eth_interface> | ||
sudo ip link set | sudo ip link set <eth_interface> up | ||
where | where <eth_interface> is the name of your ethernet interface found using ifconfig (common names include eth0, enp3s0, ...) | ||
See Network Configuration Guides: [https://sudoroom.org/wiki/Mesh/Network%20Configuration%20for%20Linux Linux] [https://sudoroom.org/wiki/Mesh/Network%20Configuration%20for%20MacOS%20X Mac] | See Network Configuration Guides: [https://sudoroom.org/wiki/Mesh/Network%20Configuration%20for%20Linux Linux] [https://sudoroom.org/wiki/Mesh/Network%20Configuration%20for%20MacOS%20X Mac] | ||
Line 84: | Line 84: | ||
Or use the commands | Or use the commands | ||
sudo ip link set | sudo ip link set <eth_interface> down | ||
sudo ip addr add 172.22.0.10/24 dev | sudo ip addr add 172.22.0.10/24 dev <eth_interface> | ||
sudo ip link set | sudo ip link set <eth_interface> up | ||
where | where <eth_interface> is the name of your ethernet interface found using ifconfig (common names include eth0, enp3s0, ...) | ||
See Network Configuration Guides: [https://sudoroom.org/wiki/Mesh/Network%20Configuration%20for%20Linux Linux] [https://sudoroom.org/wiki/Mesh/Network%20Configuration%20for%20MacOS%20X Mac] | See Network Configuration Guides: [https://sudoroom.org/wiki/Mesh/Network%20Configuration%20for%20Linux Linux] [https://sudoroom.org/wiki/Mesh/Network%20Configuration%20for%20MacOS%20X Mac] |
edits