I've downloaded dhcp3 on my server and I now need the server to assign ipv6 addresses. Also what is stateless autoconfiguration and how do I use it on my server?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
IPv6 address provisioning usually works like this:
StateLess Address Auto Configuration (SLAAC) is the name for when there are prefixes with the (A) option on in the RA. The systems then can configure their own IPv6 addresses based on those prefixes and use the router as default gateway. Optionally a stateless DHCP server can provide extra options (like domain name, DNS resolvers, time server, etc). So if you want to configure your Linux box as a router you will need RADVD and optionally a DHCPv6 server in either stateful or stateless mode. |
|||
|
|
|
You can use wide dhcpv6 server: |
|||
|
|