Welcome! Log In Create A New Profile

Advanced

Re: Listen on transient address

Ashish SHUKLA
November 16, 2018 03:02AM
On 11/16/18 1:29 AM, Roger Fischer wrote:
> Hello,
>
> I have an NGINX instance that listens on a tunnel (and some other
> interfaces). When NGINX was restarted while the tunnel was down (tun
> device and address did not exist), NGINX failed to start.
>
> [emerg] 1344#1344: bind() to 38.88.78.19:443 failed (99: Cannot
> assign requested address)
>
>
> Relevant config:
>
>     listen 172.16.200.5:80 default_server;
>     listen 38.88.78.19:80 default_server;   # tunnel, not always up
>
> Is there a way to configure NGINX to listen “best effort”, still start
> even if it can’t bind to the address/port, and periodically retry to
> bind to the address/port? This would be my preferred solution.
>
> Alternatively, if I pre-define the tunnel device and its address (I have
> not explored that yet), would NGINX bind successfully when the tunnel is
> down?

If using GNU/Linux, make sure /proc/sys/net/ipv4/ip_nonlocal_bind is set
to 1, and then you should be able to bind to any non-local IPv4 address.

HTH
--
Ashish SHUKLA | GPG: F682CDCC39DC0FEAE11620B6C746CFA9E74FA4B0

“Under certain circumstances, profanity provides a relief denied even to
prayer.” (Mark Twain)

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Listen on transient address

Roger Fischer November 15, 2018 03:00PM

Re: Listen on transient address

Ashish SHUKLA November 16, 2018 03:02AM

Re: Listen on transient address

Maxim Dounin November 16, 2018 06:42AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 254
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready