Advertisement
Guest User

Untitled

a guest
Dec 10th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. pi@raspberrypi ~ $ cat /etc/network/interfaces
  2. auto lo
  3.  
  4. iface lo inet loopback
  5.  
  6. iface eth0 inet static
  7. adress 192.168.0.2
  8. netmask 255.255.255.0
  9. network 192.168.0.0
  10. broadcast 192.168.0.255
  11. gateway 192.168.0.1
  12.  
  13. allow-hotplug wlan0
  14. iface wlan0 inet dhcp
  15. wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
  16. iface default inet dhcp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement