Networking Forums

Networking Forums > Computer Networking > Linux Networking > radvd, BIND and DHCP

Reply
Thread Tools Display Modes

radvd, BIND and DHCP

 
 
Mark Hackett
Guest
Posts: n/a

 
      05-18-2004, 08:45 PM
OK, a little query here. Been trying to get an answer all over the place,
but no examples of how to set this up, so I haven't been able to work it
out myself.

Hope someone can help.

I have a server which has BIND and DHCP on it.

With IPv4, I can have a client attach as "Arthur" and the DNS entries will
be updated automatically. I can then ping Arthur using its name from all my
machines on my small network.

How do I do this with IPv6? Or is the reason I am not getting the answer
because it isn't necessary?

I.e. I want to use IPv6, which I can set up with radvd running on the
server. However, how do I get DNS to update the A6 records? Without that, I
cannot ping6 arthur, I have to ping6 3ffe:109a:f45:93e3:... Not so easy.

Cheers.
 
Reply With Quote
 
 
 
 
David Goodenough
Guest
Posts: n/a

 
      05-18-2004, 09:00 PM
Mark Hackett wrote:

> OK, a little query here. Been trying to get an answer all over the place,
> but no examples of how to set this up, so I haven't been able to work it
> out myself.
>
> Hope someone can help.
>
> I have a server which has BIND and DHCP on it.
>
> With IPv4, I can have a client attach as "Arthur" and the DNS entries will
> be updated automatically. I can then ping Arthur using its name from all
> my machines on my small network.
>
> How do I do this with IPv6? Or is the reason I am not getting the answer
> because it isn't necessary?
>
> I.e. I want to use IPv6, which I can set up with radvd running on the
> server. However, how do I get DNS to update the A6 records? Without that,
> I cannot ping6 arthur, I have to ping6 3ffe:109a:f45:93e3:... Not so easy.
>
> Cheers.

Surely part of the answer is that with V6 you do not use DHCP, the address
is built of two parts, the network address and the MAC address of the
network card. So as long as your machine stays on the same network it
will always have the same address, and the DNS entry remains valid.

David
 
Reply With Quote
 
Cameron Kerr
Guest
Posts: n/a

 
      05-19-2004, 01:01 PM
David Goodenough <(E-Mail Removed)> wrote:

>> I have a server which has BIND and DHCP on it.
>>
>> With IPv4, I can have a client attach as "Arthur" and the DNS entries will
>> be updated automatically.


This is called Dynamic DNS, by the way.

>> How do I do this with IPv6?


> Surely part of the answer is that with V6 you do not use DHCP, the address


You _can_ still use DHCP with IPv6, its just that you don't need to, and
I don't think there is much in the way of support for it.

--
Cameron Kerr
(E-Mail Removed) : http://nzgeeks.org/cameron/
Empowered by Perl!
 
Reply With Quote
 
Cameron Kerr
Guest
Posts: n/a

 
      05-21-2004, 05:50 AM
Mark Hackett <(E-Mail Removed)> wrote:

> Thanks. I am pretty much convinced that radvd replaces DHCP


If you read the IPv6 RFCs, you'll notice that there are two types of
auto-configuration, stateless and stateful. Stateless autoconfiguration
uses router advertisements (ie. radvd). Stateful autoconfiguration uses
DHCP, though I don't think that avenue is much developed at the moment.

The two _are_ different however. I suspect both will have their places
when IPv6 becomes mainstream.

--
Cameron Kerr
(E-Mail Removed) : http://nzgeeks.org/cameron/
Empowered by Perl!
 
Reply With Quote
 
Mark Hackett
Guest
Posts: n/a

 
      05-21-2004, 07:47 AM
Cameron Kerr wrote:

> David Goodenough <(E-Mail Removed)> wrote:
>
>>> I have a server which has BIND and DHCP on it.
>>>
>>> With IPv4, I can have a client attach as "Arthur" and the DNS entries
>>> will be updated automatically.

>
> This is called Dynamic DNS, by the way.
>
>>> How do I do this with IPv6?

>
>> Surely part of the answer is that with V6 you do not use DHCP, the
>> address

>
> You _can_ still use DHCP with IPv6, its just that you don't need to, and
> I don't think there is much in the way of support for it.
>


Thanks. I am pretty much convinced that radvd replaces DHCP, but there is no
documentation on DDNS and IPv6. ALL of the documentation about DDNS updates
is about using DHCP and IPv4. Quite annoying.

Can anyone fill in the blanks? Or is DDNS not used for IPv6?!?!

Ta.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Setting the bind and dhcp for use as dns/ddns alike Linux Networking 4 01-02-2012 12:10 PM
Good GUI (or curses) frontend for ISC DHCP daemon and BIND rbtfrog Linux Networking 2 12-11-2011 05:23 PM
DHCP won't bind to NIC team w/ static IP andrew@technodevil.com Windows Networking 2 09-06-2007 05:29 PM
BIND not being updated by ISC DHCP Alexander Burke Linux Networking 0 03-13-2006 11:44 AM
DHCP server will not bind to Network Interface. Bob H. Windows Networking 1 02-13-2004 02:44 AM



1 2 3 4 5 6 7 8 9 10 11