Michael Sullivan wrote:
I believe that I have my DNS configuration set up correctly and the
named server is starting. The problem is that when I issue
dig 127.0.0.1 I get this:
bullet ~ # dig 127.0.0.1
This isn't the correct format to do a reverse DNS lookup. I believe
that it is
# dig 1
Michael Sullivan wrote:
> I believe that I have my DNS configuration set up correctly and the
> named server is starting. The problem is that when I issue
>
> dig 127.0.0.1 I get this:
>
>
this does not do what you want
use either
#dig 1.0.0.127.in-addr.arpa.
or
#dig -x 127.0.0.1
...
Michael Sullivan wrote:
> I believe that I have my DNS configuration set up correctly and the
> named server is starting. The problem is that when I issue
>
> dig 127.0.0.1 I get this:
>
> bullet ~ # dig 127.0.0.1
>
^^^ this does not do what you want:
use either
#dig 1.0.0.127.in-addr.arpa.
I believe that I have my DNS configuration set up correctly and the
named server is starting. The problem is that when I issue
dig 127.0.0.1 I get this:
bullet ~ # dig 127.0.0.1
; <<>> DiG 9.2.5 <<>> 127.0.0.1
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NX
4 matches
Mail list logo