I am using Ubuntu server and the following configuration but sometimes
    vmbr0 does not take ip address at all.
    so is there any alternative to dhclient?


    ovs-vsctl add-br vmbr0
    ifconfig vmbr0 up
    ovs-vsctl add-bond vmbr0 bond0 enp7s0f0 enp7s0f1 trunks=1529,1530
    ovs-vsctl set port bond0 lacp=active
    ovs-vsctl set port bond0 bond-mode=balance-tcp
    ovs-vsctl add-port vmbr0 vlan1529 tag=1529 -- set interface vlan1529
    type=internal
    ovs-vsctl add-port vmbr0 vlan1530 tag=1530 -- set interface vlan1530
    type=internal
    ifconfig bond0 0
    dhclient vmbr0
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to