updated readme

This commit is contained in:
Nick Leffler 2021-04-04 00:25:52 +01:00
parent 00707187a4
commit d473797deb

View File

@ -29,9 +29,13 @@ Enable IP Forwarding
Find NICs
1. It's usually safe to assume that eth0 is the on-board NIC | wlan0 is the on-board wifi
2. ```ip a``` to find the NICs
3. Now we create the bridge
It's usually safe to assume that eth0 is the on-board NIC | wlan0 is the on-board wifi
```ip a``` to find the NICs
***
Now we create the bridge
```nano /etc/network/interfaces```