hi all, Probably an easy question but I cannot figure it out so would appreciate some help. As per RFC the source address of a RS message can be either the IP address assigned to the sending interface, or unspecified address if no address is assigned to the sending interface. The link-layer address of the sender, if known. MUST NOT be included if the Source Address is the unspecified address. Otherwise it SHOULD be included on link layers that have addresses. In case the src address of the RS = unspecified address how can I (based on a Wireshark capture) know which Router Advertisement is the response to the RS above ? RFC regarding RA messages states: "Destination Address Typically the Source Address of an invoking Router Solicitation or the all-nodes multicast address." So if the src was unspecified address, the RA will response to the all-nodes multicast address. I think I have problems to understand it, because it is unclear for me what is the order of the messages ... I have some Wireshark captures where the src address of a RS = fe80: .. . ( so a link-local address). What would cause a host to send a RS message with src=unspecified ? Is it not the feature of IPv6 (plug and play) that each device will auto generate a link-local address for itself ? I know this might be partially a Wireshark question but I hope this question will not be flaged as offtopic. Any help is appreciated! Best Regards Adam asked 31 Oct '15, 13:06 adasko |
One Answer:
Have you read the RFC3513 and RFC 3590 they are both talking about an unspecified address.
answered 31 Oct '15, 17:13 Christian_R |
Could you please add the rfc number it is easier to google.