Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. # network interface settings; autogenerated
  2. # Please do NOT modify this file directly, unless you know what
  3. # you're doing.
  4. #
  5. # If you want to manage parts of the network configuration manually,
  6. # please utilize the 'source' or 'source-directory' directives to do
  7. # so.
  8. # PVE will preserve these directives, but will NOT read its network
  9. # configuration from sourced files, so do not attempt to move any of
  10. # the PVE managed interfaces into external files!
  11.  
  12. source /etc/network/interfaces.d/*
  13.  
  14. auto lo
  15. iface lo inet loopback
  16.  
  17. allow-hotplug enp2s0
  18.  
  19. auto enp2s0
  20. iface enp2s0 inet manual
  21. pointopoint 89.163.144.1
  22. dns-nameservers 62.141.32.5 62.141.32.4 62.141.32.3
  23. dns-search venus.servdiscount-customer.com
  24. # dns-* options are implemented by the resolvconf package, if installed
  25.  
  26. auto enp2s1
  27. iface enp2s1 inet manual
  28. pointopoint 89.163.144.1
  29. dns-nameservers 62.141.32.5 62.141.32.4 62.141.32.3
  30. dns-search venus.servdiscount-customer.com
  31. # dns-* options are implemented by the resolvconf package, if installed
  32.  
  33. auto enp2s2
  34. iface enp2s2 inet manual
  35. pointopoint 89.163.144.1
  36. dns-nameservers 62.141.32.5 62.141.32.4 62.141.32.3
  37. dns-search venus.servdiscount-customer.com
  38. # dns-* options are implemented by the resolvconf package, if installed
  39. auto enp2s3
  40. iface enp2s3 inet manual
  41. pointopoint 89.163.144.1
  42. dns-nameservers 62.141.32.5 62.141.32.4 62.141.32.3
  43. dns-search venus.servdiscount-customer.com
  44. # dns-* options are implemented by the resolvconf package, if installed
  45.  
  46.  
  47. auto vmbr0
  48. iface vmbr0 inet static
  49. address 89.163.144.56
  50. netmask 24
  51. gateway 89.163.144.1
  52. bridge-ports enp2s0
  53. bridge-stp off
  54. bridge-fd 0
  55.  
  56. auto vmbr1
  57. iface vmbr1 inet static
  58. address 89.163.210.200
  59. netmask 24
  60. bridge-ports enp2s1
  61. bridge-stp off
  62. bridge-fd 0
  63.  
  64. auto vmbr2
  65. iface vmbr2 inet static
  66. address 213.202.222.230
  67. netmask 24
  68. bridge-ports enp2s2
  69. bridge-stp off
  70. bridge-fd 0
  71.  
  72. auto vmbr3
  73. iface vmbr3 inet static
  74. address 213.202.222.231
  75. netmask 24
  76. bridge-ports enp2s3
  77. bridge-stp off
  78. bridge-fd 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement