Advertisement
Guest User

Untitled

a guest
Feb 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1.  
  2. ➜ ~ cat /etc/network/interfaces
  3. # interfaces(5) file used by ifup(8) and ifdown(8)
  4.  
  5. # Please note that this file is written to be used with dhcpcd
  6. # For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'
  7.  
  8. # Include files from /etc/network/interfaces.d:
  9. source-directory /etc/network/interfaces.d
  10.  
  11. auto lo
  12. iface lo inet loopback
  13.  
  14. iface eth0 inet manual
  15.  
  16. allow-hotplug wlan0
  17. iface default inet dhcp
  18. iface wlan0 inet manual
  19. wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement