I have a working 2012 R2 RDS farm setup, with 2 Session Host servers. I want to reconfigure the external access so that users connect to port 3390.
I have setup the extra RDP Listeners on the Session Hosts for port 3390. I can connect to both 3389 and 3390 from the internal network, so the listeners are working.
I use powershell to change the port on the rdweb shortcut to the farm:
Set-RDSessionCollectionConfiguration –CollectionName RDS -CustomRdpProperty “use redirection server name:i:1 `n alternate full address:s: rds.domain.com:3390 `n authentication level:i:0”
Only adding :3390 (before I add this it is working)!
After adding the new port I get this error when trying to connect externally:
Remote Desktop can’t find the computer “rds.domain.com”. This might mean that “rds.domain.com” does not belong to the specified network.
My firewall is configured to allow and NAT 80, 443 and 3391UDP to my RD Gateway.
KL_Dane