Hi, We're trying to find a way to have multiple sources per server and thus bypass 64k connections per server.
We already tried with SNAT iptables : iptables -t nat -A POSTROUTING -o eth2 -j SNAT --to 10.0.0.1-10.0.10 without success because kernel is hashing real source ip and real destination ip, so only one source ip nated is used (aka same as using one different source per server). Any idea on achieving this ? maybe in lua ? Regards,