Open Julenho opened 2 years ago
ovs-vsctl add-br
ifconfig
ovs-vsctl add-port
cp /etc/network/interfaces /etc/network/interfaces.bkp
ifconfig
ip address add <IP/CIDR> dev
ip tuntap add mode tap tap0 ip tuntap add mode tap tap1
ifconfig tap0 up ifconfig tap1 up
ovs-vsctl add-port
In the version 1.0, the IP address of the bridge was assigned dynamically. In the version 1.1 a fixed IP address has been assigned to he bridge.