quote:
Originally posted by tom:
I assume you use private IP space for both the DMZ and internal segments.
1. go to Definitions->Networks and define all your internal hosts who carry services with a symbolic name and netmask 255.255.255.255. For example "smtp_host".
2. Make a host definition for the the IP of the ext. interface. Call it "Ext_IF" maybe.
3. go to network->nat/masq and add rules like:
Match: DST Ext_IF Service SMTP
Translate DST: Address "smtp_host"
done. [:)]
/tom