Hi all,
I am currently setting up a Proxmox on a recovery location
However, my supplier who manage the network needs me to tag the vlan I use to manage the proxmox in order to let packet pass through the switchs (the port is carrying several VLANs)
I have read a lot online documentation on both debian and proxmox, and I find out that I "only have to modify the /etc/network/Interfaces" files to make it work
my problem it that it does not
Here is the content of the inerfaces file :
do I have to load any module for that ?
I have another device on the same network that is reachable from the outside
Symptoms :
I can't reach the server by distance :
- ping does not work through the VPN
- https does not work through the VPN
- locally I can't ping the gateway
I am currently setting up a Proxmox on a recovery location
However, my supplier who manage the network needs me to tag the vlan I use to manage the proxmox in order to let packet pass through the switchs (the port is carrying several VLANs)
I have read a lot online documentation on both debian and proxmox, and I find out that I "only have to modify the /etc/network/Interfaces" files to make it work
my problem it that it does not
Here is the content of the inerfaces file :
Code:
auto lo
iface lo inet manual
iface eno08303 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.75.215.15/24
gateway 10.75.215.1
bridge-ports eno08303
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 215
iface eno08403 inet manual
iface eno12399 inet manual
iface eno12409 inet manual
do I have to load any module for that ?
I have another device on the same network that is reachable from the outside
Symptoms :
I can't reach the server by distance :
- ping does not work through the VPN
- https does not work through the VPN
- locally I can't ping the gateway