commands to request and release of an IPv6 address from a dhcp server

PHOTO EMBED

Sun Apr 24 2022 05:20:32 GMT+0000 (Coordinated Universal Time)

Saved by @xiaomian

For v4:
Code:
dhclient -4 -r eth0 //or just dhclient -r eth0
dhclient -4 eth0 // or just dhclient eth0
 Save
For v6
Code:
dhclient -6 -r eth0
dhclient -6 eth0
content_copyCOPY

https://www.linuxquestions.org/questions/linux-newbie-8/commands-to-request-and-release-of-an-ipv6-address-from-a-dhcp-server-4175469096/