running out of ports: every client port is used only once in outgoing connection

2020-08-27 Thread Eugene M. Zheganin
Hello, I have a situation where I'm running out of client ports on a huge reverse-proxy. Say I have an nginx upstream like this: upstream geoplatform {     hash $hashkey consistent;     server 127.0.0.1:4079 fail_timeout=10s;     server 127.0.0.1:4080 fail_timeout=10s;    

Re: running out of ports: every client port is used only once in outgoing connection

2020-08-27 Thread Eugene M. Zheganin
Hello, 27.08.2020 23:01, Eugene M. Zheganin wrote: And as soon as I'm switching to it from DNS RR I'm starting to get get "Can't assign outgoing address when connecting to ...". The usual approach would be to assign multiple IP aliases to the destination backends, so I will get more of

Re: running out of ports: every client port is used only once in outgoing connection

2020-08-27 Thread Sergey Kandaurov
Eugene M. Zheganin : > > Found this: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=174087 > > and this: > > https://svnweb.freebsd.org/base?view=revision=361228 > > How do I determine if the latter is merged into STABLE By mergeinfo or inspecting stable branch. It is merged to stable/12