I am operating a webserver behind a NAT. Because of SSL requirements, I route 80 from multiple WAN IPs to the single internal webserver using DNAT.
Now, when packets return from the web server, how can I make sure to SNAT them from the same IP address they used to enter the nat network? Do I need to mark connections in some way?