Guest User

Untitled

a guest
Mar 18th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. # interfaces(5) file used by ifup(8) and ifdown(8)
  2. # Please note that this file is written to be used with dhcpcd
  3. # For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'
  4. # Include files from /etc/network/interfaces.d:
  5. source-directory /etc/network/interfaces.d
  6. auto lo iface lo inet loopback
  7. iface eth0 inet dhcp
  8. allow-hotplug wlan0 auto
  9. wlan0 iface wlan0 inet dhcp
  10. wpa-ssid "essid" # replace with e-ssid
  11. wpa-psk "password" # replace with password
Add Comment
Please, Sign In to add comment