Advertisement
lcawte

Interfaces output

Aug 5th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. # This configuration file is auto-generated.
  2. #
  3. # WARNING: Do not edit this file, your changes will be lost.
  4. # Please create/edit /etc/network/interfaces.head and
  5. # /etc/network/interfaces.tail instead, their contents will be
  6. # inserted at the beginning and at the end of this file, respectively.
  7. #
  8. # NOTE: it is NOT guaranteed that the contents of /etc/network/interfaces.tail
  9. # will be at the very end of this file.
  10. #
  11.  
  12. # Auto generated lo interface
  13. auto lo
  14. iface lo inet loopback
  15.  
  16. # Auto generated venet0 interface
  17. auto venet0
  18. iface venet0 inet manual
  19. up ifconfig venet0 up
  20. up ifconfig venet0 127.0.0.2
  21. up route add default dev venet0
  22. down route del default dev venet0
  23. down ifconfig venet0 down
  24.  
  25.  
  26. iface venet0 inet6 manual
  27. up route -A inet6 add default dev venet0
  28. down route -A inet6 del default dev venet0
  29.  
  30. auto venet0:0
  31. iface venet0:0 inet static
  32. address 198.91.90.242
  33. netmask 255.255.255.255
  34.  
  35. auto venet0:1
  36. iface venet0:1 inet static
  37. address 69.175.32.40
  38. netmask 255.255.255.255
  39.  
  40. auto venet0:2
  41. iface venet0:2 inet static
  42. address 69.175.32.41
  43. netmask 255.255.255.255
  44.  
  45. auto venet0:3
  46. iface venet0:3 inet static
  47. address 69.175.32.42
  48. netmask 255.255.255.255
  49.  
  50. auto venet0:4
  51. iface venet0:4 inet static
  52. address 69.175.32.43
  53. netmask 255.255.255.255
  54.  
  55. auto venet0:5
  56. iface venet0:5 inet static
  57. address 69.175.32.138
  58. netmask 255.255.255.255
  59.  
  60. auto venet0:6
  61. iface venet0:6 inet static
  62. address 173.236.6.220
  63. netmask 255.255.255.255
  64.  
  65. auto venet0:7
  66. iface venet0:7 inet static
  67. address 198.91.90.243
  68. netmask 255.255.255.255
  69.  
  70. auto venet0:8
  71. iface venet0:8 inet static
  72. address 10.33.252.75
  73. netmask 255.255.255.255
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement