1
24.7 Production Series / VLAN traffic blocked on LAN interface
« on: September 08, 2024, 12:54:05 am »
I have a routed switch with 5 VLANs configured on it. I have a route and gateway configured on the OPNsense box. The firewall is blocking traffic in both directions on the 192.x network and the 10.x networks.
I tried an any any rule on the LAN interface, but it's still blocking traffic. Do I have to create a rule for each port? If so how would I handle services using random ports on the the other subnets?
Thanks again for all your help getting this far with my setup. Once I get this working I will tackle the final hurdle, multi-wan with traffic pinning =D.
Code: [Select]
LAN 2024-09-05T17:06:36 10.0.1.100:36436 52.16.96.58:443 tcp Default deny / state violation rule
LAN 2024-09-05T17:06:36 10.0.1.253:60322 162.159.140.167:443 tcp Default deny / state violation rule
LAN 2024-09-05T17:06:36 10.0.1.253:59754 162.159.140.167:443 tcp Default deny / state violation rule
LAN 2024-09-05T17:06:36 10.0.1.100:38264 54.73.190.247:443 tcp Default deny / state violation rule
LAN 2024-09-05T17:06:36 10.0.1.100:35326 8.8.8.8:53 udp Default deny / state violation rule
LAN 2024-09-05T17:06:36 10.0.1.100:35326 8.8.8.8:53 udp Default deny / state violation rule
LAN 2024-09-05T17:06:35 10.0.1.248:55142 8.8.4.4:53 udp Default deny / state violation rule
LAN 2024-09-05T17:06:33 10.0.1.253:56942 172.66.0.165:443 tcp Default deny / state violation rule
LAN 2024-09-05T17:06:32 10.0.1.253:56934 172.66.0.165:443 tcp Default deny / state violation rule
I tried an any any rule on the LAN interface, but it's still blocking traffic. Do I have to create a rule for each port? If so how would I handle services using random ports on the the other subnets?
Thanks again for all your help getting this far with my setup. Once I get this working I will tackle the final hurdle, multi-wan with traffic pinning =D.