Re: NAT Question NAT configuration can be very flexible. It's quite common for smaller customers to have all public IPs in the external interface of the firewall and then NAT the DMZ servers. This is also very easy to configure, all you need to do is create automatic NAT for the servers that have public services that must be reachable from the outside. Typically your NAT table should look something like: All your nets | All your nets | any | = | = | = (Unless you want NAT between your nets) automatic NAT rules here Internal nets | any | any | Hide IP | = | = The thing to bear in mind is that when you NAT the servers, internal access to them will need to use the public IP too, or you can create a "no NAT" rule like shown above. |