Re: [CentOS] IPV6 auto configuration cannot be disabled from if script.

2013-02-22 Thread Deyan Stoykov
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

Re: [CentOS] IPV6 auto configuration cannot be disabled from if script.

2013-02-17 Thread Eliezer Croitoru
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

Re: [CentOS] IPV6 auto configuration cannot be disabled from if script.

2013-02-17 Thread James Hogarth
> 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

Re: [CentOS] IPV6 auto configuration cannot be disabled from if script.

2013-02-17 Thread Florian La Roche
> 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

Re: [CentOS] IPV6 auto configuration cannot be disabled from if script.

2013-02-17 Thread Eliezer Croitoru
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

Re: [CentOS] IPV6 auto configuration cannot be disabled from if script.

2013-02-17 Thread Robert Moskowitz
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

Re: [CentOS] IPV6 auto configuration cannot be disabled from if script.

2013-02-17 Thread Tilman Schmidt
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

[CentOS] IPV6 auto configuration cannot be disabled from if script.

2013-02-17 Thread 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=192.168.1.255 BOOTPROTO=none NAME="" NM_CONTROLLED=yes MACADDR="" T