Re: Disable inet6

From: Brent Bolin (brentbolin_at_hotmail.com)
Date: 08/30/04


Date: 30 Aug 2004 11:03:30 -0700


"Mr Ping" <_NO_SPAM_@telia.com> wrote in message news:<2pgia2Fjtcm5U1@uni-berlin.de>...
> Hi !
>
> How do i disable ip version 6, in my BSD 5.2.1?
>
> I have try to add ipv6_enable="NO" in rc.conf, but it is still there.
>
> fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
> inet 192.168.0.60 netmask 0xffffff00 broadcast 192.168.0.255
> inet6 fe80::2d0:b7ff:febc:62fa%fxp0 prefixlen 64 scopeid 0x1
> ether 00:d0:b7:bc:62:fa
> media: Ethernet autoselect (100baseTX <full-duplex>)
> status: active
> plip0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
> lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
> inet 127.0.0.1 netmask 0xff000000
> inet6 ::1 prefixlen 128
> inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
>
> Regards Jan

/etc/make.conf
NOINET6=true

Remove this from your kernel config -
#options INET6 #IPv6 communications protocols


Quantcast