Re: dual stack binding

2018-06-21 Thread abatie
I believe this is related to blocking neighbor discovery on the address for the purposes of doing direct server return load balancing, and not nginx related, thanks! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,280234,280239#msg-280239 ___

Re: dual stack binding

2018-06-21 Thread abatie
OK, that's odd: I commented out the ipv4 address and it still fails. It's not a conflict then, so something's odd in the network stack... Posted at Nginx Forum: https://forum.nginx.org/read.php?2,280234,280238#msg-280238 ___ nginx mailing list nginx@n

Re: dual stack binding

2018-06-21 Thread abatie
Yup: eth0 Link encap:Ethernet HWaddr 00:50:56:8C:62:77 inet addr:207.55.17.91 Bcast:207.55.19.255 Mask:255.255.252.0 inet6 addr: fe80::250:56ff:fe8c:6277/64 Scope:Link inet6 addr: 2607:f678::17:79/64 Scope:Global inet6 addr: 2607:f678::17:91/64 Sco

dual stack binding

2018-06-21 Thread abatie
I have nginx binding to a variety of addresses for ssl and target selection reasons. Now I'm trying to add ipv6 support. Since I'm using specific listen addresses, I wouldn't expect to have a binding conflict, however I am, and I'm hoping someone can point me in the right direction: server {