Debian 7.0
Sponsored Link

Start BIND2013/05/06

  Restart BIND to take effect changes and make sure it's no ploblem for working.
root@dlp:~#
vi /etc/resolv.conf
# add own IP address

nameserver 10.0.0.30
root@dlp:~#
/etc/init.d/bind9 restart

[....] Stopping domain name service...: bind9waiting for pid 4633 to die
. ok
[ ok ] Starting domain name service...: bind9.

root@dlp:~#
dig dlp.srv.world.
; <<>>  DiG 9.8.4-rpz2+rl005.12-P1 <<>>  dlp.srv.world.
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19721
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;dlp.srv.world.              IN      A

;; ANSWER SECTION:
dlp.srv.world.       86400   IN      A       10.0.0.30

;; AUTHORITY SECTION:
srv.world.           86400   IN      NS      dlp.srv.world.

;; Query time: 0 msec
;; SERVER: 10.0.0.30#53(10.0.0.30)
;; WHEN: Mon May  6 18:59:06 2013
;; MSG SIZE  rcvd: 64

root@dlp:~#
dig -x 10.0.0.30

; <<>> DiG 9.8.4-rpz2+rl005.12-P1 <<>> -x 10.0.0.30
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42835
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

;; QUESTION SECTION:
;30.0.0.10.in-addr.arpa.                IN      PTR

;; ANSWER SECTION:
30.0.0.10.in-addr.arpa. 86400   IN      PTR     dlp.srv.world.

;; AUTHORITY SECTION:
0.0.10.in-addr.arpa.    86400   IN      NS      dlp.srv.world.

;; ADDITIONAL SECTION:
dlp.srv.world.       86400   IN      A       10.0.0.30

;; Query time: 0 msec
;; SERVER: 10.0.0.30#53(10.0.0.30)
;; WHEN: Mon May  6 18:59:57 2013
;; MSG SIZE  rcvd: 100
Matched Content