TesterEric

Results 7 comments of TesterEric

Ok, but when I remove the USER_PORTS and NETWORK from the yaml file and run `kubectl port-forward 12345:5985` Then the port forwarding seems OK, but when trying to connect to...

host.lan is reachable in bridge networking mode (dockerbridge). If you configure kubernetes pod to user mode networking (NETWORK=user), than host.lan is not reachable anymore and I am not able to...

@kroese , first if all thank you for your the reply, but the solution you mean is not completely clear to me. - Should I install _xfreerdp_ in the linux...

@kroeze, it seems there is no installer available for freerdp2 (only sources). Does anyone have experience on how to install and use freerdp on a Windows host system to connect...

@kroeze, I am using sdl2-freerdp.exe (from https://ci.freerdp.com/job/freerdp-nightly-windows/arch=win64,label=vs2017/), but with the example of #412 I am not able to connect. Which IP address should I use? I am now trying with...

@kroese , thanks, it is working now with the PS Invoke-Command and using the WinRM port.

@mhagnumdw , winrm does not work on Linux meaning that we could not use winrm port 5985 to connect with Windows. We managed to get ssh working, but by default...