PC Review


Reply
Thread Tools Rate Thread

Changing the RDP port

 
 
=?Utf-8?B?VGlt?=
Guest
Posts: n/a
 
      17th Nov 2006
Hi,

I changed the RDP port from 3389 to 45455 rebooted and I can't connect to
port 45455, only port 3389. In the registry I can see that the change is
there. When I do an netstat -a it shows the computer is still listening on
port 3389. Any ideas?
 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      17th Nov 2006

"Tim" <(E-Mail Removed)> wrote in message
news:5280C66E-FCAD-48E3-99A8-(E-Mail Removed)...
> Hi,
>
> I changed the RDP port from 3389 to 45455 rebooted and I can't connect to
> port 45455, only port 3389. In the registry I can see that the change is
> there. When I do an netstat -a it shows the computer is still listening

on
> port 3389. Any ideas?


Where exactly did you set the new port number?


 
Reply With Quote
 
=?Utf-8?B?VGlt?=
Guest
Posts: n/a
 
      17th Nov 2006
I changed it in:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal
Server\WinStations\RDP-Tcp\portnumber

I have made the changes on many machines before and never had any problems.
All the windows firewall settings are the same as on the other working
machines. But what really bothers me is the netstat -a.

"Pegasus (MVP)" wrote:

>
> "Tim" <(E-Mail Removed)> wrote in message
> news:5280C66E-FCAD-48E3-99A8-(E-Mail Removed)...
> > Hi,
> >
> > I changed the RDP port from 3389 to 45455 rebooted and I can't connect to
> > port 45455, only port 3389. In the registry I can see that the change is
> > there. When I do an netstat -a it shows the computer is still listening

> on
> > port 3389. Any ideas?

>
> Where exactly did you set the new port number?
>
>
>

 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      17th Nov 2006
This is the correct registry key. I assume you made sure that
45455 is a decimal rather than a hex value.

Instead of using netstat, use telnet to test the port:

telnet YourServer 45455

You did write that you rebooted the machine. Are you absolutely
sure you did?


"Tim" <(E-Mail Removed)> wrote in message
news96246D5-7CBC-46A8-8FD2-(E-Mail Removed)...
> I changed it in:
>
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal
> Server\WinStations\RDP-Tcp\portnumber
>
> I have made the changes on many machines before and never had any

problems.
> All the windows firewall settings are the same as on the other working
> machines. But what really bothers me is the netstat -a.
>
> "Pegasus (MVP)" wrote:
>
> >
> > "Tim" <(E-Mail Removed)> wrote in message
> > news:5280C66E-FCAD-48E3-99A8-(E-Mail Removed)...
> > > Hi,
> > >
> > > I changed the RDP port from 3389 to 45455 rebooted and I can't connect

to
> > > port 45455, only port 3389. In the registry I can see that the change

is
> > > there. When I do an netstat -a it shows the computer is still

listening
> > on
> > > port 3389. Any ideas?

> >
> > Where exactly did you set the new port number?
> >
> >
> >



 
Reply With Quote
 
=?Utf-8?B?VGlt?=
Guest
Posts: n/a
 
      17th Nov 2006
When I telnet to 3389 I get a prompt. When I telnet to 45455, I get "Could
not open connection to the host, on port 45455...." The value is a decimal
value.

The machine has been rebooted twice.

"Pegasus (MVP)" wrote:

> This is the correct registry key. I assume you made sure that
> 45455 is a decimal rather than a hex value.
>
> Instead of using netstat, use telnet to test the port:
>
> telnet YourServer 45455
>
> You did write that you rebooted the machine. Are you absolutely
> sure you did?
>
>
> "Tim" <(E-Mail Removed)> wrote in message
> news96246D5-7CBC-46A8-8FD2-(E-Mail Removed)...
> > I changed it in:
> >
> > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal
> > Server\WinStations\RDP-Tcp\portnumber
> >
> > I have made the changes on many machines before and never had any

> problems.
> > All the windows firewall settings are the same as on the other working
> > machines. But what really bothers me is the netstat -a.
> >
> > "Pegasus (MVP)" wrote:
> >
> > >
> > > "Tim" <(E-Mail Removed)> wrote in message
> > > news:5280C66E-FCAD-48E3-99A8-(E-Mail Removed)...
> > > > Hi,
> > > >
> > > > I changed the RDP port from 3389 to 45455 rebooted and I can't connect

> to
> > > > port 45455, only port 3389. In the registry I can see that the change

