So here is my situation.
Desktop -> fiber -> VM OPNsense
VM OPNsense (DHCP server) -> Switch + WAP -> Rest of network
I can reach ProxMox perfectly when connected through wifi but not when through fiber.
Server:
- 2 x 2 SFP+ (enpXsXfX)
-1 GbE (enp3s0)
-1 old 100Mb NIC (enp5s1)
Everything is bridged and the enp5s1 is connected to the switch.
I'm probably missing somthing really dumb but have been playing with it for hours and can't figure it out. When i remove the bridge from enp5s1, I just completely lose access from everywhere (had to restore though console).
Here is my interfaces file:
Thanks in advance for any insights,
Cheers.
Desktop -> fiber -> VM OPNsense
VM OPNsense (DHCP server) -> Switch + WAP -> Rest of network
I can reach ProxMox perfectly when connected through wifi but not when through fiber.
Server:
- 2 x 2 SFP+ (enpXsXfX)
-1 GbE (enp3s0)
-1 old 100Mb NIC (enp5s1)
Everything is bridged and the enp5s1 is connected to the switch.
I'm probably missing somthing really dumb but have been playing with it for hours and can't figure it out. When i remove the bridge from enp5s1, I just completely lose access from everywhere (had to restore though console).
Here is my interfaces file:
Code:
auto lo
iface lo inet loopback
auto enp3s0
iface enp3s0 inet manual
auto enp1s0f0
iface enp1s0f0 inet manual
auto enp1s0f1
iface enp1s0f1 inet manual
iface enp2s0f0 inet manual
iface enp2s0f1 inet manual
auto enp5s1
iface enp5s1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.2.2/24
gateway 192.168.2.1
bridge-ports enp5s1
bridge-stp off
bridge-fd 0
#100Mbit
auto vmbr1
iface vmbr1 inet manual
bridge-ports enp1s0f0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
#Wan Bridge
auto vmbr2
iface vmbr2 inet manual
bridge-ports enp3s0
bridge-stp off
bridge-fd 0
#Lan Bridge
auto vmbr3
iface vmbr3 inet manual
bridge-ports enp1s0f1
bridge-stp off
bridge-fd 0
#10Gbe Desktop
auto vmbr4
iface vmbr4 inet manual
bridge-ports enp2s0f0
bridge-stp off
bridge-fd 0
#Unused fiber
Thanks in advance for any insights,
Cheers.