Guest User

Untitled

a guest
Jan 30th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. root@Server001:~# cat /etc/network/interfaces
  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 part 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 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 eth0 inet manual
  17.  
  18. allow-vmbr1 eth1
  19. iface eth1 inet manual
  20. ovs_type OVSPort
  21. ovs_bridge vmbr1
  22.  
  23.  
  24. auto vmbr0
  25. iface vmbr0 inet static
  26. address 172.16.0.5
  27. netmask 255.255.255.0
  28. gateway 172.16.0.1
  29. bridge_ports eth0
  30. bridge_stp off
  31. bridge_fd 0
  32.  
  33. auto vmbr1
  34. iface vmbr1 inet manual
  35. ovs_type OVSBridge
  36. ovs_ports eth1
Advertisement
Add Comment
Please, Sign In to add comment