Advertisement
Guest User

/etc/network/interfaces

a guest
Dec 3rd, 2016
683
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 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 part 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 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. auto lo
  13. iface lo inet loopback
  14.  
  15. iface eth0 inet manual
  16. #accept_ra 2
  17.  
  18. iface eth1 inet manual
  19.  
  20. auto vmbr0
  21. iface vmbr0 inet static
  22. address 62.210.103.48
  23. netmask 255.255.255.0
  24. gateway 62.210.103.1
  25. bridge_ports eth0
  26. bridge_stp off
  27. bridge_fd 0
  28.  
  29. iface vmbr0 inet6 auto
  30.  
  31. auto vmbr1
  32. iface vmbr1 inet6 static
  33. address 2001:bc8:2782:100:1c:1ab1::
  34. netmask 64
  35. bridge_ports none
  36. bridge_stp off
  37. bridge_fd 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement