Vilo: Difference between revisions

From Wildsong
Jump to navigationJump to search
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"
 
Brian Wilson (talk | contribs)
mNo edit summary
Line 1: Line 1:
Here we go, trying to adapt to a new access point, a Vilo 6.
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]].


It does 802.11AX to allow a GB connection for [[Pearl]].
== Setup notes ==
 
It's in BRIDGE mode.
 
Also I did the thing that splits it into two SSID's "wildsong" is 5 GHz and "wildsong2" is 2.4.
This is specifically to support the Tuya-based switches and dimmers, they are unhappy on combined networks according to their docs.


=== IPV6 DNS glitch ===


Pearl was getting an IPv6 DNS server setting from the Vilo 6.
[[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.
That meant Pearl was no longer paying attention to PiHole since it preferred the Vilo.
Access to the Internet was fine but it did not resolve my local IP addresses.
The fix I came up with is to disable DNS over IPV6 by doing this


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


If I have to use another Windows machine on WiFi here I will deal with it.


reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters" /v DisabledComponents /t REG_DWORD /d 255 /f
[[Category:Network]]

Revision as of 02:39, 10 September 2023

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.

Setup notes

It's in BRIDGE mode.

Also I did the thing that splits it into two SSID's "wildsong" is 5 GHz and "wildsong2" is 2.4. This is specifically to support the Tuya-based switches and dimmers, they are unhappy on combined networks according to their docs.

IPV6 DNS glitch

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. Access to the Internet was fine but it did not resolve my local IP addresses.

The fix I came up with is to disable DNS over IPV6 by doing this

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

If I have to use another Windows machine on WiFi here I will deal with it.