Gateway Server in rdesktopRemmina remoteapp over RDPWhat RDP clients support NAP to a Windows Server 2008 machine?Remmina alternativeHow do I use dual monitors with Remmina Remote Desktop Client?Use Remmina to RDP into home Remote Desktop Gateway Server15.04 — Open .RDP Files AutomaticallyWhy remmina on Ubuntu refused to connect to Windows 7 (Service Pack 1)?Remmina refuses to scale the remote screen res to fit in smaller client screen
Was X17 predicted before it was observed?
Align multiple independent equations
17 years old - made a mistake and got fired for stealing $50 at my first job - what other job options could I have?
How to make a discontinuous function a continuous function?
Stack Exchange Answerer
Moving every element of a list to the left one place (RotateLeft) but making last element 0
Anacruses, Bar Lines, and Line Breaks
Does a buffer overflow vulnerability always mean a code execution vulnerability?
How to create animation with svg format file?
Finder: Colored tabs
Is it true that almost everyone who starts a PhD and sticks around long enough can get one?
Possible way to counter or sidestep split-second spells (like Trickbind) in a particular situation
Students requesting to switch partners mid term
Is "You are influencing your negative behavior over me" grammatically well-formed and natural-sounding to native speakers?
Captain Pun's new boat
Is there a conflict between YAGNI and SRP?
What did Rex Kramer mean by routing the plane in Lake Michigan?
What are the possible punishments for an impeached USA president?
Dropping "to be" and other verbs in Latin?
How long must a US passport be valid when visiting Brazil?
Character Development - Robert Baratheon
What's the name of this windows feature?
How do you help a new player evaluate complex multiclassing options without driving them and yourself crazy?
Does Burrow leave behind a tunnel?
Gateway Server in rdesktop
Remmina remoteapp over RDPWhat RDP clients support NAP to a Windows Server 2008 machine?Remmina alternativeHow do I use dual monitors with Remmina Remote Desktop Client?Use Remmina to RDP into home Remote Desktop Gateway Server15.04 — Open .RDP Files AutomaticallyWhy remmina on Ubuntu refused to connect to Windows 7 (Service Pack 1)?Remmina refuses to scale the remote screen res to fit in smaller client screen
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I know that Microsoft servers follow RDP 6.x and that somehow Remmina doesn't seem to support this.
Is there a Remote Desktop Client around that will support TS connections?
remote-desktop remmina rdesktop terminal-server
add a comment
|
I know that Microsoft servers follow RDP 6.x and that somehow Remmina doesn't seem to support this.
Is there a Remote Desktop Client around that will support TS connections?
remote-desktop remmina rdesktop terminal-server
add a comment
|
I know that Microsoft servers follow RDP 6.x and that somehow Remmina doesn't seem to support this.
Is there a Remote Desktop Client around that will support TS connections?
remote-desktop remmina rdesktop terminal-server
I know that Microsoft servers follow RDP 6.x and that somehow Remmina doesn't seem to support this.
Is there a Remote Desktop Client around that will support TS connections?
remote-desktop remmina rdesktop terminal-server
remote-desktop remmina rdesktop terminal-server
asked Feb 5 '14 at 22:48
UbuntuHuskerUbuntuHusker
6205 silver badges24 bronze badges
6205 silver badges24 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
freerdp, which underlies remmina's rdp access does kinda support it. It is the only client I've found that does and have been able to get work, but it is very buggy and hard to get installed the version that does support it when I tried on 13.10. I haven't tried on 14.04 yet.
There is a feature request here if you'd like to support the enhancement.
https://github.com/FreeRDP/Remmina/issues/347
what options did you use? I'm looking at the man pages forxfreerdp
and not seeing anything related to "Gateway" or "TS" gateway, or anything useful at all.
– Tarka
Oct 2 '14 at 22:01
You want to look for the /g options: /g:GATEWAY /gd:GATEWAYDOMAIN /gu:GATEWAYUSERNAME /gp:GATEWAYPASSWORD
– flickerfly
Oct 23 '14 at 15:48
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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/4.0/"u003ecc by-sa 4.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%2faskubuntu.com%2fquestions%2f416979%2fgateway-server-in-rdesktop%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
freerdp, which underlies remmina's rdp access does kinda support it. It is the only client I've found that does and have been able to get work, but it is very buggy and hard to get installed the version that does support it when I tried on 13.10. I haven't tried on 14.04 yet.
There is a feature request here if you'd like to support the enhancement.
https://github.com/FreeRDP/Remmina/issues/347
what options did you use? I'm looking at the man pages forxfreerdp
and not seeing anything related to "Gateway" or "TS" gateway, or anything useful at all.
– Tarka
Oct 2 '14 at 22:01
You want to look for the /g options: /g:GATEWAY /gd:GATEWAYDOMAIN /gu:GATEWAYUSERNAME /gp:GATEWAYPASSWORD
– flickerfly
Oct 23 '14 at 15:48
add a comment
|
freerdp, which underlies remmina's rdp access does kinda support it. It is the only client I've found that does and have been able to get work, but it is very buggy and hard to get installed the version that does support it when I tried on 13.10. I haven't tried on 14.04 yet.
There is a feature request here if you'd like to support the enhancement.
https://github.com/FreeRDP/Remmina/issues/347
what options did you use? I'm looking at the man pages forxfreerdp
and not seeing anything related to "Gateway" or "TS" gateway, or anything useful at all.
– Tarka
Oct 2 '14 at 22:01
You want to look for the /g options: /g:GATEWAY /gd:GATEWAYDOMAIN /gu:GATEWAYUSERNAME /gp:GATEWAYPASSWORD
– flickerfly
Oct 23 '14 at 15:48
add a comment
|
freerdp, which underlies remmina's rdp access does kinda support it. It is the only client I've found that does and have been able to get work, but it is very buggy and hard to get installed the version that does support it when I tried on 13.10. I haven't tried on 14.04 yet.
There is a feature request here if you'd like to support the enhancement.
https://github.com/FreeRDP/Remmina/issues/347
freerdp, which underlies remmina's rdp access does kinda support it. It is the only client I've found that does and have been able to get work, but it is very buggy and hard to get installed the version that does support it when I tried on 13.10. I haven't tried on 14.04 yet.
There is a feature request here if you'd like to support the enhancement.
https://github.com/FreeRDP/Remmina/issues/347
edited Oct 23 '14 at 15:46
answered Apr 30 '14 at 15:01
flickerflyflickerfly
5,5806 gold badges24 silver badges46 bronze badges
5,5806 gold badges24 silver badges46 bronze badges
what options did you use? I'm looking at the man pages forxfreerdp
and not seeing anything related to "Gateway" or "TS" gateway, or anything useful at all.
– Tarka
Oct 2 '14 at 22:01
You want to look for the /g options: /g:GATEWAY /gd:GATEWAYDOMAIN /gu:GATEWAYUSERNAME /gp:GATEWAYPASSWORD
– flickerfly
Oct 23 '14 at 15:48
add a comment
|
what options did you use? I'm looking at the man pages forxfreerdp
and not seeing anything related to "Gateway" or "TS" gateway, or anything useful at all.
– Tarka
Oct 2 '14 at 22:01
You want to look for the /g options: /g:GATEWAY /gd:GATEWAYDOMAIN /gu:GATEWAYUSERNAME /gp:GATEWAYPASSWORD
– flickerfly
Oct 23 '14 at 15:48
what options did you use? I'm looking at the man pages for
xfreerdp
and not seeing anything related to "Gateway" or "TS" gateway, or anything useful at all.– Tarka
Oct 2 '14 at 22:01
what options did you use? I'm looking at the man pages for
xfreerdp
and not seeing anything related to "Gateway" or "TS" gateway, or anything useful at all.– Tarka
Oct 2 '14 at 22:01
You want to look for the /g options: /g:GATEWAY /gd:GATEWAYDOMAIN /gu:GATEWAYUSERNAME /gp:GATEWAYPASSWORD
– flickerfly
Oct 23 '14 at 15:48
You want to look for the /g options: /g:GATEWAY /gd:GATEWAYDOMAIN /gu:GATEWAYUSERNAME /gp:GATEWAYPASSWORD
– flickerfly
Oct 23 '14 at 15:48
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f416979%2fgateway-server-in-rdesktop%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