Advertisement
Guest User

erghtehtrwshtrwhwt

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