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

Hostname Inside Network

I'm having a problem with my hostname.  I have a hostname from DynDNS which works perfectly when I try to access my Astaro from outside the network.  However, it does not work when inside the network.  Spam e-mail reports are sent to e-mail addresses, however you can't view or release e-mails while inside the network, as it is trying to use the DynDNS name and it is not resolving.  Using the 192.168.X.X address works fine.

Any suggestions?


This thread was automatically locked due to age.
  • You may need to add a static DNS entry to reference the internal IP address to prevent traffic loops.  From KB article 242661:

    Symptom:
        Unable to access any site on the internal web server from workstations located within the network using the http proxy.
        Access from external locations through DNAT of external address works correctly.

    Cause:
        DNS resolutions will reference the external interface address (given by the external DNS).  When the http proxy is enabled this results in a loop as the external address of the ASG is trying to access itself.

    Resolution:
        By setting a static DNS entry in the ASG all references for the internal webserver will point to the correct internal address rather than the public address.

        ASG changes required:
        Go to Network >> DNS >> Static Entry
        This setting must be set For internal websites not working through the ASG proxy so that the DNS name is forwarded to the internal IP address instead of going to the external interface.

        Example:
        Hostname: www.mywebserver.com
        IP: 10.0.0.10
  • If you're using the Astaro to provide DNS:

    In the DNS section you'll see the tab for static DNS entries.  Add the IP addresses of your local resources there.  They'll supersede the external DNS addresses.

    Edit: Looks like Jack beat me to it.
  • Perfect!  (I knew it was something easy.)  Just reset it and will test it internally when I'm home.