I have a home server running Windows Server 2016 Datacenter acting as the NAT on the network. On the same server I'm using Hyper-V to host various services (game servers, GitLab, Plex, etc). I'm using Routing and Remote Access to forward ports to the correct virtual machines.
From outside the network, everything works perfectly. Inside the network, me and other users that want to connect to specific servers need to know the ip address assigned to the server vs using a domain name I have through Cloudflare.
I've been researching all day on this, does RRAS not support this at all?
Or, as an alternate solution, is there a way for me to apply port forwarding rules on my internal network using a VM? Ie, connect to 192.168.1.5 at tcp port 58, redirect to 192.168.1.4 at tcp port 25565.