niccokunzmann / python_dhcp_server

a dhcp server in python
MIT License
89 stars 32 forks source link

can i reserve ipv6 address #18

Closed hhp-the-maestro closed 3 months ago

hhp-the-maestro commented 2 years ago

can i reserve or renew or get a static ipv6 address with the mac address

niccokunzmann commented 2 years ago

Hello, the simple answer is: no. DHCP is IPv4 only. There is another protocol for IPv6. Did that answer your question?

niccokunzmann commented 2 years ago

Hello, the simple answer is: no. DHCP is IPv4 only. There is another protocol for IPv6. Did that answer your question?