tuipveus

Tuipveus

Aug 13th, 2009
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 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. #0
  10. allow-hotplug eth2
  11. iface eth2 inet dhcp
  12.  
  13. #auto eth1
  14. #iface eth1 inet static
  15. #address 192.168.1.49
  16. #netmask 255.255.255.0
  17. #gateway 192.168.1.50
  18.  
  19. #auto eth2
  20. #iface eth2 inet static
  21. #address 192.168.1.50
  22. #netmask 255.255.255.0
  23. ##gateway 192.168.1.50
  24.  
  25. auto eth1
  26. auto eth2
  27. auto eth0_rename
  28.  
  29. auto bond0
  30. iface bond0 inet static
  31. address 192.168.1.50
  32. netmask 255.255.255.0
  33. network 192.168.1.0
  34. #gateway 192.168.1.50
  35. #up /sbin/ifenslave bond0 eth0_rename
  36. up /sbin/ifenslave bond0 eth2_rename_ren
  37. up /sbin/ifenslave bond0 eth1
  38.  
  39.  
  40. #auto eth0_rename
  41. #iface eth0_rename inet static
  42. #address 192.168.2.50
  43. #netmask 255.255.255.0
  44. #network 192.168.2.0
  45. ##gateway 192.168.2.50
  46.  
Add Comment
Please, Sign In to add comment