Guest User

PVE01_imterfaces

a guest
Apr 5th, 2020
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. allow-vmbr1 bond0
  2. iface bond0 inet manual
  3. ovs_bonds enp5s0 enp7s0
  4. ovs_type OVSBond
  5. ovs_bridge vmbr1
  6. ovs_options other_config:lacp-time=fast bond_mode=balance-tcp lacp=active
  7.  
  8. auto lo
  9. iface lo inet loopback
  10.  
  11. iface enp5s0 inet manual
  12.  
  13. iface enp7s0 inet manual
  14.  
  15. allow-vmbr1 vlan10
  16. iface vlan10 inet static
  17. address 10.0.10.251
  18. gateway 10.0.10.1
  19. ovs_type OVSIntPort
  20. ovs_bridge vmbr1
  21. ovs_options tag=10
  22.  
  23. allow-ovs vmbr1
  24. iface vmbr1 inet manual
  25. ovs_type OVSBridge
  26. ovs_ports vlan10 bond0
Advertisement
Add Comment
Please, Sign In to add comment