Hello, I had a doubt with my nat rule. I have some published ips and I want to distribute them randomly with my clients. I don’t want them to have a different ip in each connection, I want each pppoe tunnel to have a public ip even if they are repeated.
The description in the manual doesn’t clearly explain which value (yes or no) means that the destination address is taken into acount (i.e. that connections from the same client to different servers may get src-nated to different public IPs), so you have to try.
I suspect that the destination address is hashed somehow, so testing with just two destination addresses is unlikely to be sufficient to see the difference.
I assume it is stateless in terms that a hash of the source address and the destination address (if enabled) is converted to an index of the list of public addresses (similar to how per-connection-classifier works), but I’d have to see the source code to be sure - no documentation explains this.