Advertisement
Guest User

interfaces

a guest
Nov 3rd, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SCL 0.29 KB | None | 0 0
  1. auto lo
  2.  
  3. iface lo inet loopback
  4. iface eth0 inet static
  5.     adress 192.168.0.250
  6.     netmask 255.255.255.0
  7.     network 192.168.0.0
  8.     broadcast 192.168.0.255
  9.     gateway 192.168.0.1
  10.  
  11. allow-hotplug wlan0
  12. iface wlan0 inet manual
  13. wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
  14. iface default inet dhcp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement