From 8f582eec68f26e42372a2acfcb12c852806ff6aa Mon Sep 17 00:00:00 2001 From: Dennis Gaida <2392217+DennisGaida@users.noreply.github.com> Date: Tue, 17 Jan 2023 12:41:14 +0100 Subject: [PATCH] Execute 05-install-cni-plugins.sh after copying files (#456) You copy the `*.conflist` files in a later step, only if you have these / this file, the `05-install-cni-plugins.sh` script will be able to create podman networks for you. --- AdguardHome/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AdguardHome/README.md b/AdguardHome/README.md index 3c5af7f..f5ebc38 100644 --- a/AdguardHome/README.md +++ b/AdguardHome/README.md @@ -19,12 +19,12 @@ ## Steps 1. Copy [05-install-cni-plugins.sh](../cni-plugins/05-install-cni-plugins.sh) to /mnt/data/on_boot.d -1. Execute /mnt/data/on_boot.d/05-install-cni-plugins.sh 1. On your controller, make a Corporate network with no DHCP server and give it a VLAN. For this example we are using VLAN 5. You should confirm the bridge is created for this VLAN by running `netstat -r` otherwise the script will fail. If it is not there, initiate a provisioning of the UDM (Controller > UDM > Config > Manage Device > Force provision). 1. Copy [10-dns.sh](../dns-common/on_boot.d/10-dns.sh) to `/mnt/data/on_boot.d` and update its values to reflect your environment 1. Copy [20-dns.conflist](../cni-plugins/20-dns.conflist) to `/mnt/data/podman/cni` after generating a MAC address. This will create your podman macvlan network. -1. Execute `/mnt/data/on_boot.d/10-dns.sh` -1. Run the AdguardHome docker container, be sure to make the directories for your persistent AdguardHome configuration. They are mounted as volumes in the command below. +1. Execute /mnt/data/on_boot.d/05-install-cni-plugins.sh +3. Execute `/mnt/data/on_boot.d/10-dns.sh` +4. Run the AdguardHome docker container, be sure to make the directories for your persistent AdguardHome configuration. They are mounted as volumes in the command below. ```shell script mkdir /mnt/data/AdguardHome-Confdir