Kirya [.net]

26 Dec, 2005

DDNS

Posted by: Julien @ 12:11 pm

I have been playing for a few days with Dynamic DNS. My aim was to run my own DDNS server on my VDS to update my dynamic IP entry for my domain name.
Using Bind9 and nsupdate, everything seems to work fine. A small script is launched through ppp ip-up.

The results:

dig A kirya.net
 
; < <>> DiG 9.2.4 < <>> A kirya.net
;; global options:  printcmd
;; Got answer:
;; ->>HEADER< <- opcode: QUERY, status: NOERROR, id: 5011
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1
 
;; QUESTION SECTION:
;kirya.net.                     IN      A
 
;; ANSWER SECTION:
kirya.net.              38      IN      A       83.196.59.239
 
;; AUTHORITY SECTION:
kirya.net.              18054   IN      NS      ns.kirya.net.
kirya.net.              18054   IN      NS      ns6.gandi.net.
 
;; ADDITIONAL SECTION:
ns6.gandi.net.          3013    IN      A       217.70.177.40
 
;; Query time: 2 msec
;; SERVER: 195.221.96.3#53(195.221.96.3)
;; WHEN: Mon Dec 26 11:07:43 2005
;; MSG SIZE  rcvd: 100

I will write an article when I find the time.

No Responses to "DDNS"

Comments are closed.

About

You will find here some information about me and my different projects. I am involved in several open source projects, and try to promote Free software. This site is thus mainly dedicated to Free Software use on GNU/Linux systems. Please do not hesitate to contact me for any comments on this site.