Jump to content

Recommended Posts

Posted

Hi

We have setup RDP in our environment on Server 2016 however we are getting this error if I try to access this externally, "Remote Desktop cant find the computer (SERVER NAME). This might mean that (SERVER NAME) does not belong to the specified network. Verify the computer name and domain that you are trying to connect to".

 

Now this works fine internally. RD Web Access, RD Gateway, RD Licencing, RD Connection Broker, RD Virtualization Host, RD Session Host have been setup but of course they`re may be a incorrect configuration somewhere. All the certificates have been put in for all the roles to which is an external FQDN. However, when it comes to connecting and it failing it seems that its looking at the Internal FQDN. There is a DNS record internally for it and a external record. We`ve looked all over to find any help but cant get our heads around it.

Posted

Does the external dns name resolve to your IP you have NAT'd off the firewall to it?

Actually from an external connection, eg home BT broadband for example?

Posted
Our external DNS name resolves to our firewalls external IP and to which any type of traffic is forwarded onto the external IP so all ports are open
Posted

Are you trying to pass port 3389 directly onto the internet? If so I wouldn't recommend it. At the very least pass a much higher port number, eg 65000 onto 3389 of the internal server. Eg rdp to myfirewalladdress:65000

 

The chances are you are not forwarding port 3389 if you're not adding a specific port onto the rdp connection address.

 

I use a Dell SMA400 remote desktop portal which allows a https port 443 web connection to give remote desktop in a web page. It saves any users from having to use rdp shortcuts or any unsafe ports, it also allows me to block countries from accessing it, I set it to UK only.

Posted

We had the same issue. have you added a host file on the server? 127.0.0.1 and then we put the gateway address ?

 

We also put the server IP x.x.x.x and gateway.

 

Once we did that it worked.

 

Other than that could be your NAT rules set in your firewall.

Posted
I have done what you had said, went into C drive then windows, system 32, drivers then etc. I added the 127.0.0.1 address and then our server IP but still no luck?
Posted

This makes no sense, you either forward RDP directly or you have a web portal with https and a SSL certificate on it for rdp via a portal.

I use a portal method using sonicwall sma400 for example and as it's https it uses port 443.

 

So if users go to https://myportaladdress for example it opens up the login page and they can then use rdp portals using the web panel.

 

If you are using microsofts rd web solution you will need to install a ssl certificate on it and forward port 443 on the rdweb internal ip to port 443 on the external ip and of course nothing else must be using port 443.

 

You must never ever ever forward port 3389 on your internet ip directly to an internal rdp server though or the russians will be having a field day with it in a few hours...

 

https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-web-client-admin

Posted

Just a hunch but try setting up the RDS server by IP (LAN IP) instead of name as you have it there (looks like something like gmat-vrdp.internal make that an IP instead of name)

You've probably added it by name in the RDSWEB config.

Posted

As an afterthought you could perhaps try editing your laptops hosts file in system32/drivers/etc and point the lan ip at the servers name you're trying to connect to.

You also need to check the rdweb access server iis setting, Sites>Default Web>RDWeb>Pages look for Default TS Gateway and make sure the EXTERNAL dns name is specified not the internal one. That would cause the not resolving problem.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...