Difference between revisions of "Mesh/WalkThrough"

Jump to navigation Jump to search
89 bytes added ,  18:34, 13 November 2019
Line 77: Line 77:


* Network Manager Method: Manual
* Network Manager Method: Manual
* IP Address: 192.168.1.10 (some devices will only accept from this IP)
* IP Address: <code>192.168.1.10</code> (some devices will only accept from this IP)
* Subnet Mask: 255.255.255.0
* Subnet Mask: <code>255.255.255.0</code>
* Gateway: 0.0.0.0 (Or leave blank)
* Gateway: <code>0.0.0.0</code> (Or leave blank)


You can also use the commands:
You can also use the commands:
Line 86: Line 86:
   sudo ip link set <eth_interface> up
   sudo ip link set <eth_interface> up


where <eth_interface> is the name of your ethernet interface found using `ip addr` (common names include eth0, enp3s0, ...)
where <code><eth_interface></code> is the name of your ethernet interface found using <code>ip addr</code> (common names include <code>eth0</code>, <code>enp3s0</code>, ...)


See Network Configuration Guides: [[Mesh/Network%20Configuration%20for%20Linux | Linux]], [[Mesh/Network%20Configuration%20for%20MacOS%20X | Mac]]
See Network Configuration Guides: [[Mesh/Network%20Configuration%20for%20Linux | Linux]], [[Mesh/Network%20Configuration%20for%20MacOS%20X | Mac]]

Navigation menu