Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2012
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1.  
  2. # This file describes the network interfaces available on your system
  3. # and how to activate them. For more information, see interfaces(5).
  4.  
  5. # The loopback network interface
  6. auto lo
  7. iface lo inet loopback
  8.  
  9. # The primary network interface
  10. auto eth0
  11. iface eth0 inet static
  12. address 192.168.1.199
  13. netmask 255.255.255.0
  14. gateway 192.168.1.254
  15. network 192.168.1.0
  16. broadcast 192.168.1.255
  17. dns-nameservers 8.8.8.8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement