You are not logged in.
Hi,
If I flush my link-local IPv6 address ? How can I get it back ? Using the EUI-64 method (or another) automatically.
I know, I can make a script using the MAC address and `ip a a`.
I'm looking for the right way to do it, usually, I save everything and reboot the computer. ^^"
Thank you !
Offline
If you use dhcpcd to handle IPV6 then `dhcpcd -n` or `dhcpcd -n $interface` will do the trick.
If not, then just bring the interface down and up again: `ip link set down $interface; ip link set up $interface`
Offline
Thank you !
Bringing the interface down and up again did the trick. ^^
Last edited by ache (2019-09-04 07:22:14)
Offline