in the link above, gave some commands to disable ipv6 and I wanted to be sure before trying. I hope it will solve my problem further down. Here are the commands:
And my syslog has plenty of these and also from time to time I would loose connection. This may not be the problem, but I do not need ipv6. So, first, can someone please confirm those commands working on:
OpenWrt 22.03.2 r19803-9a599fee93 / LuCI openwrt-22.03 branch git-22.361.69894-438c598
A default route is present but there is no public prefix on lan thus we don't announce a default route!
Based on a cursory look, it looks fine to me, but it if you want to see what they do, here’s a way to see what uci set and uci delete commands will affect your configs
replace each uci set command with uci -q show and delete the =<value?> at EOL. ie. uci set 'network.lan.ipv6=0'touci -q show ‘network.lan.ipv6’
replace each uci delete -q command to uci -q show
Within the context of the recipe provided, run each uci set and uci -q delete command on its own. This will indicate
what values (if they exist in your configs), and what might be changed to your configs.
what entries (if they exist in your configs), and what might be deleted in your configs.
If you choose to follow the recipe, take a backup to restore if you’re not happy with the results.
Disabling IPv6 nowadays should be your last resort, as it can do more harm than good.
If you don't have public prefix, consider using IPv6 masquerading.