Advertisement
Guest User

interfaces

a guest
May 20th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. auto lo
  2. iface lo inet loopback
  3.  
  4. iface eth0 inet manual
  5.  
  6. allow-hotplug wlan0
  7. iface wlan0 inet manual
  8. wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
  9.  
  10. allow-hotplug wlan1
  11. iface wlan1 inet manual
  12. wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
  13.  
  14. # The secondary loopback network interface
  15. auto lo:1
  16. iface lo:1 inet static
  17. address 192.168.10.1
  18. netmask 255.255.255.255
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement