Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2015
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 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. auto lo
  10. iface lo inet loopback
  11.  
  12. iface eth0 inet dhcp
  13. pre-up /etc/firewall-openvpn-rules.sh
  14.  
  15. allow-hotplug wlan0
  16. iface wlan0 inet manual
  17. wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
  18.  
  19. allow-hotplug wlan1
  20. iface wlan1 inet manual
  21. wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement