Possible Duplicate:
DHCP IPV6 Environment

in DHCPV4 for discover, request we mention the source ip as 0.0.0.0,what it could be the in DHCPv6.Similarly we mention the multicast address as 255.255.255.255 in DHCPv4 ,what could be the in DHCPv6. When i am converting from DHCPV4 TO DHCPV6 ,tell me the changes need to take in the ip address and mac address differences. If i use any relayagent what could be the difference if from v4.

I am new to networking.can you explain me .

thanks in advacne.

Ramulu Ponnam

link|improve this question
feedback

closed as exact duplicate by DJ Pon3, Ward, ErikA, MDMarra, Chris S Feb 17 at 16:08

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

Haven't you read the relevant RFC? It clearly mentions the multicast addresses All_DHCP_Relay_Agents_and_Servers (FF02::1:2) and All_DHCP_Servers (FF05::1:3).

And as source address, you take supposedly your link local address (FE80:...), which you have to negotiate and assign before.

link|improve this answer
It sounds like homework - I don't think he has read anything on this topic. – syneticon-dj Dec 13 '11 at 9:46
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.