variksoo21

Untitled

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