Advertisement
Guest User

RD through ActionTech T2200H router and tsgateway

a guest
Aug 28th, 2015
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 KB | None | 0 0
  1. ;; Hi,
  2.  
  3. ;; I am trying to connect to my remote desktop through a terminal server gateway. This has been working for me until I switched ISP from shaw to Telus. Telus gave me the ActionTech T2200H gateway router. It aggregates two IP addresses. I have tried disconnecting one of the input lines as to effectively turn off aggregation, but this did not resolve my issue.
  4.  
  5. ;; I should note that I have demilitarized my lan so that the firewall is effectively turned off. I also enabled port bridging. I am able to connect through the ts-gatway server via my windows box without problems.
  6.  
  7. ;; I have the latest origin master
  8. ~/Development/FreeRDP $ ./client/X11/xfreerdp --version
  9. This is FreeRDP version 1.2.5-dev (git a700d1d)
  10.  
  11. ;; I configured make like this:
  12. ~/Development/FreeRDP $ cmake -DWITH_DEBUG_ALL=ON -DCMAKE_BUILD_TYPE=Debug -DWITH_SSE2=ON .
  13.  
  14. ;; I exported WLOG_LEVEL
  15. export WLOG_LEVEL=TRACE
  16.  
  17. ;; I then compiled and ran the following command which fails to connect:
  18. ~/Development/FreeRDP $ ./client/X11/xfreerdp /v:host.lan /u:dustfinger@host.lan /p:something /g:tsgateway.lan /gd:lan /gu:dustfinger /gp:something /gateway-usage-method:direct /cert-ignore +auto-reconnect /f
  19.  
  20. [15:50:09:824] [10081:10081] [DEBUG][com.freerdp.client.common.cmdline] - windows: 0/1 posix: -1000/0 compat: -1000/0
  21. [15:50:09:828] [10081:10082] [DEBUG][com.freerdp.core.nego] - Enabling security layer negotiation: TRUE
  22. [15:50:09:828] [10081:10082] [DEBUG][com.freerdp.core.nego] - Enabling restricted admin mode: FALSE
  23. [15:50:09:828] [10081:10082] [DEBUG][com.freerdp.core.nego] - Enabling RDP security: TRUE
  24. [15:50:09:828] [10081:10082] [DEBUG][com.freerdp.core.nego] - Enabling TLS security: TRUE
  25. [15:50:09:828] [10081:10082] [DEBUG][com.freerdp.core.nego] - Enabling NLA security: TRUE
  26. [15:50:09:828] [10081:10082] [DEBUG][com.freerdp.core.nego] - Enabling NLA extended security: FALSE
  27. [15:50:09:828] [10081:10082] [DEBUG][com.freerdp.core.nego] - state: NEGO_STATE_NLA
  28. [15:50:09:828] [10081:10082] [DEBUG][com.freerdp.core.nego] - Attempting NLA security
  29. [15:50:10:027] [10081:10082] [DEBUG][com.winpr.sspi] - InitSecurityInterfaceExA
  30. [15:50:10:060] [10081:10082] [DEBUG][com.freerdp.core.gateway.rdg] - RDG not supported
  31. [15:50:10:060] [10081:10082] [DEBUG][com.freerdp.core.gateway.rpc] - VIRTUAL_CONNECTION_STATE_INITIAL
  32. [15:50:10:225] [10081:10082] [DEBUG][com.freerdp.core.gateway.rpc] - CLIENT_IN_CHANNEL_STATE_CONNECTED
  33. [15:50:10:225] [10081:10082] [DEBUG][com.winpr.sspi] - InitSecurityInterfaceExA
  34. [15:50:10:225] [10081:10082] [DEBUG][com.freerdp.core.gateway.rpc] - CLIENT_IN_CHANNEL_STATE_SECURITY
  35. [15:50:10:680] [10081:10082] [DEBUG][com.freerdp.core.gateway.rpc] - CLIENT_OUT_CHANNEL_STATE_CONNECTED
  36. [15:50:10:680] [10081:10082] [DEBUG][com.winpr.sspi] - InitSecurityInterfaceExA
  37. [15:50:10:680] [10081:10082] [DEBUG][com.freerdp.core.gateway.rpc] - CLIENT_OUT_CHANNEL_STATE_SECURITY
  38. [15:50:10:681] [10081:10082] [DEBUG][com.freerdp.core.gateway.rpc] - CLIENT_IN_CHANNEL_STATE_NEGOTIATED
  39. [15:50:10:681] [10081:10082] [DEBUG][com.freerdp.core.gateway.rts] - Sending CONN/B1 RTS PDU
  40. [15:50:10:681] [10081:10082] [DEBUG][com.freerdp.core.gateway.rpc] - CLIENT_IN_CHANNEL_STATE_OPENED
  41. [15:50:10:710] [10081:10082] [DEBUG][com.freerdp.core.gateway.rpc] - CLIENT_OUT_CHANNEL_STATE_NEGOTIATED
  42. [15:50:10:711] [10081:10082] [DEBUG][com.freerdp.core.gateway.rts] - Sending CONN/A1 RTS PDU
  43. [15:50:10:711] [10081:10082] [DEBUG][com.freerdp.core.gateway.rpc] - CLIENT_OUT_CHANNEL_STATE_OPENED
  44. [15:50:10:711] [10081:10082] [DEBUG][com.freerdp.core.gateway.rpc] - VIRTUAL_CONNECTION_STATE_OUT_CHANNEL_WAIT
  45. [15:50:10:748] [10081:10082] [DEBUG][com.freerdp.core.gateway.rpc] - VIRTUAL_CONNECTION_STATE_WAIT_A3W
  46. [15:50:11:999] [10081:10082] [DEBUG][com.freerdp.core.gateway.rts] - Receiving CONN/A3 RTS PDU: ConnectionTimeout: 120000
  47. [15:50:11:999] [10081:10082] [DEBUG][com.freerdp.core.gateway.rpc] - VIRTUAL_CONNECTION_STATE_WAIT_C2
  48. [15:51:11:254] [10081:10082] [ERROR][com.freerdp.core.gateway.rpc] - unexpected RTS PDU: Expected CONN/C2
  49. [15:51:11:254] [10081:10082] [ERROR][com.freerdp.core.gateway.tsg] - tsg_check failure
  50. [15:51:11:255] [10081:10082] [ERROR][com.freerdp.core.nego] - Protocol Security Negotiation Failure
  51. [15:51:11:255] [10081:10082] [ERROR][com.freerdp.core] - freerdp_set_last_error ERRCONNECT_SECURITY_NEGO_CONNECT_FAILED [0x2000C]
  52. [15:51:11:255] [10081:10082] [ERROR][com.freerdp.core.connection] - Error: protocol security negotiation or connection failure
  53. [15:51:11:255] [10081:10082] [ERROR][com.freerdp.client.x11] - Authentication only, exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement