Difference between revisions of "Mesh/WalkThrough"

440 bytes removed ,  21:35, 4 May 2016
Line 150: Line 150:
* IP Address: 172.22.0.9
* IP Address: 172.22.0.9
* Netmask: 255.255.255.0
* Netmask: 255.255.255.0
* Gateway: 0.0.0.0 (or leave blank if error)
* Gateway: 0.0.0.0
 
Ubuntu users can reconfigure their network settings using the command line. In a separate terminal you will log into the node using these directions:
 
Find the name of your ethernet port by running `ifconfig`
 
  ifconfig
 
In the example below, the wired Ethernet port was "eth0"
 
In the terminal type the following, replacing "eth0" with the name of your Ethernet port:
 
  sudo ip addr add 172.22.0.9/24 dev eth0


=== SSH into your Home Node ===
=== SSH into your Home Node ===
128

edits