[vox-tech] eth0 troubles
Rick Moen
rick at linuxmafia.com
Wed Aug 11 16:52:31 PDT 2004
Quoting Peter Jay Salzman (p at dirac.org):
> ifconfig
I'd suggest "ifconfig -a", so as to include data even for interfaces
that have not been activated and assigned addresses. Compare:
rick at alfredo:/tmp$ /sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:03:47:08:00:58
inet addr:192.168.1.67 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:21048785 errors:0 dropped:0 overruns:0 frame:0
TX packets:506225 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:1419670047 (1.3 GiB) TX bytes:59273613 (56.5 MiB)
Interrupt:9 Base address:0xd000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:6748 errors:0 dropped:0 overruns:0 frame:0
TX packets:6748 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:9664854 (9.2 MiB) TX bytes:9664854 (9.2 MiB)
rick at alfredo:/tmp$ /sbin/ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:03:47:08:00:58
inet addr:192.168.1.67 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:21048788 errors:0 dropped:0 overruns:0 frame:5
TX packets:506225 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:1419670227 (1.3 GiB) TX bytes:59273613 (56.5 MiB)
Interrupt:9 Base address:0xd000
eth1 Link encap:Ethernet HWaddr 00:03:47:08:00:59
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:11 Base address:0xf000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:6748 errors:0 dropped:0 overruns:0 frame:0
TX packets:6748 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:9664854 (9.2 MiB) TX bytes:9664854 (9.2 MiB)
rick at alfredo:/tmp$
More information about the vox-tech
mailing list