JATSO Posted August 24, 2020 Posted August 24, 2020 Hi All, Anyone came across this error before, I can connect to the other Server VM no problem, but not this one. I can see it in network discovery, i can ping it, I can login to it using Hyper V. I have checked port 3389 Any ideas? Thanks
aicrd Posted August 24, 2020 Posted August 24, 2020 Have you tried accessing it from a different machine? Maybe remote into the working server and use that as a "Jump" point into the broken one? I've only seen this error once and it was through an RD Gateway. Can't remember what fixed it though as it seemed to sort itself out. 1
ThomL Posted August 24, 2020 Posted August 24, 2020 Anything good in the event logs? Client and server. 1
Michael Posted August 24, 2020 Posted August 24, 2020 Try restarting Explorer services or the whole VM given you can connect to it via the Hyper-V host. 1
JATSO Posted August 26, 2020 Author Posted August 26, 2020 So after doing a bit of fishing I have discovered that port 3389 UDP is being used by SQL Server Browser which was installed by our sims support team as its our SIMSSVR and according to all info RDP needs 3389 or does it not? Can i change the RDP port? Can I change it SQL Browser port? How do i change it? Will I mess up the Sims? Any ideas? Thanks
psydii Posted August 26, 2020 Posted August 26, 2020 Ask the SIMS support team whether they meant to do that? It seems an... odd choice. 1
JATSO Posted August 26, 2020 Author Posted August 26, 2020 Ask the SIMS support team whether they meant to do that? It seems an... odd choice. I have done that awaiting reply. Thanks
aicrd Posted August 26, 2020 Posted August 26, 2020 RDP can be any port you like, however you should change the SQL Server Browser port to the default (1434 I believe?) no reason it should be on 3389. I'm actually quite surprised that SQL even allows you to change the port to something non standard. 1
old_n07 Posted August 26, 2020 Posted August 26, 2020 The RDP port can be changed via the registry: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\PortNumber You would then need to specify the port when connecting to the computer in question each time eg: server.domain.com: or 192.168.1.1:1234 HTH 1
JATSO Posted August 26, 2020 Author Posted August 26, 2020 The RDP port can be changed via the registry: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\PortNumber You would then need to specify the port when connecting to the computer in question each time eg: server.domain.com: or 192.168.1.1:1234 HTH Thanks everyone figured it out in the end. Much appreciated.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now