Is there an equivalent of net.ipv4.ip_nonlocal_bind for ipv6 ? Need to start my nginx on boot on such an IP...
My Ubuntu doesn't have this IPv6 assigned on eth0 quickly enough despite this /etc/network/interface :
iface eth0 inet6 static address 1:2:3:4::5 netmask 64
During boot : Starting nginx: the configuration file /etc/nginx/nginx.conf syntax is ok [emerg]: bind() to [1:2:3:4::5]:80 failed (99: Cannot assign requested address)
I need to /etc/init.d/nginx restart a few seconds after boot to make things work :-/
NB : 1:2:3:4::5 is used here only for demo, i have a valid IPv6 address on my server.