for some reason my 17.01 router announces it's fe80 address as a DNS server which breaks my local dns as I have a separate ipv4 dhcp/dns server.
I already checked "Disable DHCP for this interface.", disabled Router advertisment for the interface, disabled ipv6-service for the interface, disabled ndp-proxy for the interface and set "IPv6 assignment length" to disabled but the router somehow still announces itself as a DNS server via link local.
"Use builtin IPv6-management" in the advanced settings is disabled as well.
Can anyone give me a hint how to disable that behaviour?
I currently don't use any ipv6 on the router but next year I will get an ipv6 enabled DSL contract.
The WAN6 interface is disabled and I even tried to remove it but it doesn't disappear when removing it usign the webui.
Yes - as I sait I have a separate DHCP server that is also doing DNS - at least for the LAN interface.
The OpenWRT DHCP/DNS server is only serving my DMZ network.
I will try that commands when I come home and post an update if it helps.
It's weird but maybe we overlooked something. Please post the following as they stand now:
uci show network; uci show firewall; uci show dhcp; \
ip link sh; ip -4 addr ; ip -4 ro ; ip -4 ru; \
ip -6 addr ; ip -6 ro ; ip -6 ru; \
iptables-save -c; ip6tables-save -c; \
head -n -0 /etc/firewall.user; \
ls -l /etc/resolv.* /tmp/resolv.*; head -n -0 /etc/resolv.* /tmp/resolv.*
That router is only a DHCP client and is connected to my network via a lan port that carries my normal network untagged and the DMZ lan tagged on tag 3.
I wonder how it can do RA when the LAN interface is set to DHCP client and the WAN interface is not even connected.
This are some lines from the syslog of that router:
Fri Nov 29 17:17:23 2019 daemon.notice netifd: lan (1138): udhcpc: sending renew to 172.18.0.10
Fri Nov 29 17:17:23 2019 daemon.notice netifd: lan (1138): udhcpc: lease of 172.18.0.22 obtained, lease time 600
Fri Nov 29 17:18:27 2019 authpriv.info dropbear[2145]: Child connection from 172.18.0.10:45580
Fri Nov 29 17:18:31 2019 authpriv.notice dropbear[2145]: Password auth succeeded for 'root' from 172.18.0.10:45580
Fri Nov 29 17:19:12 2019 daemon.warn odhcpd[821]: DHCPV6 SOLICIT IA_NA from 000300010015998689dd on br-lan: no addresses available
Fri Nov 29 17:20:18 2019 authpriv.info dropbear[2145]: Exit (root): Disconnect received
Fri Nov 29 17:20:25 2019 authpriv.info dropbear[2233]: Child connection from 172.18.0.10:45598
Fri Nov 29 17:20:30 2019 authpriv.notice dropbear[2233]: Password auth succeeded for 'root' from 172.18.0.10:45598
Fri Nov 29 17:20:30 2019 authpriv.info dropbear[2233]: Exit (root): Disconnect received
Fri Nov 29 17:21:20 2019 daemon.warn odhcpd[821]: DHCPV6 SOLICIT IA_NA from 000300010015998689dd on br-lan: no addresses available
Fri Nov 29 17:22:23 2019 daemon.notice netifd: lan (1138): udhcpc: sending renew to 172.18.0.10
Fri Nov 29 17:22:23 2019 daemon.notice netifd: lan (1138): udhcpc: lease of 172.18.0.22 obtained, lease time 600
Fri Nov 29 17:22:24 2019 user.notice firewall: Reloading firewall due to ifupdate of lan (br-lan)
Fri Nov 29 17:23:14 2019 daemon.warn odhcpd[821]: DHCPV6 SOLICIT IA_NA from 000300010015998689dd on br-lan: no addresses available
Because there are link local addresses and ra and dhcpv6 were activated.
If your problem is solved, feel free to mark the relevant post as the solution; and edit the title to add "[SOLVED]" to the beginning (click the pencil behind the topic).