Hi Team, I was trying to configure OVS bridge on ubuntu 20.04 version VM,
after creation of bridge I've added the available port to it, later VM is
losing the network connectivity unless I remove it from bridge,
I have set the IP address to bridge and added the new route still the VM is
not getting network connectivity up

I have tried following steps:

# Create a bridge interface

 ovs-vsctl add <bridge_name>

#Add port to bridge interfae

ovs-vsctl add-port <bridge_name>  <port>

#Assign IP to OpenvSwitch Bridge "

ip addr add <ip details> dev <bridge_name>

#add the new route

route add default gw <ip addr> <bridge_name>

# remove the IP from port

Ifconfig <port> 0

Could someone please suggest what I'm missing here,
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to