> ... Haveing a little wierd problem of my own, need some input (maybee i just
> need some sleep.. dunno)..
>
> I have a domain called "test2.inv" ... I what to delegate "test.test2.inv"
> to nameserver "testaway.inv" ..
>
> my ns update file:
> - - -
> server mytestserver.inv
> zone test2.inv
> update add test.test2.inv. 43200 IN NS testaway.inv.
> - - -
>
> The update command's debug output..
>
>
> Reply from update query:
> ;; ->>HEADER<<- opcode: UPDATE, status: NOERROR, id: 28363
> ;; flags: qr ra ; ZONE: 0, PREREQ: 0, UPDATE: 0, ADDITIONAL: 0
>
>
> but.. the zone is not updated..
>
> if i change it to:
> - - -
> server mytestserver.inv
> zone test2.inv
> update add test2.inv. 43200 IN NS testaway.inv.
> - - -
>
> it's updated ... (but this is not what I want..)
>
> What did I miss ?
>
> Regards, Peter Larsen
Your nameserver is running what version? BIND 8 doesn't
handle delegations or glue. It doesn't have the data
structures which is one of the reasons for BIND 9.
Also did you test the update by transfering the zone from
the server or by looking at the master file? The master
file is *not* updated straight away. The changes are stored
in a journal, to prevent them being lost, and the master file
is written out sometime later.
Mark
--
Mark Andrews, Internet Software Consortium
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742 INTERNET: Mark.Andrews@xxxxxxx
|