[OpenWrt Wiki] IPv6
https://openwrt.org/docs/guide-user/network/ipv627.11.2021 · How to use OpenWrt behind a Freebox with IPv6 delegation. IPv6 configuration. IPv6 extras. IPv6 multicast. IPv6 on L2TP softwire. IPv6 with Hurricane Electric. IPv6 with Hurricane Electric using LuCI. NAT6 and IPv6 masquerading. WIDE-DHCPv6 client configuration.
Disable IPv6 with OpenWRT - Super User
https://superuser.com/questions/110448424.07.2016 · I've tried a few things which haven't worked: turning off DHCPv6, disabling the DNS caching of dnsmasq, setting dnsmasq's DHCP server to provide a static DNS server address (8.8.8.8), and setting OpenWRT's internal DNS server setting to use that DNS server. How do I get OpenWRT to stop telling devices that it's OK to use IPv6?
[OpenWrt Wiki] IPv6 configuration
openwrt.org › docs › guide-userNov 27, 2021 · IPv6 configuration See also: Routing example: IPv6, IPv4/IPv6 transitioning The default firmware provides full IPv6 support with a DHCPv6 client (odhcp6c), an RA & DHCPv6 Server (odhcpd) and a IPv6 firewall (ip6tables). Also, the default installation of the web interface includes the package luci-proto-ipv6
Disable IPv6 with OpenWRT - Super User
superuser.com › questions › 1104484Jul 24, 2016 · This answer is not useful. Show activity on this post. A simpler approach would be to SSH into your OpenWrt router and execute the following commands: uci set 'network.lan.ipv6=off' uci set 'network.wan.ipv6=off' uci set 'dhcp.lan.dhcpv6=disabled' /etc/init.d/odhcpd disable uci commit.
[OpenWrt Wiki] IPv6
openwrt.org › docs › guide-userNov 27, 2021 · How to use OpenWrt behind a Freebox with IPv6 delegation. IPv6 configuration. IPv6 extras. IPv6 multicast. IPv6 on L2TP softwire. IPv6 with Hurricane Electric. IPv6 with Hurricane Electric using LuCI. NAT6 and IPv6 masquerading. WIDE-DHCPv6 client configuration.
disable ipv6 only for lan interface. : openwrt
www.reddit.com › r › openwrtdisable ipv6 only for lan interface. I use the following settings, but still get ipv6 address on lan interface: uci set 'network.lan.ipv6=off' uci set 'dhcp.lan.dhcpv6=disabled' uci commit. I still want to remain ipv6 on wan. Here is a capture of the interface page: https://imgur.com/kgJRVOx. Another problem is, I only get IPv6-PD and don't get IPv6 public address on WAN_6.