Re: SO_BINDTODEVICE

2016-05-10 Thread Ted Lemon
SO_BINDTODEVICE was originally put in to allow the DHCP server to tell on which interface a packet had arrived. I don't see any reason why it couldn't be used the way you describe, but I am under the impression that it is somewhat deprecated, and that may be why there was no action on that patch.

Re: IPv4 & IPv6

2013-04-05 Thread Ted Lemon
On Apr 5, 2013, at 6:07 PM, B.R. wrote: > @Ted > I​ tested your solution but as I expected nginx is only listening on IPv4 > interfaces after restart and not IPv6 ones anymore.​ Weird. I have this: listen 443 ssl; listen [::]443 ipv6only=on ssl; But aside from

Re: IPv4 & IPv6

2013-04-05 Thread Ted Lemon
On Apr 5, 2013, at 4:17 PM, "B.R." wrote: > Is there any other way to allow Nginx ot listen on both interface types > without mandatory system configuration? I just have "listen *:80" in my configurations, and it works fine over IPv4 and IPv6. ___ ng