-
-
Notifications
You must be signed in to change notification settings - Fork 226
Updated Unifi router instructions #1259
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: legoraft <[email protected]>
Signed-off-by: legoraft <[email protected]>
Signed-off-by: legoraft <[email protected]>
Signed-off-by: legoraft <[email protected]>
✅ Deploy Preview for pihole-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The IPv6 instructions couldn't be updated, as I currently don't have an IPv6 address in my home router.
Even if you don't use IPv6 - are you able to update the screenshots and the instructions? No need to change your local configuration, but it would be nice if we can get rid of the warning about the outdated IPv6 guide...
|
||
Scroll down to **IPv6**, and under the **DHCPv6/RDNSS DNS Control** section, uncheck **Auto** if it's enabled and enter Raspi's IPv6 address here. Click **Apply Changes** to have the settings persistently saved. | ||
|
||
 | ||
|
||
All client devices on your network should now automatically be configured with a single IPv4 and single IPv6 address for DNS resolution. If you don't see your client devices update quickly enough, you *can* toggle Wi-Fi off/on or disconnect the Ethernet cable for a couple of seconds and then reconnect it. | ||
|
||
!!! note | ||
The default pi-hole behavior (local requests), doesn't work if you have multiple VLANs. You should switch to another [interface](../ftldns/interfaces.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default pi-hole behavior (local requests), doesn't work if you have multiple VLANs. You should switch to another [interface](../ftldns/interfaces.md). | |
The default Pi-hole interface binding behavior ('Allow only local requests'), doesn't work if you have multiple VLANs. You should switch to another [interface](../ftldns/interfaces.md). |
I think it does not work with local request only as all request for VLANs go to the router first. Instead of writing
switch to another [interface]
It might be better to suggest directly "Respond only on interace XXX"
I'll have a look the coming week, currently not able to check it. It should be possible |
What does this PR aim to accomplish?:
The Unifi DNS instructions weren't fully up to date anymore in the docs. I updated the IPv4 tutorial and added some notes on VLANs. The IPv6 instructions couldn't be updated, as I currently don't have an IPv6 address in my home router.
How does this PR accomplish the above?:
I added new images and instructions to the Ubiquiti USG section of the docs.
By submitting this pull request, I confirm the following:
git rebase
)