Advertisement
Guest User

ifconfig output

a guest
May 15th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. root@arm:~# ifconfig -a
  2. eth0 Link encap:Ethernet HWaddr 80:49:ae:4b:bc:ac
  3. inet addr:192.168.1.103 Bcast:192.168.1.255 Mask:255.255.255.0
  4. inet6 addr: fe80::9259:afff:fe5b:ccbc/64 Scope:Link
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:19647 errors:0 dropped:3 overruns:0 frame:0
  7. TX packets:1840 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1000
  9. RX bytes:2181445 (2.0 MiB) TX bytes:480139 (468.8 KiB)
  10. Interrupt:40
  11.  
  12. lo Link encap:Local Loopback
  13. LOOPBACK MTU:65536 Metric:1
  14. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  15. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  16. collisions:0 txqueuelen:0
  17. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  18.  
  19. usb0 Link encap:Ethernet HWaddr 1b:60:2b:8b:21:26
  20. inet addr:192.168.7.2 Bcast:192.168.7.3 Mask:255.255.255.252
  21. inet6 addr: fe80::1850:8bff:fe8b:2126/64 Scope:Link
  22. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  23. RX packets:343 errors:0 dropped:5 overruns:0 frame:0
  24. TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
  25. collisions:0 txqueuelen:1000
  26. RX bytes:28109 (27.4 KiB) TX bytes:1080 (1.0 KiB)
  27.  
  28. wlan0 Link encap:Ethernet HWaddr b8:4a:25:cc:81:75
  29. BROADCAST MULTICAST MTU:1500 Metric:1
  30. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  31. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  32. collisions:0 txqueuelen:1000
  33. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  34.  
  35. root@arm:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement