The Mail Server is located in DMZ
Following DNAT and filter rules defined
DMZ(network)--Any--LAN(network)--Drop
DMZ(network)--Any--Any---Allow
Internal(network)---Any---DMZ(network)--Allow
DNAT
Any--external address of mail server---smtp--Internal
address of mail server
Will the Internal users(LAN) be able to access the mail server on DMZ using either public or private IP of the mail server or do i have to define some SNAT and filter rules.
e.g from LAN---can access
--192.168.10.2(private ip of mail)
or
--202.154.20.2(public ip of mail)
or
--mail.mydomain.com(using domain)
This thread was automatically locked due to age.