Return to Snippet

Revision: 3047
at May 26, 2007 04:46 by miziomon


Initial Code
miziobox:/# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:50:BA:BD:45:DC
          inet addr:192.168.0.1 Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:11413611 errors:1 dropped:0 overruns:0 frame:0
          TX packets:9285897 errors:0 dropped:0 overruns:0 carrier:0
          collisions:42178 txqueuelen:1000
          RX bytes:2885608510 (2.6 GiB)  TX bytes:2898719342 (2.6 GiB)
          Interrupt:10 Base address:0x1400

eth1      Link encap:Ethernet  HWaddr 00:0D:88:33:98:D7
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:8750651 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10581416 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2858947908 (2.6 GiB)  TX bytes:2189463329 (2.0 GiB)
          Interrupt:9 Base address:0x1800

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:14 errors:0 dropped:0 overruns:0 frame:0
          TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1016 (1016.0 b)  TX bytes:1016 (1016.0 b)

tap0      Link encap:Ethernet  HWaddr 00:FF:CE:B3:14:81
          inet addr:10.0.1.1  Bcast:10.0.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING 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)

Initial URL


Initial Description


Initial Title
ifconfig example

Initial Tags


Initial Language
Bash