I've the following NAT rule for servers being accessed through internet:

src                     dst                             src
dst

any                     srvr_public_address             orig
srvr_privte_address
srvr_private_address    any                             srvr_public_address
orig

and it works fine, except I've noticed that sniffer trace shows when this
server communicate to servers in other segments internally, above NAT also
takes place. So, I added the following NAT rule on top of above rules:

src             dst                     src     dst

dmz_network     internal_network                orig    orig


but that dis not work! I still see the source address being the NATed
address of srvr in DMZ zone, instead of the real address. Can anyone tell me
what I am missing, Is there additional things that needs to be added beside
what I currently have.

Regards,


================================================================================
     To unsubscribe from this mailing list, please see the instructions at
               http://www.checkpoint.com/services/mailing.html
================================================================================

Reply via email to