I am running opnsense on Proxmox. I'm passing through a trunk with vlans 10,20,30,40,50,60. I also have another ethernet that I use for a PPPOE connection.My internet works, seems reliable and has no issue from my main vlans of 30 (servers) and 50 (wifi).
Working ping but hanging bulkier traffic can be caused by MTU mismatches. Perhaps some inconsistent jumbo frames?
Maybe I dont understand correctly butQuoteI am running opnsense on Proxmox. I'm passing through a trunk with vlans 10,20,30,40,50,60. I also have another ethernet that I use for a PPPOE connection.My internet works, seems reliable and has no issue from my main vlans of 30 (servers) and 50 (wifi).But then you show rules for VLAN50 as well live log.So what exactly has the problem here? The VLAN50 or the other VLANs 10,20,40,60?Can you ping from a device in these VLANs/Subnets to the GWs?Do you have unique subnets for these VLANs on OPNsense?Do you have proper MASK configured on devices in these VLANs?Regards,S.
state-mismatch 37898 3.5/s
You have there > Quotestate-mismatch 37898 3.5/sIf a FW sees out of Order for TCP he will block it, TCP based traffic can pass thru a FW only after a Handshake is established.S > D: TCP SD > S: TCP SAS > D: TCP ACheck the Live log. Create a filter with a specific source and destination from which you will test from to. Then if you see a session appear that is blocked, click the magnify glass and check the TCP Flags.if there is really a TCP out of order it means you traffic is leaking somewhere or there is asymmetrical routing.Regards,S.
That's how it's supposed to work. A host will always prefer a locally connected interface over a static route. Don't connect hosts via more than one interface/network.
Just a comment though, more specific routes are always preferred regardless of connection, but in this case, the subnet mask was the same, and then, distance / metric / connection are relevant.
Route Source Default Distance ValuesConnected interface 0Static route 1Enhanced Interior Gateway Routing Protocol (EIGRP) summary route 5External Border Gateway Protocol (BGP) 20Internal EIGRP 90Interior Gateway Routing Protocol (IGRP) 100Open Shortest Path First (OSPF 110Intermediate System-to-Intermediate System (IS-IS) 115Routing Information Protocol (RIP) 120Exterior Gateway Protocol (EGP) 140On Demand Routing (ODR) 160External EIGRP 170Internal BGP 200Unknown* 255