Skip Navigation

Replacing router with OpenWRT on Proxmox

Not sure if this 100% goes here but I'm relatively new to the self hosting world. Please advise if this needs to be moved elsewhere and I will.

I recently picked up a beelink mini PC and have been running Proxmox for things like jellyfin, home assistant, etc.

I'm looking to set up OpenWRT and found a helper script that sets up the VM but I'm having issues being able to configure wireless. According to the official docs, wireless is off by default if there are eth ports. When I go to edit it, both in the LuCl and in the /etc/config/wireless file, I hit 2 issues:

  1. The web client doesn't have a wireless option.
  2. There is no wireless file In the config directory.

I tried looking for some solutions online but wasn't sure what was exactly specific for me. I wasn't sure if this was a hardware issue or a Proxmox/OpenWRT config issue. Any advice on this?

Side note: My thoughts were I could use the internal wi-fi adapter for wireless but would I need a USB adapter of some sort for this capability?

28 comments
  • You want a dedicated Firewall and at least one access point. Your USB adapter is not designed to support lots of devices. It almost certainly has one channel.

  • If you're going to dive in to openwrt from google wifi you should probably start with ready made hardware.

    https://forum.openwrt.org/t/best-newcomer-routers-2024/189050

    Please keep in mind that to duplicate mesh functionality it's going to take a significant effort and you need to make sure the hardware you buy is compatible with 802.11s. Open WRT forums have hardware compatibility rundowns of known working routers so it's not too difficult to find them.

    This is a much bigger uphill battle rolling your own hardware unless you just plan to buy a separate access point or two for hardware and skip the mesh functionality.

    • These days almost all hardware is compatible with 802.11s

      • If you plan to do it on openwrt I would make sure before you buy. Especially if you're trying to save on the mesh nodes and not buy a fully outfitted router for each node.

  • It would be fun as an experiment, but often using wifi adapters as an AP generally doesn't work that well. Most of us are running an external AP such as Unifi hardware.

    As far as getting this working, have you done the passthrough setup on the VM for the wifi adapter?

    And have you confirmed that OpenWRT supports your wifi adapter?

    • Both great questions. I did not check the hardware and I definitely should have..as far as passthrough I have not. I really only ran the helper script to install the Proxmox VM and configurations. I'll have to check the settings when I'm back home to see what exactly it did.

  • Back in the day I ran a pfsense VM on ESXi before broadcom bought them. I found it easier to just purchase a cheap Unifi AP and spin up a VM for the Unifi controller app (I'm assuming you can still run that on your own hardware, its been a few years). I think I got a UAP 6 lite or something like that. If I recall it was about $130 CAD with the PoE injector.

    Techincally its not ideal to run your firewall on the same device as other things, but I never had any issues.

    Also, does the mini PC have multiple NICs? You will have a bad time if it does not.

28 comments