On Thu, Dec 14, 2000 at 05:45:51PM +1100, Gareth Walters wrote:
> G'day all,
>     This has been driving me nuts, I have searched archives, docs and man pages all 
>to no avail.
> 
> I am trying to use nsupdate to dynamically update my local DNS. 
> I can successfully add a hostname to the zone but I cannot get the reverse lookups 
>to work or even be added correctly (syntax for nsupdate??).
> 
> 
> nsupdate 
> server mydnserver
> zone mytest.my.domain.au
> update add mytest.my.domain.au 1 A 10.40.1.1

going on the above syntax you'd want something like

nsupdate
server mydnserver
zone 1.40.10.in-addr.arpa
update add 1 PTR mytest.my.domain.au.

> 
> 
> works well but how do I add the ip to name entry?
> 
> 
> TIA for any assistance
> 
> 
> 
> ---Gareth Walters

-- 
John Ferlito
Senior Engineer - Bulletproof Networks
ph: +61 (0) 410 519 382
http://www.bulletproof.net.au/


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to