-
-
Notifications
You must be signed in to change notification settings - Fork 177
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
DHCP enabled #18
Comments
I also created a post on the pi-hole discourse |
Even with your post on the discourse channel, more information would be helpful. "But the problem is that no device can now obtain an IP address from my router." I'm assuming you meant "can't obtain an IP address from pihole", since you've turned off dhcp in your router. Chart specific issues Questions (in no particular order) Some things that might give us more information:
|
Thanks for your message but I've actually been able to fix my problem a few days ago and haven't fount the time yet to describe the solution. First of all, I had no issue installing pi-hole on my Kubernetes infra, the web application was working like a charm and I could manually set Pi-hole LoadBalancer IP as DNS on any device. Obviously, the "manually" was a bit of a problem, I definitely don't want or even can configure manually the DNS on all my devices and my router doesn't allow me to override the default DNS. After reading this post, I actually just changed the chart with the following properties:
With those three changes, any devices is now able to connect to grab an IP from Pi-hole DHCP server. I do agree this isn't the state of the art in terms of security and configuration but it works for me. I think the problem is due to metallb virtual IP but not sure why... Thanks, let me know if you have any clue how I could make DHCP work without |
When I enable
@gjeanmart Container Start outputting
|
I bumped into this too. It seems to have been caused by |
Update 2h later
|
@jsmrcaga Does this help? https://github.com/cristiklein/pihole-kubernetes/blob/main/charts/pihole/examples/dhcp-values.yaml TL;DR:
|
Hi @cristiklein , thanks a lot for the answer. |
Hi,
First of all, thank you for the hard work, this chart is perfect.
My router doesn't allow me to configure a DNS server, so I decided enable Pi-Hole DHCP server according to this post and disable my router DHCP server.
The problem is that it doesn't work at all.
I have a pretty similar config as you, metallb provides PiHole two unique IPs to expose UDP and TCP ports and I can reach those ports from anywhere in the network but no device can pick an IP from the Pi-Hole DHCP server.
So I was wondering if you or anyone have a similar setup which is working and where could be my issue ?
Thanks in advanced.
Greg
The text was updated successfully, but these errors were encountered: