On 17.02.2013 г. 17:59 ч., Florian La Roche wrote:
>> I could have written a script to remove IPV6 link local address but
>> there should be a basic option for that.
>
> You can set: echo "options ipv6 disable=1" > /etc/modprobe.d/noipv6.conf
>
> But more and more apps then log problems or get conf
On 2/17/2013 8:10 PM, James Hogarth wrote:
> Just to emphasise this as I guess it hasn't been clear enough yet...
>
> An IPv6 config with no FE80:: address is a broken config.
>
> This address should always be on an IPv6 enabled interface, being generated
> automatically, and is not the same thing
> I could have written a script to remove IPV6 link local address but
> there should be a basic option for that.
>
>
>
Just to emphasise this as I guess it hasn't been clear enough yet...
An IPv6 config with no FE80:: address is a broken config.
This address should always be on an IPv6 enabled in
> I could have written a script to remove IPV6 link local address but
> there should be a basic option for that.
You can set: echo "options ipv6 disable=1" > /etc/modprobe.d/noipv6.conf
But more and more apps then log problems or get confused if ipv6 is
completely disabled, so keeping the link l
On 2/17/2013 3:45 PM, Tilman Schmidt wrote:
> Perhaps you are confused by the link local address (Prefix fe80::) which
> is always present on an IPv6 enabled interface.
>
> HTH
> T.
Sorry This is what I was aiming for.
The link local address..
But it's also the autoconf:
#sysctl -a |grep net.ipv6.c
On 02/17/2013 08:36 AM, Eliezer Croitoru wrote:
> I want to configure IPV6 on the system and not use some auto ipv6 config.
> I have tried to use IPV6_AUTOCONF=no in interface script dose not affect
> anything.
If you want to turn off IPv6 for all interfaces, make the needed changes
to /etc/sysc
Am 17.02.2013 14:36, schrieb Eliezer Croitoru:
> I want to configure IPV6 on the system and not use some auto ipv6 config.
> I have tried to use IPV6_AUTOCONF=no in interface script dose not affect
> anything.
>
> ifcfg-eth0:
> GATEWAY=192.168.1.254
> IPV6INIT=no
> IPV6_AUTOCONF=no
> BROADCAST=19
I want to configure IPV6 on the system and not use some auto ipv6 config.
I have tried to use IPV6_AUTOCONF=no in interface script dose not affect
anything.
ifcfg-eth0:
GATEWAY=192.168.1.254
IPV6INIT=no
IPV6_AUTOCONF=no
BROADCAST=192.168.1.255
BOOTPROTO=none
NAME=""
NM_CONTROLLED=yes
MACADDR=""
T
8 matches
Mail list logo