Freerdp: protocol security negotiation failure

Created on 18 Dec 2013  路  10Comments  路  Source: FreeRDP/FreeRDP

Hi

i just tried to connecting to my Hyper-V server with this command (From my Ubuntu and the FreeRDP version is latest one):

xfreerdp /cert-ignore 鈥搉o-nego /u:administrator /p:123 /v:192.168.172.129 /port:2179 /vmconnect:8021D293-FA6F-4CB5-AFD2-2499936D0949

but i got this error message :

transport_connect: getaddrinfo (Name or service not known)
Error: protocol security negotiation failure

Most helpful comment

@srmcatee1110 in case of 1.0.2 the "old" command line needs to be used. That would be something like xfreerdp -u username servername:port - server name and port must be the last argument.

All 10 comments

The old-style option -no-nego might be part of the problem - it is best to only use old-style arguments or new-style, not both. I suggest that you retry with the new style -nego and see if you get different results. You might also try adding one of the /sec:foo options, where foo is rdp or tls or nla to explicitly choose the correct protocol security layer.

I have same problem. Doesn't work.

xfreerdp /v:servername:port /u:username

I also tried:

xfreerdp /v:servername:port /u:username /sec:rdp

When I use remmina it works and I get in fine. So what are we missing?

@srmcatee1110 @alizafzali did you try using /v:servername as last argument?

@srmcatee1110 @alizafzali btw what does xfreerdp --version say?

I tried as the last argument. No luck.

Our version is 1.0.2

@srmcatee1110 in case of 1.0.2 the "old" command line needs to be used. That would be something like xfreerdp -u username servername:port - server name and port must be the last argument.

That worked. Thanks.

Brew still use 1.0.2 version in 2017...
xfreerdp +clipboard /size:1280x1024 /u:Administrator /p:'test' /v:10.1.2.3
How can I write this in old style command? @bmiklautz

@adamziaja give --HEAD a try with brew.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AdmiralNemo picture AdmiralNemo  路  11Comments

baracoder picture baracoder  路  5Comments

yoklmn picture yoklmn  路  11Comments

bigpjo picture bigpjo  路  11Comments

JonnyTech picture JonnyTech  路  4Comments