public inbox for pve-user@lists.proxmox.com
 help / color / mirror / Atom feed
From: "Сергей Цаболов" <tsabolov@t8.ru>
To: pve-user@pve.proxmox.com
Subject: [PVE-User] openvswitch + bond0 + 2 Fiber interfaces.
Date: Fri, 21 Jan 2022 14:10:27 +0300	[thread overview]
Message-ID: <dd7565e8-b86e-3f28-08b6-7f35f44238fe@t8.ru> (raw)

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



             reply	other threads:[~2022-01-21 11:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-21 11:10 Сергей Цаболов [this message]
2022-01-21 12:03 ` Dimitri Alexandris
2022-01-21 12:28   ` Сергей Цаболов
2022-01-27  8:53     ` Сергей Цаболов

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dd7565e8-b86e-3f28-08b6-7f35f44238fe@t8.ru \
    --to=tsabolov@t8.ru \
    --cc=pve-user@pve.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal