From e6e5c7054ba8c9d00dca6501ccdd6b9aabe9ffdf Mon Sep 17 00:00:00 2001 From: bigboytreehouse <156957076+bigboytreehouse@users.noreply.github.com> Date: Sun, 11 Feb 2024 14:29:46 -0500 Subject: [PATCH] Update macvlan_setup.md (#485) Documenting some fixes that helped me as I followed this guide. --- docs/macvlan_setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/macvlan_setup.md b/docs/macvlan_setup.md index 3d3c8006..9e84cc1a 100644 --- a/docs/macvlan_setup.md +++ b/docs/macvlan_setup.md @@ -126,6 +126,8 @@ Enable **Enable manual container attachment** so we can add containers to this n This is all for the creation network, just click in **Create the network**. +If you get an error at this point that the Pool overlaps, and you are sure you entered IP addresses correctly, the error may be resolved by sshing into the pi and running the command ```service docker restart``` + ## Connect a docker to this network @@ -188,7 +190,7 @@ After=network.target ExecStart=/usr/local/bin/macvlan-setup.sh [Install] -WantedBy=default.targe +WantedBy=default.target ``` After creating the file, enable it with systemd: