IT/네트워크(Network)

OpenWRT에서 IPv6 비활성화 하기

MirDaTe 2021. 7. 4. 20:07
728x90

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 #설정저장