[Bug 921280] Re: ifconfig does not display sub-interfaces (aka: eth0:1 )

2012-12-10 Thread Thomas Hood
Another report of this: http://askubuntu.com/questions/227457/ifconfig- not-showing-all-ips-bound-to-the-machine ** Changed in: net-tools (Ubuntu) Status: New = Confirmed ** Bug watch added: Debian Bug tracker #324306 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=324306 -- You

[Bug 921280] Re: ifconfig does not display sub-interfaces (aka: eth0:1 )

2012-12-10 Thread Thomas Hood
Related Debian bug report is http://bugs.debian.org/324306. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/921280 Title: ifconfig does not display sub-interfaces (aka: eth0:1 ) To manage

[Bug 921280] Re: ifconfig does not display sub-interfaces (aka: eth0:1 )

2012-12-10 Thread Thomas Hood
FWIW I couldn't immediately reproduce the problem in Quantal. First I added an iface eth0:0 to /etc/network/interfaces and ifup'ped this and ifconfig did show both eth0 and eth0:0. Then I did ip -4 addr add 10.0.0.67/24 dev eth0 brd + scope global label eth0:0 and once again ifconfig subsequently

[Bug 921280] Re: ifconfig does not display sub-interfaces (aka: eth0:1 )

2012-12-10 Thread Ron
This may have been fixed in an update. I found an old 11.10 server which '# ifconfig -a', displays properly, and I have also verified proper function on Quantal 12.10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 921280] Re: ifconfig does not display sub-interfaces (aka: eth0:1 )

2012-03-13 Thread Carlos Vicente
I am observing the same thing. $ cat /etc/network/interfaces [...] auto eth1 iface eth1 inet static address 10.10.0.254 netmask 255.255.255.0 network 10.10.0.0 broadcast 10.10.0.255 # our noc interface auto eth1:0 iface eth1:0 inet static address

[Bug 921280] Re: ifconfig does not display sub-interfaces (aka: eth0:1 )

2012-01-24 Thread Ron
One additional observation. When an child/sub-interface is manually created by ifconfig, from the console, ifconfig *DOES* properly display this child interface. Example Command: # ifconfig eth0:22 10.10.10.22 netmask 255.255.255.255 -- You received this bug notification because you are a