> is
> > > > there. When I do an netstat -a it shows the computer is still

> listening
> > > on
> > > > port 3389. Any ideas?
> > >
> > > Where exactly did you set the new port number?
> > >
> > >
> > >

>
>
>

 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      17th Nov 2006
I think you're talking to a different machine than the one you
believe you're talking to. Try the telnet command from the
very machine you're working with, using this command:

telnet %ComputerName% 45455

Then for good measure you should execute this command:

regedit /E c:\test.reg
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal
Server\WinStations"

Does c:\test.reg show the correct port number?


"Tim" <(E-Mail Removed)> wrote in message
news:440D990E-5B67-4B82-BC18-(E-Mail Removed)...
> When I telnet to 3389 I get a prompt. When I telnet to 45455, I get

"Could
> not open connection to the host, on port 45455...." The value is a

decimal
> value.
>
> The machine has been rebooted twice.
>
> "Pegasus (MVP)" wrote:
>
> > This is the correct registry key. I assume you made sure that
> > 45455 is a decimal rather than a hex value.
> >
> > Instead of using netstat, use telnet to test the port:
> >
> > telnet YourServer 45455
> >
> > You did write that you rebooted the machine. Are you absolutely
> > sure you did?
> >
> >
> > "Tim" <(E-Mail Removed)> wrote in message
> > news96246D5-7CBC-46A8-8FD2-(E-Mail Removed)...
> > > I changed it in:
> > >
> > > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal
> > > Server\WinStations\RDP-Tcp\portnumber
> > >
> > > I have made the changes on many machines before and never had any

> > problems.
> > > All the windows firewall settings are the same as on the other working
> > > machines. But what really bothers me is the netstat -a.
> > >
> > > "Pegasus (MVP)" wrote:
> > >
> > > >
> > > > "Tim" <(E-Mail Removed)> wrote in message
> > > > news:5280C66E-FCAD-48E3-99A8-(E-Mail Removed)...
> > > > > Hi,
> > > > >
> > > > > I changed the RDP port from 3389 to 45455 rebooted and I can't

connect
> > to
> > > > > port 45455, only port 3389. In the registry I can see that the

change
> > is
> > > > > there. When I do an netstat -a it shows the computer is still

> > listening
> > > > on
> > > > > port 3389. Any ideas?
> > > >
> > > > Where exactly did you set the new port number?
> > > >
> > > >
> > > >

> >
> >
> >



 
Reply With Quote
 
=?Utf-8?B?VGlt?=
Guest
Posts: n/a
 
      21st Nov 2006
Hi,

Found the problem. I did a closer examination and PC Anywhere was installed
on the machine. As soon as I removed it and re-booted and the changed port
came to life.

Thanks for you time on this.

"Pegasus (MVP)" wrote:

> I think you're talking to a different machine than the one you
> believe you're talking to. Try the telnet command from the
> very machine you're working with, using this command:
>
> telnet %ComputerName% 45455
>
> Then for good measure you should execute this command:
>
> regedit /E c:\test.reg
> "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal
> Server\WinStations"
>
> Does c:\test.reg show the correct port number?
>
>
> "Tim" <(E-Mail Removed)> wrote in message
> news:440D990E-5B67-4B82-BC18-(E-Mail Removed)...
> > When I telnet to 3389 I get a prompt. When I telnet to 45455, I get

> "Could
> > not open connection to the host, on port 45455...." The value is a

> decimal
> > value.
> >
> > The machine has been rebooted twice.
> >
> > "Pegasus (MVP)" wrote:
> >
> > > This is the correct registry key. I assume you made sure that
> > > 45455 is a decimal rather than a hex value.
> > >
> > > Instead of using netstat, use telnet to test the port:
> > >
> > > telnet YourServer 45455
> > >
> > > You did write that you rebooted the machine. Are you absolutely
> > > sure you did?
> > >
> > >
> > > "Tim" <(E-Mail Removed)> wrote in message
> > > news96246D5-7CBC-46A8-8FD2-(E-Mail Removed)...
> > > > I changed it in:
> > > >
> > > > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal
> > > > Server\WinStations\RDP-Tcp\portnumber
> > > >
> > > > I have made the changes on many machines before and never had any
> > > problems.
> > > > All the windows firewall settings are the same as on the other working
> > > > machines. But what really bothers me is the netstat -a.
> > > >
> > > > "Pegasus (MVP)" wrote:
> > > >
> > > > >
> > > > > "Tim" <(E-Mail Removed)> wrote in message
> > > > > news:5280C66E-FCAD-48E3-99A8-(E-Mail Removed)...
> > > > > > Hi,
> > > > > >
> > > > > > I changed the RDP port from 3389 to 45455 rebooted and I can't

