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

Reverse DNS / Request routing not working

I can't seem to get Sophos to resolve internal hostnames.  I've read through several threads with similar problems and haven't figured it out yet.  I removed all static DNS entries after reading ttps://www.astaro.org/gateway-products/management-networking-logging-reporting/48974-9-105-dns-request-routing-still-not-working-reverse-lookup.html

I'm running 3 internal networks, will give info on one that wasn't created by the wizard.

wInterface attachment shows interface settings
wDHCP shows DHCP settings
wDefinition shows a definition I created so I'd have something to put in the target box for request routing; maybe I did something dumb here.
wDNSGlobal shows the 3 networks allowed to use Sophos for DNS.
wRequestRouting shows the DNS request route.

So I connect my phone to the network and do a nslookup on it:

MBPR: $ nslookup
> 192.168.78.197
Server:  192.168.64.1
Address: 192.168.64.1#53

** server can't find 197.78.168.192.in-addr.arpa.: NXDOMAIN


Any ideas? thanks a bunch!


This thread was automatically locked due to age.
Parents
  • Edit: realized I typoed addr.arpa as addr-arpa… fixed… relevant section from named.conf:

    zone "0.78.168.192.in-addr.arpa." IN {
                    type forward;
                    forward only;
                    forwarders {
                            192.168.64.1;
                    };
                    check-names ignore;
    };

    _______________

    $ nslookup
    > 192.168.78.197
    Server: 192.168.64.1
    Address: 192.168.64.1#53

    ** server can't find 197.78.168.192.in-addr.arpa.: NXDOMAIN
    >
Reply
  • Edit: realized I typoed addr.arpa as addr-arpa… fixed… relevant section from named.conf:

    zone "0.78.168.192.in-addr.arpa." IN {
                    type forward;
                    forward only;
                    forwarders {
                            192.168.64.1;
                    };
                    check-names ignore;
    };

    _______________

    $ nslookup
    > 192.168.78.197
    Server: 192.168.64.1
    Address: 192.168.64.1#53

    ** server can't find 197.78.168.192.in-addr.arpa.: NXDOMAIN
    >
Children
Share Feedback
×

Submitted a Tech Support Case lately from the Support Portal?