technet Occasional Visitor Oct 8, 2021 #1 Hello! Router is RT-AX88U with 386.3_2 firmware. Clients are getting ISP IPv6 DNS instead of Google IPv6 DNS (DoT), manually set. System Log > IPv6 shows the expected Google DNS, 2001:4860:4860::8888 2001:4860:4860::8844. Is this the expected behaviour or we are doing something wrong?
Hello! Router is RT-AX88U with 386.3_2 firmware. Clients are getting ISP IPv6 DNS instead of Google IPv6 DNS (DoT), manually set. System Log > IPv6 shows the expected Google DNS, 2001:4860:4860::8888 2001:4860:4860::8844. Is this the expected behaviour or we are doing something wrong?
dave14305 Part of the Furniture Oct 8, 2021 #2 Clients should be getting the router’s IPv6 address from the br0 LAN interface. Code: ip -6 addr show dev br0 scope global
Clients should be getting the router’s IPv6 address from the br0 LAN interface. Code: ip -6 addr show dev br0 scope global
technet Occasional Visitor Oct 8, 2021 #3 dave14305 said: Clients should be getting the router’s IPv6 address from the br0 LAN interface. Code: ip -6 addr show dev br0 scope global Click to expand... Correct, so it is. Thank you, @dave14305.
dave14305 said: Clients should be getting the router’s IPv6 address from the br0 LAN interface. Code: ip -6 addr show dev br0 scope global Click to expand... Correct, so it is. Thank you, @dave14305.