[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: autoconf problem



In article <[🔎] Pine.LNX.4.44.0406181113530.31682-100000@outkast.tienhuis.nl> (at Fri, 18 Jun 2004 11:19:25 +0200 (CEST)), Dick Visser <dick@tienhuis.nl> says:

> iface eth0 inet6 static
>         pre-up modprobe ipv6
>         up echo 0 > /proc/sys/net/ipv6/conf/all/autoconf
>         address 2001:610:148:dead::666
>         netmask 64
>         up ip -6 route add default via fe80::200:5aff:fe9a:2e10 dev eth0
> 
> 
> Now this machine keeps on picking up an extra address:
> 
> eth0      Link encap:Ethernet  HWaddr 00:0E:A6:1F:B6:36
>           inet addr:192.87.30.32  Bcast:192.87.30.63  Mask:255.255.255.192
>           inet6 addr: 2001:610:148:dead::666/64 Scope:Global
>           inet6 addr: 2001:610:148:dead:20e:a6ff:fe1f:b636/64 Scope:Global
:
> When I manually delete the 2001:610:148:dead:20e:a6ff:fe1f:b636/64
> address, it reappears again after a short period of time.
> 
> What do I need to configure to not have automatic address assignment?

set accept_ra to 0 before you up the interface.

--yoshfuji



Reply to: