Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 21st, 2010 | Syntax: None | Size: 0.38 KB | Hits: 88 | Expires: Never
Copy text to clipboard
  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. auto eth0
  10. iface eth0 inet static
  11. address 192.168.0.106
  12. netmask 225.225.225.0
  13. network 192.168.0.1
  14. broadcast 192.168.0.255
  15. gateway 192.168.0.1