Hi all,
I’m using the GL.iNet GL-MT3000 Beryl AX and have the following setup:
- MAIN WiFi (
10.0.5.0/24
) - GUEST WiFi (
192.168.5.0/24
) - WireGuard VPN connected on MAIN network to access my homelab at
10.0.0.0/24
.
There’s a small server on the MAIN network at 10.0.5.10
. And of course, it has access to the homelab via the WireGuard tunnel.
So far, this is all working great using the default web UI setup.
Now, here’s what I want to achieve:
- Devices on the GUEST network should be able to access
10.0.5.10
(e.g., to use some services hosted on it). - GUEST devices should also have internet access.
- But they must not have access to the
10.0.0.0/24
network (the remote homelab via WireGuard).
Has anyone done something similar? I’m open to firewall rule suggestions or other config tweaks to isolate the VPN while still allowing limited local access from GUEST to MAIN.
Thanks in advance!