Guest User

Untitled

a guest
Oct 11th, 2018
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. root@Pineapple:~# ifconfig wlan1 up
  2. root@Pineapple:~# ifconfig -a | grep -i -A 6 wlan1
  3. wlan1 Link encap:Ethernet HWaddr 14:35:8B:01:4B:18
  4. UP BROADCAST MULTICAST MTU:1500 Metric:1
  5. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  6. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  7. collisions:0 txqueuelen:32
  8. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  9.  
  10. root@Pineapple:~# ifconfig wlan1 down
  11. root@Pineapple:~# ifconfig -a | grep -i -A 6 wlan1
  12. wlan1 Link encap:Ethernet HWaddr 14:35:8B:01:4B:18
  13. 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:32
  17. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Add Comment
Please, Sign In to add comment