Re: IPv6 DHCP{C,}D
Goran Mekić
Thu Dec 10 10:14:25 2020On Thu, Dec 10, 2020 at 09:15:36AM +0000, Roy Marples wrote: > The problem is that there is no IPv6 RA server to automate the client to > initate DHCP6. > > You can either setup rtadvd(8) that comes with FreeBSD and set the M flag in > ra options to indicate a DHCP client should pick a Managed address OR force > dhcpcd just to pick a managed address like so: > > dhcpcd -6 --ia_na eth0 Nice! Now I see this in the output: eth0: soliciting a DHCPv6 lease I do get timeout, but at least now I know what tools I need. Thank you! Regards, meka
Attachment:
signature.asc
Description: PGP signature
IPv6 DHCP{C,}D | Goran Mekić |
Re: IPv6 DHCP{C,}D | Roy Marples |