I'm new to this community and any help I can get from this community will be great.
I running pfsense on an old desktop with dual LAN ports, a TP-Link 100Mbps Unmanaged 8 port switch and 2 TL-MR3420 V5 routers running Openwrt 22.3.
My PFsense box has 1 LAN and 1 VLAN setup and I'm currently trying to setup OpenWRT Dumb AP with TP-Link routers, but the problem I'm running into is when I setup Dumb AP with just LAN connection I can see all my LAN devices, but the moment I add tagged VLAN 10 in openwrt switch config, my LAN devices completely disappear from the network, and despite of having valid IP's from the LAN DHCP server they can't ping each other, however I can ping them when I'm connected to VLAN.
I'm fairly a beginner in the OpenWRT universe and I'm sure I must be missing something in the config part, please guide me in the right direction.
I flashed OpenWRT 19.07.9 in my TP-Link TL-MR3420 router due to stability issues.
With my current configuration detailed above the following things are working,
1) I'm able to connect to both LAN an VLAN "Physically" through the router, devices get correct IP address from Pfsense DHCP servers.
2) I'm able to connect to both LAN an VLAN through "WiFi", devices get correct IP address from Pfsense DHCP servers.
3) Internet connectivity is as fast as it is supposed to be on both LAN and VLAN via physical or wireless connection.
4) I can only reach my local devices (e.g. Printer, NAS, Laptop etc.) when connected to VLAN network either Physically or through WiFi.
What's not working
1) I cannot ping or reach my "Printer - 192.168.1.3" when connected either Physically or through WiFi; my ping response shows "Reply from 192.168.1.x: Destination host unreachable."
2) Windows network section doesn't display any local devices either.
Note: when I change "Lan 1 - Port 410" from "tagged" to "Off", I can reach my local network devices.
Then you'll need to tag both VLANs 1 and 410 - and use a managed switch (or another device that recognizes VLAN tags) on the far-end to separate them again for use.
I actually don't have 2 VLANs, I have 1 Physical LAN and 1 VLAN, but in Openwrt config all of that is being looked at as VLAN.
Also I was thinking I should use just use two tagged VLANs coming from PFsense, that way I can have them both tagged in OpenWRT and everything should work, but then if I connect any devices directly to my OpenWRT router in future they would get IP from my VLAN and not the LAN, which is when managing them would be a bit of an issue again.
so as per knowledge, my config is wrong I'm not missing anything, right?
If you still think there is a way to fix this issue please let me know how?
Not sure what this means, the VLANs are clearly enumerated. Therefore, I'm not sure what distinction you're making by calling one "physical" and the other "a VLAN" - feel free to explain.
Then set a port as untagged, set to the correct VLAN, use Port 2, 3 or 4.
This is what I meant by 1 Physical LAN and 1 VLAN, it means my LAN has no tag, so if I use tagged in VLAN 1 in Openwrt my connection will break completely.
My Apologies for the delay, I have been tied with a lot.
I couldn't tag my physical interface, at least I don't see a way to do that without creating a VLAN interface in pfsense, so I took your advise to not mix things up.
I had 3 mini unmanaged switches lying around so I created 3 VLANs as per my requirements, tagged all of them as per your advise and I'm routing them through these switches to wherever they need to be; everything is working fine for now, Thank you for your support.