Advertisement
Guest User

Untitled

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