Subject: Re: how to make ntpd listen only on ipv4
To: Zafer Aydogan <zafer@aydogan.de>
From: Dave B <spam@y2007.dberg.net>
List: netbsd-users
Date: 10/03/2007 10:40:24
On Sun, Sep 30, 2007 at 02:21:45PM +0200, Zafer Aydogan wrote:
...
> Any ideas how to turn off ipv6 other than disabling INET6 in the kernel ?
...

  Removing the aliases, e.g.,

    # /sbin/ifconfig fxp0 inet6 -alias fe80::202:b3ff:ff14:432e
    # /sbin/ifconfig lo0 inet6 -alias fe80::1
    # /sbin/ifconfig lo0 inet6 -alias ::1

and restarting the daemon(s) gets you part of the way there (cleans
up sockstat a bit); but yeah, there are still listeners on the
wildcard addr.

Cheers,  --Dave