This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

WAF - Exchange 2013 external url reverts to internal url

I have v9 running in front of an Exchange 2013 server. The real server is internal.example.com and the virtual server is mail.example.com. When I point my browser at https://mail.example.com/ecp/ I get a response but then the url changes to https://internal.example.com/ecp/blahblah and everything stops since that address is not in DNS outside the LAN.

If I point to https://internal.example.com/ecp/ from the internal LAN everything works. Which should be obvious since I am not hitting the firewall.

If I turn off WAF and use NAT port forwarding, address https://mail.example.com/ecp/ works just fine and stays as mail.example.com.

All the virtual directories in Exchange are configured for the external address.

Thoughts on what is going on or ideas how to troubleshoot?


This thread was automatically locked due to age.
Parents
  • I had the same issue with sharepoint redirecting to an internal URL any time I referenced the server by internal IP. It seems as though sharepoint would rewrite the URL of the hostname that was sent to the server. So, whatever you use as an IP or DNS specification on the real server identification will be used as the return domain name. What I ended up doing was creating a static URL entry on the DNS server of the UTM to point the external domain name to the internal IP address. This allows the UTM to point to the server by the external name using an internal IP address. It worked for SharePoint (2010) and may be the same for this.

    Users permitting:
    Set static entry for external DNS name to internal IP in Network Services -> DNS
    Set the Real Server's host record to a DNS record type of the external name.

    Check Check Check the site afterwards... SharePoint did STRANGE things with uploading files and different views. I ended up just NATting the thing instead of spending time figuring it out.
Reply
  • I had the same issue with sharepoint redirecting to an internal URL any time I referenced the server by internal IP. It seems as though sharepoint would rewrite the URL of the hostname that was sent to the server. So, whatever you use as an IP or DNS specification on the real server identification will be used as the return domain name. What I ended up doing was creating a static URL entry on the DNS server of the UTM to point the external domain name to the internal IP address. This allows the UTM to point to the server by the external name using an internal IP address. It worked for SharePoint (2010) and may be the same for this.

    Users permitting:
    Set static entry for external DNS name to internal IP in Network Services -> DNS
    Set the Real Server's host record to a DNS record type of the external name.

    Check Check Check the site afterwards... SharePoint did STRANGE things with uploading files and different views. I ended up just NATting the thing instead of spending time figuring it out.
Children