Dears,

I want to configure an ovs bridge located in one VM in a an openstack
environment.
I am using the following commands after logging to the remote VM using ssh
command :
ovs-vsctl add-br mybridge && ifconfig mybridge up && ifconfig eth0 0 &&
ovs-vsctl add-port mybridge eth0 && dhclient mybridge && ip tuntap add mode
tap vport1 && ifconfig vport1 up && ovs-vsctl add-port mybridge vport1

The problem is when 'eth0' is set to 0, I loose the connection so I can not
connect any more to my remote VM.

Please advise me how to fix this issue.
Thanks in advance.
Best regards.
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to