-
-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to follow Pi-hole instructions leads to MACVLAN error #85
Comments
in /mnt/data/podman/cni/20-dns.conflist delete line 9: "mac": "ab:cd:ef:01:23:45", It works for me. |
Aha! Thanks - should the config file be updated, or are there cases where specifying the MAC is useful? |
You want that a mac address there do not delete it. Just please generate a mac address of your own that is legit. |
@boostchicken I'm also stuck on this step and am seeing the exact same error. I have generated a random mac address and put it in but it refuses to run with it. Is there some sort of mac address "legit" check that I'm missing (and it is failing on)? I tried deleting the mac address line in 20-dns.conflist entirely, as @arfak suggested, and it was able to run, seemingly fine, though I did not doing anything more than verify it was running with "podman ps" and then visiting http://10.0.5.3/. |
same issue for me, i get the following error when a mac address is specified
tried multiple generated mac's and formats, but only works with the mac address removed. |
Okay, I figured it out: the mac address is failing due to a "legit" check. The first 3 bytes need to match a real manufacturer (you can refer to the lists here and here for examples) and the manufacturer part of the mac address I'd randomly generated was not valid because of that. So I just changed the first 3 bytes of the address I'd previously randomly generated to match a random prefix from one of those lists and voila! No more error and pihole starts up as it should. |
wow that worked i had same error |
Found this almost a year later but jeez I am glad I did - I was pulling my hair out! |
Describe the bug
Following the instructions at https://github.com/boostchicken/udm-utilities/tree/master/run-pihole does not work.
At step 4 (Execute /mnt/data/on_boot.d/10-dns.sh) the response contains errors:
Executing step 6:
gives further errors:
UDM Information
Additional context
Clean install; no other components.
The text was updated successfully, but these errors were encountered: