Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. allow-hotplug wlan1
  2. iface wlan1 inet manual
  3. wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
  4.  
  5. allow-hotplug usb0
  6. iface usb0 inet static
  7. address 192.168.7.2
  8. netmask 255.255.255.0
  9. network 192.168.7.0
  10. broadcast 192.168.7.255
  11. gateway 192.168.7.1
  12.  
  13. sudo ifdown usb0
  14.  
  15. sudo ifup usb0
  16. ifconfig usb0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement