Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. root@raspberrypi:/home/pi# ifconfig
  2. eth0 Link encap:Ethernet HWaddr b8:27:eb:ff:9e:0c
  3. inet addr:192.168.0.51 Bcast:192.168.0.255 Mask:255.255.255.0
  4. inet6 addr: fe80::e0aa:7997:1b4e:be92/64 Scope:Link
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:5071 errors:0 dropped:4 overruns:0 frame:0
  7. TX packets:2434 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1000
  9. RX bytes:401926 (392.5 KiB) TX bytes:457174 (446.4 KiB)
  10.  
  11. lo Link encap:Local Loopback
  12. inet addr:127.0.0.1 Mask:255.0.0.0
  13. inet6 addr: ::1/128 Scope:Host
  14. UP LOOPBACK RUNNING MTU:65536 Metric:1
  15. RX packets:12 errors:0 dropped:0 overruns:0 frame:0
  16. TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
  17. collisions:0 txqueuelen:1
  18. RX bytes:912 (912.0 B) TX bytes:912 (912.0 B)
  19.  
  20. tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 -00
  21. inet addr:10.8.0.2 P-t-P:10.8.0.2 Mask:255.255.255.0
  22. UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
  23. RX packets:71 errors:0 dropped:0 overruns:0 frame:0
  24. TX packets:3712023 errors:0 dropped:3701892 overruns:0 carrier:0
  25. collisions:0 txqueuelen:100
  26. RX bytes:5396 (5.2 KiB) TX bytes:1262107062 (1.1 GiB)
  27.  
  28. wlan0 Link encap:Ethernet HWaddr b8:27:eb:aa:cb:59
  29. inet addr:192.168.3.1 Bcast:192.168.3.255 Mask:255.255.255.0
  30. UP BROADCAST MULTICAST MTU:1500 Metric:1
  31. RX packets:658 errors:0 dropped:11 overruns:0 frame:0
  32. TX packets:105 errors:0 dropped:0 overruns:0 carrier:0
  33. collisions:0 txqueuelen:1000
  34. RX bytes:131643 (128.5 KiB) TX bytes:18988 (18.5 KiB)
  35.  
  36. root@raspberrypi:/home/pi#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement