Advertisement
Guest User

Wi-Fi on OPi Zero

a guest
Nov 9th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. root@orangepizero:~# ifconfig
  2. eth0 Link encap:Ethernet HWaddr 8e:da:97:20:a7:09
  3. inet addr:192.168.83.153 Bcast:192.168.83.255 Mask:255.255.255.0
  4. inet6 addr: fe80::8cda:97ff:fe20:a709/64 Scope:Link
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:603 errors:0 dropped:0 overruns:0 frame:0
  7. TX packets:479 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1000
  9. RX bytes:229016 (229.0 KB) TX bytes:51223 (51.2 KB)
  10. Interrupt:114
  11.  
  12. lo Link encap:Local Loopback
  13. inet addr:127.0.0.1 Mask:255.0.0.0
  14. inet6 addr: ::1/128 Scope:Host
  15. UP LOOPBACK RUNNING MTU:16436 Metric:1
  16. RX packets:3 errors:0 dropped:0 overruns:0 frame:0
  17. TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
  18. collisions:0 txqueuelen:0
  19. RX bytes:147 (147.0 B) TX bytes:147 (147.0 B)
  20.  
  21. wlan0 Link encap:Ethernet HWaddr 14:b6:34:de:24:b8
  22. inet addr:192.168.83.154 Bcast:192.168.83.255 Mask:255.255.255.0
  23. inet6 addr: fe80::16b6:34ff:fede:24b8/64 Scope:Link
  24. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  25. RX packets:6 errors:0 dropped:0 overruns:0 frame:0
  26. TX packets:25 errors:0 dropped:0 overruns:0 carrier:0
  27. collisions:0 txqueuelen:1000
  28. RX bytes:1624 (1.6 KB) TX bytes:4854 (4.8 KB)
  29.  
  30. root@orangepizero:~# iwconfig wlan0
  31. wlan0 IEEE 802.11bgn ESSID:"Snort-Honeynet"
  32. Mode:Managed Frequency:2.412 GHz Access Point: BC:05:43:BE:C1:E7
  33. Bit Rate=26 Mb/s Tx-Power=20 dBm
  34. Retry long limit:7 RTS thr:off Fragment thr:off
  35. Encryption key:off
  36. Power Management:on
  37. Link Quality=68/70 Signal level=-42 dBm
  38. Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
  39. Tx excessive retries:1 Invalid misc:1 Missed beacon:0
  40.  
  41. root@orangepizero:~# nmcli dev wifi list
  42. * SSID MODE CHAN RATE SIGNAL BARS SECURITY
  43. EasyBox-116D28 Infra 9 54 Mbit/s 87 ▂▄▆█ WPA1 WPA2
  44. * Snort-Honeynet Infra 1 54 Mbit/s 74 ▂▄▆_ WPA2
  45. FRITZ!Box Fon WLAN 7360 Infra 1 54 Mbit/s 69 ▂▄▆_ WPA1 WPA2
  46. DISTORTEDPEOPLE Infra 9 54 Mbit/s 50 ▂▄__ WPA1 WPA2
  47. CubaLibre Infra 1 54 Mbit/s 45 ▂▄__ WPA2
  48. DISTORTEDPEOPLE_EXT Infra 9 54 Mbit/s 44 ▂▄__ WPA1 WPA2
  49. EasyBox-290502 Infra 1 54 Mbit/s 42 ▂▄__ WPA1 WPA2
  50. WLAN-341381 Infra 1 54 Mbit/s 37 ▂▄__ WPA2
  51. FRITZ!Box 7490 Infra 6 54 Mbit/s 37 ▂▄__ WPA2
  52. WLAN-3C3379 Infra 11 54 Mbit/s 32 ▂▄__ WPA2
  53. UBNT2 Infra 3 54 Mbit/s 30 ▂___
  54. FRITZ!Box 7490 Infra 11 54 Mbit/s 30 ▂___ WPA2
  55. o2-WLAN85 Infra 5 54 Mbit/s 29 ▂___ WPA2
  56. FRITZ!Box 7490 Infra 6 54 Mbit/s 29 ▂___ WPA2
  57. FRITZ!Box Fon WLAN 7360 Infra 1 54 Mbit/s 24 ▂___ WPA1 WPA2
  58. FRITZ!Box Fon WLAN 7390 Infra 11 54 Mbit/s 24 ▂___ WPA1 WPA2
  59. WLAN-ABD446 Infra 11 54 Mbit/s 22 ▂___ WPA2
  60. Eichkatze Infra 11 54 Mbit/s 20 ▂___ WPA2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement