Vilo

From Wildsong
Revision as of 02:24, 10 September 2023 by Brian Wilson (talk | contribs) (Created page with "Here we go, trying to adapt to a new access point, a Vilo 6. It does 802.11AX to allow a GB connection for Pearl. Pearl was getting an IPv6 DNS server setting from the Vilo 6. That meant Pearl was no longer paying attention to PiHole since it preferred the Vilo. I disabled DNS over IPV6 by doing this reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters" /v DisabledComponents /t REG_DWORD /d 255 /f")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Here we go, trying to adapt to a new access point, a Vilo 6.


It does 802.11AX to allow a GB connection for Pearl.


Pearl was getting an IPv6 DNS server setting from the Vilo 6.

That meant Pearl was no longer paying attention to PiHole since it preferred the Vilo.

I disabled DNS over IPV6 by doing this


reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters" /v DisabledComponents /t REG_DWORD /d 255 /f