Hi,
I want to give a family member access to a couple of services running on my home server via wireguard.
My main network is 192.168.124.1/24 with the server being 192.168.124.3 and the wireguard connection is on the separate network 192.168.130.1/24.
I already managed to block everything except the server at 192.168.124.3 if using the VPN but I would like to extend it and allow only certain ports e.g. allow Jellyfin (192.168.124.3:8096) but not AudioBookShelf (192.168.124.3:13378) or the server itself (192.168.124.3).
Is this possible? And if yes, how?
Thanks in advance.