Eliminating IPv6 (?)

Eugene Grosbein eugen at grosbein.net
Tue Jun 18 06:51:49 UTC 2019


18.06.2019 10:10, Ronald F. Guilmette wrote:

> How can I turn off IPv6 entirely without rebuilding the kernel?

You cannot. GENERIC kernel specifically enables IPv6 support and you need to disable it at compile time.
And if you do, you better rebuild the world too using WITHOUT_INET6=yes in the /etc/src.conf
or else some utilities compiled with INET6 by default will query kernel
for IPv6-specific data (like routing entries) and complain that your kernel does not know about it.

World built WITHOUT_INET6 has no such rough edges.



More information about the freebsd-net mailing list