Outbound nat I am trying to get my mail and web arrays to map to the correct ip addresses

For reverse dns . I don’t really want to use 1 to 1 nat .

Here are two snips of rules. What I want to do is nat when the destination is port 25 to the external ip address.

 

Possible or am I off the mark???

 

All other traffixc should use the default gateway.

 

- <- <rule>

- <source>

  <network>10.250.3.204/32</network>

  </source>

  <sourceport />

  <descr>smtp out</descr>

  <target>192.168.168.8</target>

  <interface>wan</interface>

- <destination>

  <any />

  </destination>

  <natport>25</natport>

  </rule>

 

 

 

rule>

- <source>

  <network>10.250.3.204/32</network>

  </source>

  <sourceport>25</sourceport>

  <descr>smtp out</descr>

  <target>192.168.168.8</target>

  <interface>wan</interface>

- <destination>

  <any />

  </destination>

  <natport />

  </rule>

 

-

 

Reply via email to