Best practice question:
If I have a block of 16 ip's and use them for various servers. Some are accessed via DNAT (the non standard ports) and some are accessed via WAF (the web based apps etc)
We have web filtering going on too and masquerading, like so:
10.1.100.0/24 masquerades to x.x.x.100 (default wan ip)
10.1.100.200 (SERVER A) DNAT's from x.x.x.101
The above server will masquerade to x.x.x.100
So, is it good practive to put an SNAT in here so that anything going out from SERVER A appears to come from x.x.x.101 rather than x.x.x.100 (masqueraded ip)
This thread was automatically locked due to age.