Skip to content

Instantly share code, notes, and snippets.

View moe93's full-sized avatar

Mohammad Odeh moe93

View GitHub Profile
@moe93
moe93 / disable-ipv6-openwrt.md
Created December 19, 2023 05:20 — forked from nabakdev/disable-ipv6-openwrt.md
disable IPV6 openwrt
uci set 'network.lan.ipv6=0'
uci set 'network.wan.ipv6=0'
uci set 'dhcp.lan.dhcpv6=disabled'

# Disable RA and DHCPv6 so no IPv6 IPs are handed out
uci -q delete dhcp.lan.dhcpv6
uci -q delete dhcp.lan.ra

# Disable the LAN delegation