i thought it should be work with reverse nth.
but not successful.
is there anyone who success to archive it?
basically i have two server and one ros machine and they all have public ip.
i want make client just access ros machine and slb for this two server. that two server have exactely same service and contents.
Nth matches packets, so you’re breaking the connection by sending packets of the same connection to different servers. That cannot possibly work. Use PCC instead, together with destination NAT.
Just to confirm - it does work? You’re just looking for input on improvements?
I guess you could simplify it by using PCC directly in NAT. No need to mark the connection first, really. I think using src-address as the classifier is the perfect choice for stability.