Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
dhcpcd.conf formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwalicki committed May 23, 2019
1 parent f58f991 commit 7e1751e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions part1/PIMESH.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,12 @@ Perform the following on the pi command line:
echo 'batman-adv' | sudo tee --append /etc/modules
```

6. Stop the DHCP process from trying to manage the wireless lan interface by issuing the following command : ```echo 'denyinterfaces wlan0' | sudo tee --append /etc/dhcpcd.conf```
6. Stop the DHCP process from trying to manage the wireless lan interface by issuing the following command :

```text
echo 'denyinterfaces wlan0' | sudo tee --append /etc/dhcpcd.conf
```

7. Make sure the startup script gets called by editing file **/etc/rc.local** as root user, e.g.

- ```sudo vi /etc/rc.local```
Expand All @@ -130,4 +135,4 @@ You now have all the raspberry pi systems configured to join the mesh, so procee
***
**Part 1** - [Mesh Networks](MESH.md) - [**Build a Mesh network**](PIMESH.md) - [Network access](ROUTE.md)
***
[Home](/README.md) - [**Part 1**](/part1/README.md) - [Part 2](/part2/README.md) - [Part 3](/part3/README.md) - [Resources**](/additionalResources/README.md)
[Home](/README.md) - [**Part 1**](/part1/README.md) - [Part 2](/part2/README.md) - [Part 3](/part3/README.md) - [Resources**](/additionalResources/README.md)

0 comments on commit 7e1751e

Please sign in to comment.