My ISP demands I pay for an expensive business plan if I want to be able to remotely connect to my home server from work/elsewhere. It has blocked the ports that my home server uses by default to allow RDP calls. Does anyone know an easy reliable workaround?
Thanks,
Todd
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
ISP blocks RDP ports, crippling WHS 2003
Home » Forums » Admin IT Lounge » Admin IT Lounge – Miscellaneous » ISP blocks RDP ports, crippling WHS 2003
- This topic has 11 replies, 9 voices, and was last updated 13 years, 4 months ago.
AuthorTopicWStgcollier
AskWoody LoungerJanuary 31, 2011 at 1:01 am #474487Viewing 7 reply threadsAuthorReplies-
WSruirib
AskWoody LoungerJanuary 31, 2011 at 5:49 am #1265400You could try changing the Remote Desktop port. The advice given is for XP, but it should work on WHS too. If you change it, make sure the port is allowed through your firewall.
Another alternative might be changing ISP :p. I wouldn’t take my ISP doing that to me.
-
joep517
AskWoody MVP -
Paul T
AskWoody MVPJanuary 31, 2011 at 1:16 pm #1265448cheers, Paul
-
WSwallyb132
AskWoody LoungerFebruary 3, 2011 at 2:00 pm #1265917I dont recommend changing the terminal services listening port as mentioned above, it can break many things that depend on that port. you can however add a second listening port.
To do this, open the registry editor by hitting start > run and type regedit and hit enter. navigate to:
HKEY_LOCAL_MACHINESystemCurrentControlSetControlTerminalServerWinStationsRDP-Tcp
Right click on the RDP-Tcp registry key and select export, save the key to your desktop, giving it any name you wish, i usually just simply name it RDP. once its saved, minimized the registry editor and locate the exported reg key on your desktop, right click on it and select edit. This will open the key using notepad.
By default Terminal Services uses port 3389, the 10 ports following 3389 are unused, so i usually use 3390, if i’ve used that already, go to the next 3391 and so on.
Once the reg key is opened in notepad, the first thing you need to do is give the key a new name, this is done by editing the second line which looks like:
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerWinStationsRDP-Tcp]
I usually name it by appending the new port number to it, like:
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerWinStationsRDP-Tcp – 3390]
Once you’vegiven it a new name, search for the port number: hit CTRL + F and type portnumber in the search box. that should take you to this line:
“PortNumber”=dword:00000d3d
The port values are in hexadecimal, so the port number d3d = 3389, if you want to make this port number 3390 you would use the hexidecimal value d3e, for 3391 d3f, for 3392 d40 and so on.
so for port number 3390 you would edit the line to read:
“PortNumber”=dword:00000d3e
Once you have done this, click the red x in the corner to close notepad, it will ask you if you want to save the changes click Yes.
once the reg key is saved, right click on it and click select merge, a box will pop up stating the key has successfully been merged in to the registry. Now go back to regedit and look at the [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerWinStations] key, you will now see 2 subkeys RDP-Tcp and RDP-Tcp – 3390.
You have now added a second Terminal Services listening port to your windows home server. you will need to forward that port through your firewall / router to your home server, if you need help with that reply with your router make and model and i’ll post instructions to accomplish this.
To access your server using the new port number, in the remote desktop connection box you would use the address: yourserveraddress:3390, if you have any questions feel free to ask.
Below is a sample of the full registry key with the edits made highlited in red:
Note: the sample registry key below is from a windows 7 computer so do not copy and paste it for use on your home server is will cause you problems, just make the edits as noted above.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerWinStationsRDP-Tcp – 3390]
“AudioEnumeratorDll”=”rdpendp.dll”
“Callback”=dword:00000000
“CallbackNumber”=””
“CdClass”=dword:00000000
“CdDLL”=””
“CdFlag”=dword:00000000
“CdName”=””
“CfgDll”=”RDPCFGEX.DLL”
“ColorDepth”=dword:00000005
“Comment”=””
“Domain”=””
“DrawGdiplusSupportLevel”=dword:00000001
“fAllowSecProtocolNegotiation”=dword:00000001
“fAutoClientDrives”=dword:00000001
“fAutoClientLpts”=dword:00000001
“fDisableAudioCapture”=dword:00000000
“fDisableCam”=dword:00000000
“fDisableCcm”=dword:00000000
“fDisableCdm”=dword:00000000
“fDisableClip”=dword:00000000
“fDisableCpm”=dword:00000000
“fDisableEncryption”=dword:00000001
“fDisableExe”=dword:00000000
“fDisableLPT”=dword:00000000
“fEnableWinStation”=dword:00000001
“fForceClientLptDef”=dword:00000001
“fHomeDirectoryMapRoot”=dword:00000000
“fInheritAutoClient”=dword:00000001
“fInheritAutoLogon”=dword:00000001
“fInheritCallback”=dword:00000000
“fInheritCallbackNumber”=dword:00000001
“fInheritColorDepth”=dword:00000000
“fInheritInitialProgram”=dword:00000001
“fInheritMaxDisconnectionTime”=dword:00000001
“fInheritMaxIdleTime”=dword:00000001
“fInheritMaxSessionTime”=dword:00000001
“fInheritReconnectSame”=dword:00000001
“fInheritResetBroken”=dword:00000001
“fInheritSecurity”=dword:00000000
“fInheritShadow”=dword:00000001
“fLogonDisabled”=dword:00000000
“fPromptForPassword”=dword:00000000
“fReconnectSame”=dword:00000000
“fResetBroken”=dword:00000000
“fUseDefaultGina”=dword:00000000
“InitialProgram”=””
“InputBufferLength”=dword:00000800
“InteractiveDelay”=dword:00000032
“KeepAliveTimeout”=dword:00000000
“KeyboardLayout”=dword:00000000
“LanAdapter”=dword:00000000
“LoadableProtocol_Object”=”{18b726bb-6fe6-4fb9-9276-ed57ce7c7cb2}”
“MaxConnectionTime”=dword:00000000
“MaxDisconnectionTime”=dword:00000000
“MaxIdleTime”=dword:00000000
“MaxInstanceCount”=dword:ffffffff
“MinEncryptionLevel”=dword:00000002
“NWLogonServer”=””
“OutBufCount”=dword:00000006
“OutBufDelay”=dword:00000064
“OutBufLength”=dword:00000212
“Password”=””
“PdClass”=dword:00000002
“PdClass1″=dword:0000000b
“PdDLL”=”tdtcp”
“PdDLL1″=”tssecsrv”
“PdFlag”=dword:0000004e
“PdFlag1″=dword:00000000
“PdName”=”tcp”
“PdName1″=”tssecsrv”
“PortNumber”=dword:00000d3e
“SecurityLayer”=dword:00000001
“Shadow”=dword:00000001
“UserAuthentication”=dword:00000000
“Username”=””
“WdDLL”=”rdpwd”
“WdFlag”=dword:00000036
“WdName”=”Microsoft RDP 7.1”
“WdPrefix”=”RDP”
“WFProfilePath”=””
“WorkDirectory”=””
“WsxDLL”=”rdpwsx”[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerWinStationsRDP-TcpTSMMRemotingAllowedApps]
“ehshell.exe”=dword:00000002
-
-
WSMikeBinVT
AskWoody LoungerFebruary 16, 2011 at 2:14 pm #1267930I’d say get a free account at http://www.logmein.com, works over SSL so you know it’d never get blocked.
-
WSmercyh
AskWoody LoungerJuly 28, 2011 at 2:37 pm #1290319If you still wish to use RDP it should be easy to do a port redirect on your router. You obviously have a port forward right now that looks something like.
forward tcp port 3389 > your.server.ip.address
the new redirect might look like this.
forward tcp port 3395 > tcp port 3389 your.server.ip.address
You would then point you rdp client at your.public.ip.address:3395 and the router redirects it to the correct port on the server. Your ISP has no idea what you are pointing at so unless the are blocking all ports accept web and email, you should be able to find one you can get through on. You also do not need to change anything on your server as the router is doing all the work and the server sees all traffic on the default port.
-
-
WSmiqrogroove
AskWoody Lounger -
WSmiqrogroove
AskWoody Lounger -
WSmissbrittany
AskWoody LoungerJanuary 4, 2012 at 10:43 am #1312790if so i need to chage port 80 my isp is bloking port 80 and por 443 so i can not see my whs web site or remote page on line i have the wificorp.homeserver.com url i am on a nat line i have put in a static to my computer but thats onley good for internel net work not externel as thay block that but let you have it on your privite net work have a idea for me thank you brittany i know this is not the good info to put on the net but i do not have a problem with any one entering my cp so here gos i hop this can help with some configeration I copyed it from ipconfig
Tunnel adapter Teredo Tunneling Pseudo-Interface:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
Physical Address. . . . . . . . . : FF-FF-FF-FF-FF-FF-FF-FF
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : fe80::ffff:ffff:fffd%5
Default Gateway . . . . . . . . . :
NetBIOS over Tcpip. . . . . . . . : DisabledTunnel adapter Automatic Tunneling Pseudo-Interface:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Automatic Tunneling Pseudo-Interface
Physical Address. . . . . . . . . : C0-A8-01-41
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : fe80::5efe:192.168.1.65%2
Default Gateway . . . . . . . . . :
DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
fec0:0:0:ffff::2%1
fec0:0:0:ffff::3%1
NetBIOS over Tcpip. . . . . . . . : DisabledSource Ports: AnySingleRange would this be myserver
Destination Ports: AnySingleRange and my internet conectionand then run the whs every thing conects green but on the free name homeserver it gives me 3 green and two red checkmarks websites and remot website are not conecting there has to be a way around this microsoft should be making a work around program as all most all isp are now blocking many ports and run on a nat . you pay good money for what ???? its no good if you cant get on the net and serve web sites thay need some kinda ssl socket to get throw it or some thing any ideas thank you
the router is a dlink model dvr-g3810bn/tl from telus in canada
-
-
WSmissbrittany
AskWoody Lounger -
Paul T
AskWoody MVPJanuary 7, 2012 at 1:08 am #1313333MissB, I think your problem is you are using an IP V6 address on your server. Your router won’t do the conversion for you to be able to see the address outside your network. To test this I suggest you connect to your router and turn on remote management on port 80 – with a complex password to keep bad people out – then attempt to connect to the router from another location. If you can connect port 80 is OK.
Now you need an IP V4 address on the server – something like 196.168.0.2 – and then you need to set the router up to pass requests on port 80 to the server IP address.cheers, Paul
Viewing 7 reply threads -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Auto Time Zone Adjustment
by
wadeer
3 hours, 22 minutes ago -
To download Win 11 Pro 23H2 ISO.
by
Eddieloh
1 hour, 2 minutes ago -
Manage your browsing experience with Edge
by
Mary Branscombe
15 minutes ago -
Fewer vulnerabilities, larger updates
by
Susan Bradley
15 minutes ago -
Hobbies — There’s free software for that!
by
Deanna McElveen
13 minutes ago -
Apps included with macOS
by
Will Fastie
1 hour, 3 minutes ago -
Xfinity home internet
by
MrJimPhelps
8 minutes ago -
Convert PowerPoint presentation to Impress
by
RetiredGeek
2 hours, 18 minutes ago -
Debian 12.11 released
by
Alex5723
1 day ago -
Microsoft: Troubleshoot problems updating Windows
by
Alex5723
1 day, 4 hours ago -
Woman Files for Divorce After ChatGPT “Reads” Husband’s Coffee Cup
by
Alex5723
7 hours, 38 minutes ago -
Moving fwd, Win 11 Pro,, which is best? Lenovo refurb
by
Deo
3 minutes ago -
DBOS Advanced Network Analysis
by
Kathy Stevens
1 day, 21 hours ago -
Microsoft Edge Launching Automatically?
by
healeyinpa
1 day, 11 hours ago -
Google Chrome to block admin-level browser launches for better security
by
Alex5723
1 day, 23 hours ago -
iPhone SE2 Stolen Device Protection
by
Rick Corbett
1 day, 16 hours ago -
Some advice for managing my wireless internet gateway
by
LHiggins
23 hours, 36 minutes ago -
NO POWER IN KEYBOARD OR MOUSE
by
HE48AEEXX77WEN4Edbtm
1 hour, 33 minutes ago -
A CVE-MITRE-CISA-CNA Extravaganza
by
Nibbled To Death By Ducks
2 days, 9 hours ago -
Sometimes I wonder about these bots
by
Susan Bradley
2 days, 5 hours ago -
Does windows update component store “self heal”?
by
Mike Cross
1 day, 19 hours ago -
Windows 11 Insider Preview build 27858 released to Canary
by
joep517
2 days, 23 hours ago -
Pwn2Own Berlin 2025: Day One Results
by
Alex5723
1 day, 7 hours ago -
Windows 10 might repeatedly display the BitLocker recovery screen at startup
by
Susan Bradley
19 hours, 49 minutes ago -
Windows 11 Insider Preview Build 22631.5409 (23H2) released to Release Preview
by
joep517
3 days, 1 hour ago -
Windows 10 Build 19045.5912 (22H2) to Release Preview Channel
by
joep517
3 days, 1 hour ago -
Kevin Beaumont on Microsoft Recall
by
Susan Bradley
2 days, 14 hours ago -
The Surface Laptop Studio 2 is no longer being manufactured
by
Alex5723
3 days, 10 hours ago -
0Patch, where to begin
by
cassel23
3 days, 4 hours ago -
CFPB Quietly Kills Rule to Shield Americans From Data Brokers
by
Alex5723
3 days, 23 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.