Hey everyone, still getting some things figured out.
So i've been working trying to get some networking up and running. I've tried a few solutions i've seen online but havent gained much traction personally, so i figured i'd reach out.
This is my interface setup at the moment
I have two NIC's in use here. One thats hard copper linked up (eno1) thats the vmbr0 bridge. This is on its own IP address for the web client.
Then i have vmbr1, my 10g Fiber connection (enp4s0f0), which i intend to push my VLAN traffic through.
On the other end of all this, I have my Cisco Switch pushing VLAN 200 (set to access) to eno1, and for enp4s0f0 i'm pushing VLANs 302, 303, 400, 401, and 402 on a Trunk with no native on it.
I have them separated for primarily arbitrary reasons in all honesty, but i'm not sure if thats part of my problem. However, I figured i'd ask what would be the best path forward. For my test windows VM i did install the Virtual IO drivers fromt he proxmox website, and set it up to the proper Subnet for VLAN 400.
Any detailed instruction or advice is much appreciated.
So i've been working trying to get some networking up and running. I've tried a few solutions i've seen online but havent gained much traction personally, so i figured i'd reach out.
This is my interface setup at the moment
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface enp4s0f0 inet manual
iface enp4s0f1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.100.0.10/29
gateway 10.100.0.9
bridge-ports eno1
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
bridge-ports enp4s0f0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
#Fiber Trunk
I have two NIC's in use here. One thats hard copper linked up (eno1) thats the vmbr0 bridge. This is on its own IP address for the web client.
Then i have vmbr1, my 10g Fiber connection (enp4s0f0), which i intend to push my VLAN traffic through.
On the other end of all this, I have my Cisco Switch pushing VLAN 200 (set to access) to eno1, and for enp4s0f0 i'm pushing VLANs 302, 303, 400, 401, and 402 on a Trunk with no native on it.
I have them separated for primarily arbitrary reasons in all honesty, but i'm not sure if thats part of my problem. However, I figured i'd ask what would be the best path forward. For my test windows VM i did install the Virtual IO drivers fromt he proxmox website, and set it up to the proper Subnet for VLAN 400.
Any detailed instruction or advice is much appreciated.