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

How would I do DNS Resolution on my LAN?

Hi All,

I was wondering is it possible to set up the UTM so I can resolve to hostnames? Again I am just experimenting, like the hostname of the UTM on my network is SophosUTM. Am I able to do in house DNS resolution with the UTM? Kinda like how windows domained environment does?

Because ultimately I just want to beable to type in my browser sophosutm.examplenetwork.tk and it comes up?

How would I go about doing this?

Thanks guys


This thread was automatically locked due to age.
  • You can resolve internal DNS hostnames by setting DNS routing:
    1. Go to Network Services --> DNS
    2. Go to Request Routing
    3. Select New DNS Request Route
    4. In the Target servers add/select your internal DNS server
    5. For Hostname to IP resolution enter your domain name, ex. mydomain.com
    6. For IP to Hostname resolution enter your PTR zone name, ex. 0.168.192.in-addr.arpa
  • You can resolve internal DNS hostnames by setting DNS routing:
    4. In the Target servers add/select your internal DNS server
    5. For Hostname to IP resolution enter your domain name, ex. mydomain.com
    6. For IP to Hostname resolution enter your PTR zone name, ex. 0.168.192.in-addr.arpa


    Ok can you explain this a little further? I am assuming I need to do two dns requests for this?

    I have done this but when I ping or resolves it? I will check the DNS log and see if I can fix it
  • Note, that Astaro can operate only as a caching DNS server and cannot be authoritative for any zone. Meaning that you need an internal DNS server which is authoritative for your DNS zones (host your zones and records). You should define your internal DNS server to the target servers in the Astaro interface (step 4).

    In case you want to be able to ping, for example yourpc.yourdomainname.local, you need to specify yourdomainname.local in step 5.

    If you want to be able to map your IP to a hostname ex. nslookup 192.168.0.100 you need to specify your reverse zone in step 6, 0.168.192.in-addr.arpa.
  • If you don't have an internal DNS server, adding a 'Hostname' to a Host definition should do what you want.

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • If you don't have an internal DNS server, adding a 'Hostname' to a Host definition should do what you want.

    Cheers - Bob


    So for those with non-contiguous networks and no local DNS, other than creating a host entry for each node that enters your network, how do you get the hostname to resolve in things like DHCP lease table and Web Usage reports?