RDS Gateway Slow Initial ConnectionLarge Pings Timeout on LANRemote Desktop Services Gateway IssueTerminal Services Login Error - “This initial program cannot be started”Scheduled RasMan connection to SSTP VPN fails only at nightWindows Server 2012 - Accessing RDS via web access from external addressPrinter Redirection RDS Gatewayserver 2008 r2 rds farm with rds brokerServer 2012 R2 RDS Mandatory Profile Start Menu LayoutIIS 7.5 & Joomla very slow TTFB responseServer 2012 R2 RDS does not display connections to one Host, will not redirect WAN users to the other
Print characters from list with a For-loop
Why were early aviators' trousers flared at the thigh?
Why did Nick Fury not hesitate in blowing up the plane he thought was carrying a nuke?
Bash Read: Reading comma separated list, last element is missed
How can sister protect herself from impulse purchases with a credit card?
Addressing an email
In Dutch history two people are referred to as "William III"; are there any more cases where this happens?
Why does snapping your fingers activate the Infinity Gauntlet?
How do you cope with rejection?
Can I have a delimited macro with a literal # in the parameter text?
What's is the easiest way to purchase a stock and hold it
Does the Aboleth have expertise in history and perception?
Should I twist DC power and ground wires from a power supply?
Precedent for disabled Kings
How to plot a surface from a system of equations?
Does a windmilling propeller create more drag than a stopped propeller in an engine out scenario
How come Arya Stark wasn't hurt by this in Game of Thrones Season 8 Episode 5?
Failing students when it might cause them economic ruin
How can I prevent Bash expansion from passing files starting with "-" as argument?
Good examples of "two is easy, three is hard" in computational sciences
Have the writers and actors of Game Of Thrones responded to its poor reception?
Why didn't Daenerys' advisers suggest assassinating Cersei?
Have I found a major security issue with login
Managing heat dissipation in a magic wand
RDS Gateway Slow Initial Connection
Large Pings Timeout on LANRemote Desktop Services Gateway IssueTerminal Services Login Error - “This initial program cannot be started”Scheduled RasMan connection to SSTP VPN fails only at nightWindows Server 2012 - Accessing RDS via web access from external addressPrinter Redirection RDS Gatewayserver 2008 r2 rds farm with rds brokerServer 2012 R2 RDS Mandatory Profile Start Menu LayoutIIS 7.5 & Joomla very slow TTFB responseServer 2012 R2 RDS does not display connections to one Host, will not redirect WAN users to the other
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I've setup a Win2k8 R2 RDS Gateway. It works great but the initial connection takes 10-20 seconds. I've had a hard time finding troubleshooting ideas for the problem. Anyone have any suggestions on where to start or common issues?
windows-server-2008-r2 remote remote-desktop-services
add a comment |
I've setup a Win2k8 R2 RDS Gateway. It works great but the initial connection takes 10-20 seconds. I've had a hard time finding troubleshooting ideas for the problem. Anyone have any suggestions on where to start or common issues?
windows-server-2008-r2 remote remote-desktop-services
add a comment |
I've setup a Win2k8 R2 RDS Gateway. It works great but the initial connection takes 10-20 seconds. I've had a hard time finding troubleshooting ideas for the problem. Anyone have any suggestions on where to start or common issues?
windows-server-2008-r2 remote remote-desktop-services
I've setup a Win2k8 R2 RDS Gateway. It works great but the initial connection takes 10-20 seconds. I've had a hard time finding troubleshooting ideas for the problem. Anyone have any suggestions on where to start or common issues?
windows-server-2008-r2 remote remote-desktop-services
windows-server-2008-r2 remote remote-desktop-services
edited Mar 14 '12 at 17:58
Niko S P
1,010715
1,010715
asked Nov 10 '10 at 23:16
Steve EvansSteve Evans
1621515
1621515
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
DNS is my guess!
What part of the name resolution process would cause it to be slow but not to fail?
– Steve Evans
Nov 11 '10 at 0:23
Reverse dns perhaps.. ive seen this problem before ( waiting until it fails ) im not exactly sure.. but its where i would start looking
– Arenstar
Nov 11 '10 at 0:35
add a comment |
We had this problem and ended up virtualizing Remote Desktop Gateway on its own VM under Hyper-V. We isolated it away from our other server functions, and it sped it up as far as connections go.
We recently installed a VPN (Remote Access Server role) for sstp traffic, and we noticed our VPN connection happens a bit quicker than the RDP one through SSL.
Our advice to you would be to build a box in a lab environment with only this service loaded and the appropriate certificate to see if something else is perhaps slowing it down.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f200582%2frds-gateway-slow-initial-connection%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
DNS is my guess!
What part of the name resolution process would cause it to be slow but not to fail?
– Steve Evans
Nov 11 '10 at 0:23
Reverse dns perhaps.. ive seen this problem before ( waiting until it fails ) im not exactly sure.. but its where i would start looking
– Arenstar
Nov 11 '10 at 0:35
add a comment |
DNS is my guess!
What part of the name resolution process would cause it to be slow but not to fail?
– Steve Evans
Nov 11 '10 at 0:23
Reverse dns perhaps.. ive seen this problem before ( waiting until it fails ) im not exactly sure.. but its where i would start looking
– Arenstar
Nov 11 '10 at 0:35
add a comment |
DNS is my guess!
DNS is my guess!
answered Nov 10 '10 at 23:18
ArenstarArenstar
3,31621933
3,31621933
What part of the name resolution process would cause it to be slow but not to fail?
– Steve Evans
Nov 11 '10 at 0:23
Reverse dns perhaps.. ive seen this problem before ( waiting until it fails ) im not exactly sure.. but its where i would start looking
– Arenstar
Nov 11 '10 at 0:35
add a comment |
What part of the name resolution process would cause it to be slow but not to fail?
– Steve Evans
Nov 11 '10 at 0:23
Reverse dns perhaps.. ive seen this problem before ( waiting until it fails ) im not exactly sure.. but its where i would start looking
– Arenstar
Nov 11 '10 at 0:35
What part of the name resolution process would cause it to be slow but not to fail?
– Steve Evans
Nov 11 '10 at 0:23
What part of the name resolution process would cause it to be slow but not to fail?
– Steve Evans
Nov 11 '10 at 0:23
Reverse dns perhaps.. ive seen this problem before ( waiting until it fails ) im not exactly sure.. but its where i would start looking
– Arenstar
Nov 11 '10 at 0:35
Reverse dns perhaps.. ive seen this problem before ( waiting until it fails ) im not exactly sure.. but its where i would start looking
– Arenstar
Nov 11 '10 at 0:35
add a comment |
We had this problem and ended up virtualizing Remote Desktop Gateway on its own VM under Hyper-V. We isolated it away from our other server functions, and it sped it up as far as connections go.
We recently installed a VPN (Remote Access Server role) for sstp traffic, and we noticed our VPN connection happens a bit quicker than the RDP one through SSL.
Our advice to you would be to build a box in a lab environment with only this service loaded and the appropriate certificate to see if something else is perhaps slowing it down.
add a comment |
We had this problem and ended up virtualizing Remote Desktop Gateway on its own VM under Hyper-V. We isolated it away from our other server functions, and it sped it up as far as connections go.
We recently installed a VPN (Remote Access Server role) for sstp traffic, and we noticed our VPN connection happens a bit quicker than the RDP one through SSL.
Our advice to you would be to build a box in a lab environment with only this service loaded and the appropriate certificate to see if something else is perhaps slowing it down.
add a comment |
We had this problem and ended up virtualizing Remote Desktop Gateway on its own VM under Hyper-V. We isolated it away from our other server functions, and it sped it up as far as connections go.
We recently installed a VPN (Remote Access Server role) for sstp traffic, and we noticed our VPN connection happens a bit quicker than the RDP one through SSL.
Our advice to you would be to build a box in a lab environment with only this service loaded and the appropriate certificate to see if something else is perhaps slowing it down.
We had this problem and ended up virtualizing Remote Desktop Gateway on its own VM under Hyper-V. We isolated it away from our other server functions, and it sped it up as far as connections go.
We recently installed a VPN (Remote Access Server role) for sstp traffic, and we noticed our VPN connection happens a bit quicker than the RDP one through SSL.
Our advice to you would be to build a box in a lab environment with only this service loaded and the appropriate certificate to see if something else is perhaps slowing it down.
edited Oct 5 '15 at 2:22
Falcon Momot
22.8k104979
22.8k104979
answered Mar 14 '12 at 17:48
BabakBaniBabakBani
6118
6118
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f200582%2frds-gateway-slow-initial-connection%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown