From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 5F2E56293A for ; Fri, 21 Jan 2022 12:22:52 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 555492F598 for ; Fri, 21 Jan 2022 12:22:52 +0100 (CET) Received: from relay162.nicmail.ru (relay162.nicmail.ru [91.189.117.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 5DE2A2F584 for ; Fri, 21 Jan 2022 12:22:51 +0100 (CET) Received: from [10.28.138.151] (port=26822 helo=[192.168.8.155]) by relay.hosting.mail.nic.ru with esmtp (Exim 5.55) (envelope-from ) id 1nAroK-0000Z8-6v for pve-user@pve.proxmox.com; Fri, 21 Jan 2022 14:10:28 +0300 Received: from [62.105.41.93] (account tsabolov@t8.ru HELO [192.168.8.155]) by incarp1103.int.hosting.nic.ru (Exim 5.55) with id 1nAroK-0002jA-2k for pve-user@pve.proxmox.com; Fri, 21 Jan 2022 14:10:28 +0300 To: pve-user@pve.proxmox.com From: =?UTF-8?B?0KHQtdGA0LPQtdC5INCm0LDQsdC+0LvQvtCy?= Message-ID: Date: Fri, 21 Jan 2022 14:10:27 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 Content-Language: en-US X-KLMS-AntiSpam-Auth: dkim=none X-MS-Exchange-Organization-SCL: -1 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.475 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% HTML_MESSAGE 0.001 HTML included in message KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_DNSWL_NONE -0.0001 Sender listed at https://www.dnswl.org/, no trust RCVD_IN_MSPIKE_H2 -0.001 Average reputation (+2) SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: [PVE-User] openvswitch + bond0 + 2 Fiber interfaces. X-BeenThere: pve-user@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE user list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2022 11:22:52 -0000 Hello, I have PVE cluster and I thinking to install on  the pve-7 openvswitch for can move and add VM from other networks and Proxmox Cluster With base Linux bridge all work well without problem with 2 interface 10GB ens1f0np0 ens1f12np0 I  install openvswitch  with manual https://pve.proxmox.com/wiki/Open_vSwitch I want use Fiber  10GB interfaces ens1f0np0 ens1f12np0  with Bond I think. I try some settings but is not working. My setup in interfaces: auto lo iface lo inet loopback auto ens1f12np0 iface ens1f12np0 inet manual #Fiber iface idrac inet manual iface eno2 inet manual iface eno3 inet manual iface eno4 inet manual auto ens1f0np0 iface ens1f0np0 inet manual iface eno1 inet manual auto inband iface inband inet static     address 10.10.29.10/24     gateway 10.10.29.250     ovs_type OVSIntPort     ovs_bridge vmbr0 #Proxmox Web Access auto vlan10 iface vlan10 inet manual     ovs_type OVSIntPort     ovs_bridge vmbr0     ovs_options tag=10 #Network 10 auto bond0 iface bond0 inet manual     ovs_bonds ens1f0np0 ens1f12np0     ovs_type OVSBond     ovs_bridge vmbr0     ovs_mtu 9000     ovs_options bond_mode=active-backup auto vmbr0 iface vmbr0 inet manual     ovs_type OVSBridge     ovs_ports bond0 inband vlan10     ovs_mtu 9000 #inband Can some one help me if I set all correctly or not? If someone have setup openvswitch with Bond interfaces 10GB share with me configuration. Thank at lot. Sergey TS The best Regard _______________________________________________ pve-user mailing list pve-user@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user