76
edits
Redconfetti (talk | contribs) m (minor formatting) |
|||
Line 76: | Line 76: | ||
The default settings in `settings.js` should suffice in most cases, but if you need to make changes, do them in 'settings.js'. | The default settings in `settings.js` should suffice in most cases, but if you need to make changes, do them in 'settings.js'. | ||
A freshly flashed node will be setup on 172.22.0.1, so you will need to configure your machine to use IP address 172.22.0.9 (subnet 255.255.255.0, gateway: 0.0.0.0). Once your network configuration is refreshed, use the following command to run the script and configure your node: | A freshly flashed node will be setup on 172.22.0.1, so you will need to configure your machine to use IP address 172.22.0.9 (subnet 255.255.255.0, gateway: 0.0.0.0). | ||
On your laptop (instructions for Ubuntu) edit your network settings by doing the following: | |||
Click on the network icon on the top right of the toolbar. | |||
Click "Edit connections..." | |||
Click on Ethernet connection "Wired connection 1" and click Edit | |||
Click on the "IPv4 Settings" tab | |||
Change method to "Manual" | |||
Click Add | |||
Under "Address" type "172.22.0.9" | |||
Under "Netmask" type "255.255.255.0" | |||
Under "Gateway" type "0.0.0.0" | |||
Click Save | |||
Click Close | |||
Make sure the ethernet cable is connected to the 4th port on the router (closest to the yellow internet port). | |||
Once your network configuration is refreshed, use the following command to run the script and configure your node: | |||
./makenode.js | ./makenode.js |
edits