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:
I was using this links:
https://github.com/geoai777/proxmox_ipv6/
Now here where I'm still fuzzy:
ip a | grep inet6
is empty butnetstat -naptu | grep :::
still showstcp6 0 0 :::3306 :::* LISTEN mariadbd
.
Answering my own question: It appears to be IPv4 mapped IPv6. (see link number 4 below). Can't say it's good or bad, but still.- one of links suggests
LinkLocalAddressing = no
, it seems to me, that having that option toyes
should be better in many ways. Do we really need it that way?
I was using this links:
Last edited: