Search results

  1. C

    Proxmox + OPNsense + (Cisco) Switch + VLANs: Wie realisieren?

    Man könnte den LACP Bond ja auch auf dem Proxmox Host anlegen. Frage: Warum empfiehlst du den Bond auf der OPNsense? Welchen Vorteil hat das gegenüber dem Bond auf Proxmox Host?
  2. C

    What is the correct VLAN mode on managed switch?

    I'm curios: what is the 3rd router?
  3. C

    What is the correct VLAN mode on managed switch?

    Actually there's only 1 WAN connection, and this is the PCI passthrough to Fritzbox port 3 with static IP. There are different clients connected to the 2 different LAN, e.g. any Wifi device will be connected to Fritzbox LAN, and any server and PC will be connected to OPNsense LAN.
  4. C

    What is the correct VLAN mode on managed switch?

    There are 2 routers in my network: Fritz!Box and OPNsense. Each router provides a LAN. Fritz!Box does not support VLAN, this means any traffic is untagged. Creating a WAN and LAN interface in OPNsense is simple, and in my understanding the LAN is untagged. Now I have 2 LANs, both are untagged...
  5. C

    What is the correct VLAN mode on managed switch?

    Hello, my ISP (Vodafone cable) provides two internet access points: - standard (like any ISP offers) - static IP The router (here: AVM Fritz!Box 6490 cable) basically works like any other Fritz!Box with only one exception: 1 port is configured for using the static IP. I guess one could call...
  6. C

    No ping from PVE host to router (Fritzbox)

    Hello, I have configured bond+bridge+vlan on my PVE host. The relevant network configuration (in /etc/network/interfaces) is this: source /etc/network/interfaces.d/* auto lo iface lo inet loopback iface eno1 inet manual iface enp4s0f2 inet manual iface enp4s0f3 inet manual auto bond0 iface...
  7. C

    [SOLVED] No ping from LAN to PVE host

    Hello, I cannot reproduce this issue. However I have identified another issue and created a new post for it. Please consider this posting as closed. THX
  8. C

    [SOLVED] No ping from LAN to PVE host

    Hello, I have configured a bond + bridge connected to a managed switch (D-Link DGS-1100). The connections can be illustrated like this: Router (FritzBox) <--> Switch (D-Link) <--> PVE Host The issue is that I cannot ping the PVE host from LAN. However I can ping the router from PVE Host...
  9. C

    Multiple VLANs on Bond Bridge

    Right... the throughput can be increased with LCAP. Considering this is would make sense to define a bond for PVE Guest Network PVE Migration Network
  10. C

    Multiple VLANs on Bond Bridge

    Right... the setup depends on this question: What is the single-point-of-failure? In my case the network components, means: - router - (managed) switch But if there are sufficient ports available on the switch and server (NIC), it could make sense to configure a bond with 2 cables. Hereby I...
  11. C

    [SOLVED] Start VM: iothread is only valid with virtio disk or virtio-scsi-single controller, ignoring

    Hallo Fabian, vielen Dank für die ausführlichen Antworten. Ich entnehme den Antworten, dass die Nutzung von "IOthread" und eigenen Controllern eine Performance-Optimierung bringen kann. Diese Optimierung bezieht sich dann aber auf das Disk IO der virtuellen Maschine. Folglich könnte man sagen...
  12. C

    [SOLVED] Start VM: iothread is only valid with virtio disk or virtio-scsi-single controller, ignoring

    Hallo Fabian, vielen Dank für diese Erklärung. Ich habe hierzu vier ergänzende Fragen: 1. Kann es sein, dass ich eine Disk des Typs "virtio" nicht erstellen kann, wenn diese Disk lvm-thin ist? 2. In welchen Szenarien ist es sinnvoll, einer virtuellen Disk eine eigenen Controller zuzuweisen? 3...
  13. C

    Multiple VLANs on Bond Bridge

    But this is your configuration for vmbr0 including VLAN setup: auto vmbr0 iface vmbr0 inet static address 10.X.X.21/24 gateway 10.X.X.1 bridge ports eno1 bridge-stp off bridge-fd 0 bridge-vlan-aware yes bridge-vids 2-4094 I assume your management network is configured on vmbr1. This bridge...
  14. C

    [SOLVED] Start VM: iothread is only valid with virtio disk or virtio-scsi-single controller, ignoring

    Hallo, ich erhalte diesen Fehler beim Start einer VM: iothread is only valid with virtio disk or virtio-scsi-single controller, ignoring Dies ist die zugehörige Konfiguration der VM: agent: 1,fstrim_cloned_disks=1 balloon: 0 bios: ovmf boot: order=scsi0;ide2 cores: 4 cpu: kvm64,flags=+aes...
  15. C

    Network configuration, 2 routers, Management-network w/o DNS

    Hello, I have configured the network for usage of 2 routers. There's a management network 192.168.0.0/24 to router A and another network 192.168.1.0/24 to router B (FritzBox). The management network does not provide DNS, and therefore internet access via router A is not working. Currently I...
  16. C

    Static route required with OVS bond+bridge

    Hello, if you recommend to drop the specific route because it is not required, I will do this. In my network there are 2 routers: a) Fritzbox providing subnet 192.168.1.0/24 b) OPNsense firewall and router providing any other subnet THX
  17. C

    [SOLVED] OVS bond+bridge: all ports of bond are down

    Hello, I have configured an OVS bond+bridge with 2 ports belonging to the bond. Here's the relevant configuration in /etc/network/interfaces: source /etc/network/interfaces.d/* auto lo iface lo inet loopback auto eno1 allow-vmbr0 eno1 ##eno1 auto enp4s0f3 allow-vmbr0 enp4s0f3 ##enp4s0f3...
  18. C

    Static route required with OVS bond+bridge

    Hello, I have 2 routers in my network, and therefore I need a static route for a dedicated subnet. My idea was to add this line in /etc/network/interfaces: post-up ip route add <network> via <ip router> dev <interface> onlink However the static route is not shown correctly when checking with...
  19. C

    [SOLVED] Configuration OVS bond + bridge + internal ports

    This configuration is working as expected: source /etc/network/interfaces.d/* auto lo iface lo inet loopback auto eno1 allow-vmbr0 eno1 ##eno1 auto enp4s0f3 allow-vmbr0 enp4s0f3 ##enp4s0f3 auto bond0 iface bond0 inet manual ovs_type OVSBond ovs_bridge vmbr0 ovs_bonds...
  20. C

    [SOLVED] Configuration OVS bond + bridge + internal ports

    Hello, I try to configure an OVS bond + bridge + internal ports with my new Proxmox VE 7.0 installation. However, this fails although a follow the example available in relevant wiki page. This is my current /etc/network/interfaces: source /etc/network/interfaces.d/* auto lo iface lo inet...