Difference between revisions of "Mesh/WalkThrough"

88 bytes added ,  18:19, 2 March 2018
no edit summary
Line 53: Line 53:


You can also use the commands:
You can also use the commands:
   sudo ip link set eth0 down  
   sudo ip link set <eth_interface> down  
   sudo ip addr add 192.168.1.10/24 dev eth0
   sudo ip addr add 192.168.1.10/24 dev <eth_interface>
   sudo ip link set eth0 up
   sudo ip link set <eth_interface> up


where eth0 is the name of your ethernet interface found using ifconfig (other common interface names esp3s0...)
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 eth0 down  
   sudo ip link set <eth_interface> down  
   sudo ip addr add 172.22.0.10/24 dev eth0
   sudo ip addr add 172.22.0.10/24 dev <eth_interface>
   sudo ip link set eth0 up
   sudo ip link set <eth_interface> up


where eth0 is the name of your ethernet interface found using ifconfig (other common interface names esp3s0...)
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]
95

edits