Reverse Proxy with 500k connections

Maxim Konovalov maxim at nginx.com
Wed Mar 8 11:20:58 UTC 2017


On 3/7/17 10:50 PM, larsg wrote:
> Hi,
> 
> we are operating native nginx 1.8.1 on RHEL as a reverse proxy.
> The nginx routes requests to a backend server that can be reached from the
> proxy via a single internal IP address.
> We have to support a large number of concurrent websocket connections - say
> 100k to 500k.
> 
> As we don't want to increase the number of proxy instances (with different
> IPs) and we cannot use the "proxy_bind transarent" option (was introduced in
> a later nginx release, upgrade is not possible) we wanted to configure the
> nginx to use different source IPs then routing to the backend. Thus, we want
> nginx to select an available source ip + source port when a connection is
> established with the backend.
> 
> For that we assigned ten internal IPs to the proxy server and used the
> proxy_bind directive bound to 0.0.0.0.
> But this approach seems not to work. The nginx instance seems always use the
> first IP as source IP.
> Using multiple proxy_bind's is not possible.
> 
> So my question is: How can I configure nginx to select from a pool of source
> IPs? Or generally: to overcome the 64k problem?
>
We ever wrote a blog post for you!

https://www.nginx.com/blog/overcoming-ephemeral-port-exhaustion-nginx-plus/

As a side note: I'd really encourage all of you to add our blog rss
to your feeds. While there is some marketing "noise" we are still
trying to make it useful for tech people too.

-- 
Maxim Konovalov


More information about the nginx mailing list