On Thu, May 19, 2011 at 8:57 PM, JD <jd1008@xxxxxxxxx> wrote: > On 05/19/11 17:41, Tom H wrote: >> To the OP: Do you have a "/etc/sysconfig/network-scripts/ifcfg-wlan0" >> and a "/etc/sysconfig/network-scripts/ifcfg-wlan0:0"? What are their >> contents? > > I have no /etc/sysconfig/network-scripts/ifcfg-wlan0:0 > > $ cat /etc/sysconfig/network-scripts/ifcfg-wlan0: > DEVICE=wlan0:0 > IPV6INIT=no Why do you have "DEVICE=wlan0:0" in "/etc/sysconfig/network-scripts/ifcfg-wlan0"? >>> It is a valid IPv6 interface. >> >> It's valid but it isn't routable. It's the equivalent of an ipv4 >> 169.254.x.y address. > > Yes. ifconfig always prints this even when ip6 is disabled. No, if ipv6 is disabled, no ipv6 address is assigned to any interface. >>> The fact that IPv6 layer was disabled on the subnet (as JD clarified it later), >>> does not change anything. Once again, the type of configured interface wlan0 >>> is of interest to me, that is IPv6-type. >> >> Since wlan0:0 has a ipv6 address, ipv6 must not be disabled. > > It really IS disabled. Look at the contents of my ifcfg-wlan0 above. > It says IPV6INIT=no "IPV6INIT=no" doesn't disable ipv6; it's used by "/etc/sysconfig/network-scripts/ifup-ipv6" to determine whether to configure ipv6 for that interface. If ipv6.ko isn't prevented from loading through "/etc/modprobe.conf" or a conf file in "/etc/modprobe.conf.d/", an interface will be assigned an fe80 ipv6 address. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines