Guest User!

You are not Sophos Staff.

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

Cannot resolve hostname via RED

I can access devices at the main site using the FQDN but not via hostname.

ping honstname.domain.com works
ping IP works
ping honstname does not work.

I am using RED with Standard split mode.


This thread was automatically locked due to age.
  • How are the DNS and DHCP settings at the remote site?
    All handled by the UTM?

    Please give more info, this way we can't help...
  • Yes the UTM is the DHCP server for the remote site.
    At the remote site the DNS server is the IP of the RED.

    At the main site the remote network is added to the DNS allowed networks, openDNS servers are being used for DNS forwarders,  and request routing is inplace for the internal domain.
  • Have you added your domain name in the "Domain" field of the DHCP config for that site?
  • Since the computername is a NETBIOS name this will normally be not able to respond to pings from remote subnets since NETBIOS is a broadcast protocol.
    If you still want to ping machinename from remote site, you will need to append the domain name to your host by DHCP and maybe even use DHCP options 15 and/or 119.

    The other option is running a WINS-server and have DHCP tell you where it is. You will need to install a WINS-server first to do this however.

    If it's just one or two machines you need to access by hostname, you could also add it in the HOSTS file of the machines that need to access is from the RED's location. But this would only work if you have fixed IP-addresses for these hostnames.
  • Thank you scorpionking,

    It is working now that i added the domain to the DHCP server.