> In my current setup I have nginx behind a load balancing router (OSPF) > where each connection to the same address has about 16% chance of > hitting the same server as the last time. If you get your router to only hash source and destination IP instead of 5-tuple for the load-balancing, that will fix your issue. Lukas