Long story very short: I wanted disable IPv6 inside LXC containers and wrote this script based on information from links below:
https://github.com/geoai777/proxmox_ipv6/
Now here where I'm still fuzzy:
Read more
https://github.com/geoai777/proxmox_ipv6/
Now here where I'm still fuzzy:
ip a | grep inet6is empty butnetstat -naptu | grep :::still showstcp6 0 0 :::3306 :::* LISTEN mariadbd, which upsets me somehow- one of links suggests
LinkLocalAddressing = no, it seems to me, that...
Read more