Guest Wi-Fi on various VLANs not getting DHCP addreses
-
@heper Thank you for all the ideas.
Switches are multiple UniFi managed, PoE 24-port switches as seen here: https://www.ubnt.com/unifi-switching/unifi-switch-poe/
One plus which is also sometimes a hardship, is that all the UniFi devices play well together - like a Mac. A lot of the "under the hood" configuration settings are hidden from the tech; you make a change within the management systems and the management system puts that change on the device(s) that needs it. Everything on the LAN is UniFi with the exception of the pfSense firewall.
-
@johnpoz The APs are UniFi AP-AC-Pro (https://www.ubnt.com/unifi/unifi-ap-ac-pro/) and a few of the AC-Mesh units (https://unifi-mesh.ubnt.com/#products)
-
@awsiemieniec thank you for providing great insight into the network
-
I run unifi AP.. So I know those work and no issues with tagged vlans and ssid. I run them myself..
But if your not seeing dhcp discover on pfsense vlan interface then is your switch config. You prob get good support over on their forums..
-
@johnpoz Ok. So with what I've shown on the pfSense side, do you think I've set it up right? I didn't miss something obvious, right?
I'll check out the UniFi support next. They are pretty good but I like the pfSense people better. :)
@jknott All of the unmanaged switches have been removed from the LAN.
-
Whatever switch port you connect to re1 neets to be untagged on whatever VLAN LAN is and tagged on VLANs 10, 20, 30, and 40. That's pretty much all there is to it. Everything else is done with the right VLAN tags throughout your switching and wireless gear.
-
Found the solution. I had missed creating the VLAN networks within the UniFi system. Whoops.
UniFi support always told me to not ever change the "Networks" tab if you don't have their firewall device. So I didn't think about adding the VLANs here. Good to know.
-
You do not need to do that when all you have is the APs... But that prob lets the switches know about the vlans ;)
How exactly did you set the switch ports to tagged if you handn't created the vlans? With wifi you just set it in the wifi setup
When I was running USG you had to have your vlans setup there.. But with pfsense you do not need those when no unifi switches.
-
@johnpoz Like what you show in your image of the wireless networks, I had already setup VLANs for the various SSIDs but I wasn't getting any DHCP traffic to my pfSense (except for on the management VLAN).
First thing the UniFi tech had me check on was what was the port type set to in <switch>, properties, port #, Switch Port Profile and make sure it was set to "ALL" (their version of trunk). It already was set to that value.
Then he had me navigate to settings, networks and said "whoa! there's the problem". He explained that I need to setup VLAN-Only networks so the switches would be aware of them. So did that and voila!~
Hope that helps explain some.
-
Which is exactly what I was saying ;)