From 111e6a948d31b2ae440abec1ac15d9d6bbdefb51 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 8 Sep 2022 02:00:08 +0300 Subject: [PATCH] chore(unifi): Add docs for L3 adoption (#3715) * chore(unifi): Add docs for L3 adoption * re-wording --- charts/stable/unifi/Chart.yaml | 2 +- charts/stable/unifi/docs/how-to.md | 29 +++++++++++++++++++++++++++++ cspell.config.yaml | 1 + 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 charts/stable/unifi/docs/how-to.md diff --git a/charts/stable/unifi/Chart.yaml b/charts/stable/unifi/Chart.yaml index 4263fd83236..b400acc61bc 100644 --- a/charts/stable/unifi/Chart.yaml +++ b/charts/stable/unifi/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/jacobalberty/unifi-docker - https://unifi-network.ui.com type: application -version: 11.0.31 +version: 11.0.32 annotations: truecharts.org/catagories: | - Networking diff --git a/charts/stable/unifi/docs/how-to.md b/charts/stable/unifi/docs/how-to.md new file mode 100644 index 00000000000..8f18ac3fab4 --- /dev/null +++ b/charts/stable/unifi/docs/how-to.md @@ -0,0 +1,29 @@ +# How-To + +## L3 Adoption (DNS) + +One solution to solve problems when trying to adopt devices is to +correctly configure your DNS server. + +By default all Unifi Devices try to resolve `unifi.localdomain`, +to find the controller. Even adopted devices, uses this as a fallback. + +What you have to do is configure your DNS server, to resolve +`unifi.localdomain` to the IP of your Unifi Controller. So the devices can find the +controller. + +:::tip + +Replace `localdomain` with whatever domain you have on your LAN. + +::: + +:::caution + +This will only work if you use the default port (8080), on your Unifi controller + +::: + +For more information and solutions for L3 Adoption you can read this +[article](https://help.ui.com/hc/en-us/articles/204909754-UniFi-Network-Layer-3-Adoption) +on Unifi's website. diff --git a/cspell.config.yaml b/cspell.config.yaml index 143ad8a4084..f6fe158c938 100644 --- a/cspell.config.yaml +++ b/cspell.config.yaml @@ -90,6 +90,7 @@ words: - loadbalancer - LOCALCNAMERECORDS - LOCALDNSRECORDS + - localdomain - logfile - loolwsd - mailenabled