Guest User

Untitled

a guest
May 22nd, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 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. auto eth0
  9. iface eth0 inet static
  10. address 188.165.x.x
  11. netmask 255.255.255.0
  12. network 188.165.225.0
  13. broadcast 188.165.225.255
  14. gateway 188.165.225.254
  15.  
  16. auto eth0:0
  17. iface eth0:0 inet static
  18. address 94.23.x.x
  19. netmask 255.255.255.255
  20. broadcast 94.23.x.x
Advertisement
Add Comment
Please, Sign In to add comment