stateless dhcp6 server for FreeBSD?

Michael Proto mike at jellydonut.org
Wed Apr 20 22:55:16 UTC 2011


2011/4/20 Lev Serebryakov <lev at freebsd.org>:
> Hello, Freebsd-net.
>
>  Is here any stateless dhcp6 solution for FreeBSD?
>
>  isc-dhcp 4.1 seems to not support statless mode by server
>
>  dibbler is not ported to FreeBSD.
>
>  dhcp6s (WIDE-dhcpd) works only with one interface... It is possible,
>  of course, to run multiple instances of dhcp6s for multiple
>  interfaces, but it doesn't look very convenient.
>
>  I need only distribute IPv6 DNS server addresses to clients, but not
>  prefixes or address information.

Are you sure isc-dhcp doesn't support stateless? I was able to get it
working by creating subnet6 entries in dhcpd6.conf and telling rtadvd
to operate in other-stateful configuration mode (raflags="o"). At that
point, stateless autoconfiguration worked and the clients did a DHCP
request to determine their name servers only.


-Proto


More information about the freebsd-net mailing list