I'm setting up a RRASserver that should assign the VPN clients an IP address via DHCP. These two are in the same subnet (e.g. 192.168.0.0/24), but there are several scopes on the DHCP server (e.g. 192.168.10.0/24, 192.168.11.0/24...). Both are on Windows Server 2019.
When I specify a static IP range, I can successfully connect to the VPN but the firewall isn't configured for the specified range. However, when I just tick the box to assign IP adresses over DHCP, there's an occurring error when trying to connect to the VPN that says something in the words like "Couldn't assign internal IP".
Since both of the servers are in the same subnet, I don't have to configure the DHCP relay, right? But how do I specify the scope where the VPN clients should be assigned to (e.g. 192.168.11.0/24)?
EDIT: When I specify the range in a free space of the server subnet (e.g. 192.168.0.10 - 20), I can connect to all servers in that subnet (exchange etc.) and I made a static route to a different subnet. How can I add a route to the WAN?