Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2015
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. auto lo
  2.  
  3. iface lo inet loopback
  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. iface default inet static
  11. address 100.69.25.59
  12. netmask 255.255.248.0
  13. gateway 100.69.24.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement