Hello:
My LAN is protected by Netscreen 5XP Firewall, which was configured by somebody else.
There is one exposed external IP address: X.Y.Z.156.
VIP provides port forwarding to some servers on the internal LAN - MS Exchange, Web server, etc.:
set interface untrust vip X.Y.Z.156 + 25 "MAIL" 192.168.1.5
set interface untrust vip X.Y.Z.156 80 "HTTP" 192.168.1.15
…..
…..
For some reason (unclear to me) untrust ip was set to X.Y.Z.155 / 29 (not 156 !):
set interface untrust ip X.Y.Z.155/29
So when MS Exchange server sends email it uses X.Y.Z.155, not X.Y.Z.156;
MX record points to X.Y.Z.156 and email not passes reverse-DNS test.
What is the easiest way to fix this?
Thank you!
My LAN is protected by Netscreen 5XP Firewall, which was configured by somebody else.
There is one exposed external IP address: X.Y.Z.156.
VIP provides port forwarding to some servers on the internal LAN - MS Exchange, Web server, etc.:
set interface untrust vip X.Y.Z.156 + 25 "MAIL" 192.168.1.5
set interface untrust vip X.Y.Z.156 80 "HTTP" 192.168.1.15
…..
…..
For some reason (unclear to me) untrust ip was set to X.Y.Z.155 / 29 (not 156 !):
set interface untrust ip X.Y.Z.155/29
So when MS Exchange server sends email it uses X.Y.Z.155, not X.Y.Z.156;
MX record points to X.Y.Z.156 and email not passes reverse-DNS test.
What is the easiest way to fix this?
Thank you!