Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. auto lo
  2. iface lo inet loopback
  3.  
  4. #iface eth0 inet dhcp
  5.  
  6. allow-hotplug wlan0
  7. iface wlan0 inet manual
  8. wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
  9. #iface default inet dhcp
  10.  
  11. iface eth0 inet static
  12. address 192.168.1.120
  13. netmask 255.255.255.0
  14. network 192.168.1.0
  15. broadcast 192.168.1.255
  16. gateway 192.168.1.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement