Advertisement
Guest User

teyujh76ue5u765eue

a guest
Aug 18th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. allow-hotplug eth0
  2. allow-hotplug eth1
  3. allow-hotplug eth2
  4. allow-hotplug eth3
  5.  
  6. auto eth0
  7. iface eth0 inet static
  8. #your static IP
  9. address 108.242.100.25
  10. #your gateway IP
  11. gateway 108.242.100.30
  12. netmask 255.255.255.240
  13.  
  14. auto eth1
  15. iface eth1 inet static
  16. #your static IP
  17. address 108.242.100.26
  18. #your gateway IP
  19. gateway 108.242.100.30
  20. netmask 255.255.255.240
  21.  
  22. auto eth2
  23. iface eth2 inet static
  24. #your static IP
  25. address 108.242.100.27
  26. #your gateway IP
  27. gateway 108.242.100.30
  28. netmask 255.255.255.240
  29.  
  30. auto eth3
  31. iface eth3 inet static
  32. #your static IP
  33. address 108.242.100.28
  34. #your gateway IP
  35. gateway 108.242.100.30
  36. netmask 255.255.255.240
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement