Update Networking/Creating a MACVLAN Sub-Interface.md
This commit is contained in:
@ -17,3 +17,6 @@ Now you need to run the following command to allow docker to use this interface
|
||||
``` sh
|
||||
docker network create -d macvlan --subnet=192.168.4.0/24 --gateway=192.168.4.1 -o parent=macvlan0 surveillance_network
|
||||
```
|
||||
|
||||
!!! warning "Not Reboot-Persistent Yet"
|
||||
Unfortunately due to a lack of documentation yet, I do not have a permanent configuration change to make this persistent, as such, you will need to re-run the commands above (at least the "Temporary Interface" section) in order to get it operational again after a system reboot.
|
Reference in New Issue
Block a user