Guest User

Untitled

a guest
Apr 25th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. # interfaces(5) file used by ifup(8) and ifdown(8)
  2.  
  3. # Please note that this file is written to be used with dhcpcd
  4. # For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'
  5.  
  6. # Include files from /etc/network/interfaces.d:
  7. source-directory /etc/network/interfaces.d
  8.  
  9. ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
  10. update_config=1
  11. country=GB
  12.  
  13. network={
  14. ssid="mywifiname"
  15. psk="mywifipassword"
  16. key_mgmt=WPA-PSK
  17. }
Add Comment
Please, Sign In to add comment