Advertisement
Guest User

Untitled

a guest
Jul 16th, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 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. auto eth0
  10. iface eth0 inet static
  11. address 216.244.77.66
  12. netmask 255.255.255.240
  13. network 216.244.77.64
  14. broadcast 216.244.77.79
  15. gateway 216.244.77.65
  16. # dns-* options are implemented by the resolvconf package, if installed
  17. dns-nameservers 216.176.188.2
  18. dns-search serverstadium.com
  19.  
  20. auto eth0:1
  21. iface eth0:1 inet static
  22. address 216.244.77.67
  23. netmask 255.255.255.240
  24. gateway 216.244.77.65
  25. dns-nameservers 216.176.188.2
  26.  
  27. auto eth0:2
  28. iface eth0:2 inet static
  29. address 216.244.77.68
  30. netmask 255.255.255.240
  31. gateway 216.244.77.65
  32. dns-nameservers 216.176.188.2
  33.  
  34. auto eth0:3
  35. iface eth0:3 inet static
  36. address 216.244.77.69
  37. netmask 255.255.255.240
  38. gateway 216.244.77.65
  39. dns-nameservers 216.176.188.2
  40.  
  41. auto eth0:4
  42. iface eth0:4 inet static
  43. address 216.244.77.70
  44. netmask 255.255.255.240
  45. gateway 216.244.77.65
  46. dns-nameservers 216.176.188.2
  47.  
  48. auto eth0:5
  49. iface eth0:5 inet static
  50. address 216.244.77.71
  51. netmask 255.255.255.240
  52. gateway 216.244.77.65
  53. dns-nameservers 216.176.188.2
  54.  
  55. auto eth0:6
  56. iface eth0:6 inet static
  57. address 216.244.77.72
  58. netmask 255.255.255.240
  59. gateway 216.244.77.65
  60. dns-nameservers 216.176.188.2
  61.  
  62. auto eth0:7
  63. iface eth0:7 inet static
  64. address 216.244.77.73
  65. netmask 255.255.255.240
  66. gateway 216.244.77.65
  67. dns-nameservers 216.176.188.2
  68.  
  69. auto eth0:8
  70. iface eth0:8 inet static
  71. address 216.244.77.74
  72. netmask 255.255.255.240
  73.  
  74. auto eth0:9
  75. iface eth0:9 inet static
  76. address 216.244.77.75
  77. netmask 255.255.255.240
  78.  
  79. auto eth0:10
  80. iface eth0:10 inet static
  81. address 216.244.77.76
  82. netmask 255.255.255.240
  83.  
  84. auto eth0:11
  85. iface eth0:11 inet static
  86. address 216.244.77.77
  87. netmask 255.255.255.240
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement