You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sending out RSs, RA is never seen. Since we didn't see anything telling us to use DHCPv6 or SLAAC, dhcpcd doesn't ever send out a Solicit or Information Request
Is there currently a way to timeout on un-answered RS and fall back to DHCPv6 Solicit?
Keeping in mind the DHCPv6 address will be useless without a prefix in the DHCPv6 Advertisement.
The text was updated successfully, but these errors were encountered:
I'm not sure what you're asking for here. As you say, any DHCPv6 reply would be pretty useless without a RA.
The systemd issue you link to is about requesting Prefix Delegation without a RA, which is possible with dhcpcd.
interface eth0
ia_pd
You could also request ia_na or ia_ta and that will also start DHCPv6 without a RA. We just don't start DHCPv6 on any timeout - there's no point as any reply would be pretty useless I think.
I'll give that a try. This is for cases where the router doesn't seem to send RA until after it has seen a DHCPv6 Solicit, or sends an RA without flags so we don't know which mode to use.
To clarify: the ISP start sending RA only once the first DHCPv6 exchange is done, and I'm not able to force networkd to start his DHCPv6 client... With my current isp, I receive RA packets but without the O or M flag. So even if DHCP is forced to "ipv6", the client is never started... systemd/systemd#16331
Sending out RSs, RA is never seen. Since we didn't see anything telling us to use DHCPv6 or SLAAC, dhcpcd doesn't ever send out a Solicit or Information Request
Is there currently a way to timeout on un-answered RS and fall back to DHCPv6 Solicit?
Keeping in mind the DHCPv6 address will be useless without a prefix in the DHCPv6 Advertisement.
The text was updated successfully, but these errors were encountered: