Hello there,
I am currently struggling to set up QinQ on my Proxmox Cluster.
My servers are running on the Hetzner infrastructure and are connected via the Hetzner vSwitch feature.
There is a maximum of five vSwitches, which can be connected to a Server, but i want to isolate more than five DMZ networks from each other. Thats why i'm trying to set up VLANs on top of the Hetzner vSwitch VLAN.
According to this thread my current configuration should theoretically work, but the VMs are unable to ping each other, so it seems that i'm missing something.
The VMs are then connected to the
I've connected two virtual machines this way and gave them static IPs. Unfortunately the machines are unable to communicate with each other on this interface.
I'd be thankful for any hint or comment.
Wish you all a happy holiday!
I am currently struggling to set up QinQ on my Proxmox Cluster.
My servers are running on the Hetzner infrastructure and are connected via the Hetzner vSwitch feature.
There is a maximum of five vSwitches, which can be connected to a Server, but i want to isolate more than five DMZ networks from each other. Thats why i'm trying to set up VLANs on top of the Hetzner vSwitch VLAN.
According to this thread my current configuration should theoretically work, but the VMs are unable to ping each other, so it seems that i'm missing something.
Code:
iface enp35s0 inet manual
...
iface enp35s0.4040 inet manual
vlan-raw-device enp35s0
mtu 1400
...
auto vmbr40
iface vmbr40 inet manual
bridge_ports enp35s0.4040
bridge_stp off
bridge_fd 0
#DMZ
The VMs are then connected to the
vmbr40
and the underlying tag is configured on the Proxmox GUI directly.I've connected two virtual machines this way and gave them static IPs. Unfortunately the machines are unable to communicate with each other on this interface.
I'd be thankful for any hint or comment.
Wish you all a happy holiday!