We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Добавь, пожалуйста, возможность отключения IPv6, если он обнаружен. Мне помогло:
uci set 'network.lan.ipv6=0' uci set 'network.wan.ipv6=0' uci set 'dhcp.lan.dhcpv6=disabled' uci -q delete dhcp.lan.dhcpv6 uci -q delete dhcp.lan.ra uci set network.lan.delegate="0" uci -q delete network.globals.ula_prefix /etc/init.d/odhcpd disable /etc/init.d/odhcpd stop uci commit /etc/init.d/network restart sysctl -w net.ipv6.conf.all.disable_ipv6=1 echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6 sysctl -w net.ipv6.conf.default.disable_ipv6=1 sysctl -w net.ipv6.conf.lo.disable_ipv6=1
Взял отсюда https://lsetc.ru/openwrt-otkljuchit-ipv6/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Добавь, пожалуйста, возможность отключения IPv6, если он обнаружен. Мне помогло:
Взял отсюда https://lsetc.ru/openwrt-otkljuchit-ipv6/
The text was updated successfully, but these errors were encountered: