From 1e5815df6b22e5f21e1916b0c5e5301e158e7171 Mon Sep 17 00:00:00 2001 From: DK <16869713+poldim@users.noreply.github.com> Date: Mon, 5 Apr 2021 03:05:47 -0700 Subject: [PATCH] Update steps to include bridge creation confirmation (#136) The script failed for me when I initially ran it and needed to reprovision the UDM. Hopefully, this saves someone else the headache of the script failing. --- AdguardHome/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AdguardHome/README.md b/AdguardHome/README.md index 487ace4..aeb4871 100644 --- a/AdguardHome/README.md +++ b/AdguardHome/README.md @@ -18,7 +18,7 @@ ## Steps -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. +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`