What's new

Pi DHCP server within LAN?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

JimbobJay

Regular Contributor
My parents have recently started renting out their garden outhouse on airbnb. I helped run ethernet down the garden and put a Unifi AC-Lite in there to serve wifi.

So currently they have my old ASUS AC86U acting as their router, with Ethernet running off that down to the unifi ap in the garden. I have the unifi controller running on a pi that I can access remotely.

Ideally I’d like to use Unifi’s built in capabilities for VLAN tagging depending on WLAN SSID, to ensure segregation between airbnb guests and the rest of the network, but sadly ASUS doesn’t support VLANs (that I’m aware of).

I don’t fancy buying my parents a new router just for this use case, so was wondering how feasible it would be to run something like openwrt on another pi I have lying around, and use that as a double-NATed DHCP server, masquerading the VLAN tagged airbnb wifi to the ASUS router?

So for e.g. it could be something like
WAN/Internet -> ASUS Router 192.168.0.1/24 -> Unifi AP airbnb VLAN-tagged wifi <-> Openwrt Pi 10.16.0.0/24 <-> ASUS Router 192.168.0.1/24

I just don’t if the ASUS would know what to do with the airbnb traffic? I assume I would need to run a static route on the ASUS for the 10.16.0.0/24 subnet to the pi. Would that be enough though? Would vlan tagging even be needed at that point, or would it just complicate things?

Any help or suggestions would be appreciated :)
 
Last edited:

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top