<div dir="ltr"><div>It's related to /proc/sys/net/ipv4/tcp_max_orphans</div><div><br></div><div>"Maximal number of TCP sockets not attached to any user file handle, held by system. If this number is exceeded orphaned connections are reset immediately and warning is printed."</div><div><br></div><div>So, I'd start by checking the value of tcp_max_orphans (with "cat /proc/sys/net/ipv4/tcp_max_orphans"). The widely distributed sysctl.conf tweaks for Linux relays suggests a value of 262144. I think the default in many distros may be 4096, perhaps too low for an Exit. </div><div><br></div><div>Some references:</div><div><br></div><div><a href="https://serverfault.com/questions/624911/what-does-tcp-too-many-orphaned-sockets-mean">https://serverfault.com/questions/624911/what-does-tcp-too-many-orphaned-sockets-mean</a><br></div><div><a href="https://raw.githubusercontent.com/torservers/server-config-templates/master/sysctl.conf">https://raw.githubusercontent.com/torservers/server-config-templates/master/sysctl.conf</a><br></div><div><br></div><div>If you need help making the sysctl tweaks let me know.</div><div><br></div></div>