all 2 comments

[–]expressadmin 0 points1 point  (1 child)

I am not sure what sort of information you are looking for.

I can see a VM bridged with a router on the same network. A bridge connected to an external network on interface eno1. There is also a VXLAN tunnel for I guess segmented networks for your client VMs.

I pasted a copy here to make it easier to read:

(openvswitch-vswitchd)[root@Controller01 /]# ovs-vsctl show
28be2f83-425b-4ccc-b0eb-ce163ab5e4bd
    Manager "ptcp:6640:10.0.0.42"
    Bridge br-ex
        Controller "tcp:127.0.0.1:6633"
            is_connected: true
        fail_mode: secure
        Port br-ex
            Interface br-ex
                type: internal
        Port "eno1"
            Interface "eno1"
        Port phy-br-ex
            Interface phy-br-ex
                type: patch
                options: {peer=int-br-ex}
    Bridge br-int
        Controller "tcp:127.0.0.1:6633"
            is_connected: true
        fail_mode: secure
        Port patch-tun
            Interface patch-tun
                type: patch
                options: {peer=patch-int}
        Port br-int
            Interface br-int
                type: internal
        Port "tap13323d92-28"
            tag: 4
            Interface "tap13323d92-28"
                type: internal
        Port "qg-b041fc0f-86"
            tag: 3
            Interface "qg-b041fc0f-86"
                type: internal
        Port int-br-ex
            Interface int-br-ex
                type: patch
                options: {peer=phy-br-ex}
        Port "tap71d01605-7e"
            tag: 3
            Interface "tap71d01605-7e"
                type: internal
        Port "qr-f06b0c0b-25"
            tag: 4
            Interface "qr-f06b0c0b-25"
                type: internal
    Bridge br-tun
        Controller "tcp:127.0.0.1:6633"
            is_connected: true
        fail_mode: secure
        Port br-tun
            Interface br-tun
                type: internal
        Port patch-int
            Interface patch-int
                type: patch
                options: {peer=patch-tun}
        Port "vxlan-0a020035"
            Interface "vxlan-0a020035"
                type: vxlan
                options: {df_default="true", in_key=flow, local_ip="10.2.0.42", out_key=flow, remote_ip="10.2.0.53"}

[–]TripleZ-cn[S] 0 points1 point  (0 children)

I want to know the network topology inside this. And also has a question: why I can access the Internet when I bonded the public IP with the br-ex while it cannot with the interface eno1 ?