> connect
> > > to
> > > > > > port 45455, only port 3389. In the registry I can see that the

> change
> > > is
> > > > > > there. When I do an netstat -a it shows the computer is still
> > > listening
> > > > > on
> > > > > > port 3389. Any ideas?
> > > > >
> > > > > Where exactly did you set the new port number?
> > > > >
> > > > >
> > > > >
> > >
> > >
> > >

>
>
>

 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      21st Nov 2006
Thanks for the feedback.

"Tim" <(E-Mail Removed)> wrote in message
news:F1BDF5E7-1440-475B-BC45-(E-Mail Removed)...
> Hi,
>
> Found the problem. I did a closer examination and PC Anywhere was

installed
> on the machine. As soon as I removed it and re-booted and the changed

port
> came to life.
>
> Thanks for you time on this.
>
> "Pegasus (MVP)" wrote:
>
> > I think you're talking to a different machine than the one you
> > believe you're talking to. Try the telnet command from the
> > very machine you're working with, using this command:
> >
> > telnet %ComputerName% 45455
> >
> > Then for good measure you should execute this command:
> >
> > regedit /E c:\test.reg
> > "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal
> > Server\WinStations"
> >
> > Does c:\test.reg show the correct port number?
> >
> >
> > "Tim" <(E-Mail Removed)> wrote in message
> > news:440D990E-5B67-4B82-BC18-(E-Mail Removed)...
> > > When I telnet to 3389 I get a prompt. When I telnet to 45455, I get

> > "Could
> > > not open connection to the host, on port 45455...." The value is a

> > decimal
> > > value.
> > >
> > > The machine has been rebooted twice.
> > >
> > > "Pegasus (MVP)" wrote:
> > >
> > > > This is the correct registry key. I assume you made sure that
> > > > 45455 is a decimal rather than a hex value.
> > > >
> > > > Instead of using netstat, use telnet to test the port:
> > > >
> > > > telnet YourServer 45455
> > > >
> > > > You did write that you rebooted the machine. Are you absolutely
> > > > sure you did?
> > > >
> > > >
> > > > "Tim" <(E-Mail Removed)> wrote in message
> > > > news96246D5-7CBC-46A8-8FD2-(E-Mail Removed)...
> > > > > I changed it in:
> > > > >
> > > > > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal
> > > > > Server\WinStations\RDP-Tcp\portnumber
> > > > >
> > > > > I have made the changes on many machines before and never had any
> > > > problems.
> > > > > All the windows firewall settings are the same as on the other

working
> > > > > machines. But what really bothers me is the netstat -a.
> > > > >
> > > > > "Pegasus (MVP)" wrote:
> > > > >
> > > > > >
> > > > > > "Tim" <(E-Mail Removed)> wrote in message
> > > > > > news:5280C66E-FCAD-48E3-99A8-(E-Mail Removed)...
> > > > > > > Hi,
> > > > > > >
> > > > > > > I changed the RDP port from 3389 to 45455 rebooted and I can't

> > connect
> > > > to
> > > > > > > port 45455, only port 3389. In the registry I can see that

the
> > change
> > > > is
> > > > > > > there. When I do an netstat -a it shows the computer is still
> > > > listening
> > > > > > on
> > > > > > > port 3389. Any ideas?
> > > > > >
> > > > > > Where exactly did you set the new port number?
> > > > > >
> > > > > >
> > > > > >
> > > >
> > > >
> > > >

> >
> >
> >



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem changing ECP port to EPP port Scott Ashton Windows XP Hardware 3 6th Sep 2007 04:11 PM
Changing port settings for ECP Printer Port LPT1 =?Utf-8?B?UGF0cml4VVNB?= Windows XP Print / Fax 2 25th Sep 2006 09:20 PM
Changing port settings for ECP Printer Port LPT1 =?Utf-8?B?UGF0cml4VVNB?= Windows XP Configuration 2 25th Sep 2006 09:20 PM
Changing TS port =?Utf-8?B?Um95IFQ=?= Microsoft Windows 2000 Terminal Server Clients 1 24th Jun 2005 04:27 PM
Changing TS port Alice Microsoft Windows 2000 Terminal Server Applications 1 4th Aug 2003 07:57 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:13 AM.