Advertisement
Guest User

Untitled

a guest
Feb 28th, 2015
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. auto lo
  2. iface lo inet loopback
  3.  
  4. auto eth0
  5. iface eth0 inet static
  6. address 10.0.0.194
  7. netmask 255.255.255.0
  8. gateway 10.0.0.1
  9.  
  10. auto wlan0
  11. allow-hotplug wlan0
  12. iface wlan0 inet static
  13. address 10.0.0.94
  14. netmask 255.255.255.0
  15. gateway 10.0.0.1
  16. wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
  17.  
  18. iface default inet dhcp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement