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.
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...
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...
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...
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
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...
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...
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...
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...
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...
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...
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...
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
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.