Advertisement
Guest User

Untitled

a guest
Jul 8th, 2015
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1.  
  2. auto lo
  3.  
  4. iface lo inet loopback
  5. auto eth0
  6. iface eth0 inet static
  7. address 192.168.178.XX
  8. gateway 192.168.178.1
  9. netmask 255.255.255.0
  10.  
  11. allow-hotplug wlan0
  12. iface wlan0 inet manual
  13. wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
  14. iface default inet dhcp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement