1
General Discussion / Re: How To Add An Access Point, And Assign SSIDs To Interfaces?
« on: September 18, 2021, 12:29:06 pm »
Thank you for your reply!
Now I don't entirely think I need a managed switch at this point in time, that seems like it would over-complicate things. I already have separate un-managed switches for each interface (Private/LAN, Family/LAN2) and those handle the devices. As for the tagging, I think I can utilize OpenWRT's switch and VLANs. See below.
I was talking with someone, and your post seems to be similar to what they suggested, but I think their's works more around my setup, utilizing OpenWRT's switch/VLANs. Also I wouldn't need to swap over all my Opnsense interfaces to VLANs because it'd be a PITA and they're all already setup.
They suggested the following if I understood them correctly Opinions?:
Essentially they suggested using the managed switch in OpenWRT, and making 3 VLANs on OpenWRT.
So they said, to create a VLAN for LAN (Private), LAN2 (Family), LAN3 (Guest). Then under the switch settings for OpenWRT, I would set it up like this: https://i.imgur.com/AqWkhTA.png
Then under interfaces on OpenWRT, I would point 1 to the gateway IP of LAN on Opnsense (10.0.10.1), another to LAN2 (10.0.10.1), and a third for Guest (10.0.30.10 - which would be added on Opnsense as a VLAN? I'm not sure he didn't state that).
Would that work? It makes sense to me. Or am I missing something?
The only thing I am still confused upon is how exactly to plug in the AP to Opnsense, because again it would be plugging into a new interface. I wanted the AP accessible via 10.0.10.2 (where the Opnsense firewall is 10.0.10.1).
The issue is I don't know how to merge ix3 (for the access point) and ix2 (for my LAN) to make sure they're under that same 10.0.10.x subnet.
I had tried bridging ix3 and ix2 in Opnsense and it had broken the WebGUI, but maybe I was on the right track? Idk. Maybe I don't even need to bridge it, and instead just set the ix3 to have "none" under Static IPV4 on Opnsense, and because on OpenWRT I pointed it to 10.0.10.2, it will be under that? But won't that mean it's also under 10.0.20.2, 10.0.30.2 because I have those virtual interfaces setup, pointing over too? I'd ideally like to not have OpenWRT management accessible from the LAN2 and Guest networks, but maybe that's just a matter of a simple firewall rule?
Thank you.
Now I don't entirely think I need a managed switch at this point in time, that seems like it would over-complicate things. I already have separate un-managed switches for each interface (Private/LAN, Family/LAN2) and those handle the devices. As for the tagging, I think I can utilize OpenWRT's switch and VLANs. See below.
Quote
Who do you need 2 SSIDs for each of LAN and LAN2? Are these just for separate 2.4Ghz and 5GHz frequencies, but same subnet?Also yes the 2 SSIDs are for 2.4/5ghz freq in the same subnet. The seperation is nice because I can setup devices that don't really need the 5ghz to just use 2.4ghz.
I was talking with someone, and your post seems to be similar to what they suggested, but I think their's works more around my setup, utilizing OpenWRT's switch/VLANs. Also I wouldn't need to swap over all my Opnsense interfaces to VLANs because it'd be a PITA and they're all already setup.
They suggested the following if I understood them correctly Opinions?:
Essentially they suggested using the managed switch in OpenWRT, and making 3 VLANs on OpenWRT.
So they said, to create a VLAN for LAN (Private), LAN2 (Family), LAN3 (Guest). Then under the switch settings for OpenWRT, I would set it up like this: https://i.imgur.com/AqWkhTA.png
Then under interfaces on OpenWRT, I would point 1 to the gateway IP of LAN on Opnsense (10.0.10.1), another to LAN2 (10.0.10.1), and a third for Guest (10.0.30.10 - which would be added on Opnsense as a VLAN? I'm not sure he didn't state that).
Would that work? It makes sense to me. Or am I missing something?
The only thing I am still confused upon is how exactly to plug in the AP to Opnsense, because again it would be plugging into a new interface. I wanted the AP accessible via 10.0.10.2 (where the Opnsense firewall is 10.0.10.1).
The issue is I don't know how to merge ix3 (for the access point) and ix2 (for my LAN) to make sure they're under that same 10.0.10.x subnet.
I had tried bridging ix3 and ix2 in Opnsense and it had broken the WebGUI, but maybe I was on the right track? Idk. Maybe I don't even need to bridge it, and instead just set the ix3 to have "none" under Static IPV4 on Opnsense, and because on OpenWRT I pointed it to 10.0.10.2, it will be under that? But won't that mean it's also under 10.0.20.2, 10.0.30.2 because I have those virtual interfaces setup, pointing over too? I'd ideally like to not have OpenWRT management accessible from the LAN2 and Guest networks, but maybe that's just a matter of a simple firewall rule?
Thank you.