Advertisement
Guest User

Untitled

a guest
Jan 4th, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 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 54.36.126.239
  11. netmask 255.255.255.0
  12. broadcast 54.36.126.255
  13. gateway 54.36.126.254
  14.  
  15. auto eth0:0
  16. allow-hotplug eth0:0
  17. iface eth0:0 inet static
  18. address 164.132.69.64
  19. netmask 255.255.255.0
  20.  
  21. auto eth0:1
  22. allow-hotplug eth0:1
  23. iface eth0:1 inet static
  24. address 164.132.69.65
  25.  
  26. auto eth0:2
  27. allow-hotplug eth0:2
  28. iface eth0:2 inet static
  29. address 164.132.69.66
  30.  
  31. auto eth0:3
  32. allow-hotplug eth0:3
  33. iface eth0:3 inet static
  34. address 164.132.69.67
  35.  
  36. auto eth0:4
  37. allow-hotplug eth0:4
  38. iface eth0:4 inet static
  39. address 164.132.69.68
  40.  
  41. auto eth0:5
  42. allow-hotplug eth0:5
  43. iface eth0:5 inet static
  44. address 164.132.69.69
  45.  
  46. auto eth0:6
  47. allow-hotplug eth0:6
  48. iface eth0:6 inet static
  49. address 164.132.69.70
  50.  
  51. auto eth0:7
  52. allow-hotplug eth0:7
  53. iface eth0:7 inet static
  54. address 164.132.69.71
  55.  
  56. auto eth0:8
  57. allow-hotplug eth0:8
  58. iface eth0:8 inet static
  59. address 178.33.26.240
  60.  
  61. auto eth0:9
  62. allow-hotplug eth0:9
  63. iface eth0:9 inet static
  64. address 178.33.26.241
  65.  
  66. auto eth0:10
  67. allow-hotplug eth0:10
  68. iface eth0:10 inet static
  69. address 178.33.26.242
  70.  
  71. auto eth0:11
  72. allow-hotplug eth0:11
  73. iface eth0:11 inet static
  74. address 178.33.26.243
  75.  
  76. auto eth0:12
  77. allow-hotplug eth0:12
  78. iface eth0:12 inet static
  79. address 145.239.226.52
  80.  
  81. auto eth0:13
  82. allow-hotplug eth0:13
  83. iface eth0:13 inet static
  84. address 145.239.226.53
  85.  
  86. auto eth0:14
  87. allow-hotplug eth0:14
  88. iface eth0:14 inet static
  89. address 145.239.226.54
  90.  
  91. iface eth0 inet6 static
  92. address 2001:41d0:0303:52ef::
  93. netmask 64
  94. dns-nameservers 2001:41d0:3:163::1
  95. post-up sleep 5; /sbin/ip -family inet6 route add 2001:41d0:0303:52ff:ff:ff:ff:ff dev eth0
  96. post-up sleep 5; /sbin/ip -family inet6 route add default via 2001:41d0:0303:52ff:ff:ff:ff:ff
  97. pre-down /sbin/ip -family inet6 route del default via 2001:41d0:0303:52ff:ff:ff:ff:ff
  98. pre-down /sbin/ip -family inet6 route del 2001:41d0:0303:52ff:ff:ff:ff:ff dev eth0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement