Advertisement
Guest User

Untitled

a guest
Feb 18th, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. auto eth0
  2. iface eth0 inet dhcp
  3.  
  4.  
  5. auto eth1
  6. iface eth1 inet static
  7. address 192.168.33.10
  8. netmask 255.255.255.0
  9.  
  10. allow-ovs ovsbr0
  11. iface ovsbr0 inet dhcp
  12. ovs_type OVSBridge
  13. ovs_ports eth0 eth1
  14.  
  15. allow-ovsbr0 eth0
  16. iface eth0 inet manual
  17. ovs_bridge ovsbr0
  18. ovs_type OVSPort
  19.  
  20. allow-ovsbr0 eth1
  21. iface eth1 inet manual
  22. ovs_bridge ovsbr0
  23. ovs_type OVSPort
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement