2011/4/20 Lev Serebryakov <l...@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 _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"