Advertisement
iozalla

/ifconfig -a

Dec 5th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. pi@raspberrypi:~ $ ifconfig -a
  2. lo Link encap:Local Loopback
  3. inet addr:127.0.0.1 Mask:255.0.0.0
  4. inet6 addr: ::1/128 Scope:Host
  5. UP LOOPBACK RUNNING MTU:65536 Metric:1
  6. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  7. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1
  9. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  10.  
  11. usb0 Link encap:Ethernet HWaddr 66:7c:c6:f2:35:60
  12. inet6 addr: fe80::14b0:9485:d3d6:5568/64 Scope:Link
  13. UP BROADCAST MULTICAST MTU:1500 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:1000
  17. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  18.  
  19. wlan0 Link encap:Ethernet HWaddr b8:27:eb:26:a1:a2
  20. inet addr:192.168.0.10 Bcast:192.168.0.255 Mask:255.255.255.0
  21. inet6 addr: ::4521:72a0:f5a4:6fa5/64 Scope:Global
  22. inet6 addr: fe80::9466:cbdc:158e:8a49/64 Scope:Link
  23. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  24. RX packets:530 errors:0 dropped:0 overruns:0 frame:0
  25. TX packets:207 errors:0 dropped:0 overruns:0 carrier:0
  26. collisions:0 txqueuelen:1000
  27. RX bytes:72894 (71.1 KiB) TX bytes:39029 (38.1 KiB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement