Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1.  
  2. # network interface settings; autogenerated
  3. # Please do NOT modify this file directly, unless you know what
  4. # you're doing.
  5. #
  6. # If you want to manage parts of the network configuration manually,
  7. # please utilize the 'source' or 'source-directory' directives to do
  8. # so.
  9. # PVE will preserve these directives, but will NOT read its network
  10. # configuration from sourced files, so do not attempt to move any of
  11. # the PVE managed interfaces into external files!
  12.  
  13. auto lo
  14. iface lo inet loopback
  15.  
  16. iface eno1 inet manual
  17.  
  18. iface eno2 inet manual
  19.  
  20. iface enp0s29f0u2 inet manual
  21.  
  22. auto vmbr0
  23. iface vmbr0 inet static
  24. address 192.168.0.210
  25. netmask 255.255.255.0
  26. gateway 192.168.0.1
  27. bridge-ports eno1
  28. bridge-stp off
  29. bridge-fd 0
  30.  
  31. auto vmbr1
  32. iface vmbr1 inet manual
  33. bridge-ports eno2
  34. bridge-stp off
  35. bridge-fd 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement