Guest User

interfaces

a guest
Sep 7th, 2013
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. # This file describes the network interfaces available on your system
  2. # and how to activate them. For more information, see interfaces(5).
  3.  
  4. # The loopback network interface
  5. auto lo
  6. iface lo inet loopback
  7.  
  8. # The primary network interface
  9. iface eth0 inet dhcp
  10.  
  11. iface wlan0 inet static
  12. address 10.0.0.1
  13. netmask 255.255.255.248
Advertisement
Add Comment
Please, Sign In to add comment