-1

I just changed from Remote Desktop Connection (RDC) to IAP Desktop in connecting to the VM. I realised that I could not access my local drive from the IAP Session as it is in the RDC.I need any information that could assist me in accessing my local drive from the IAP Desktop Session. Thanks all

  • Please clarify about the local drive, is it in VM or your local machine? Please note that IAP's TCP forwarding feature lets you control who can access administrative services like SSH and RDP on your backends from the public internet, it does not affect the hardware driver. – Milad Tabrizi May 14 '20 at 22:15
  • Thanks Milad,I mean my local machine. – olufemi odunuga May 14 '20 at 22:47
  • I used to access it when I was using the Remote Desktop Connection. I want this access to enable me send files between the 2 machines. Thanks – olufemi odunuga May 14 '20 at 22:51

1 Answers1

1

You can't send files via IAP Desktop.

You can start a tunnel to the Cloud Identity-Aware Proxy via command in Cloud SDK:

$ gcloud compute start-iap-tunnel [instance-name] 3389 \ --local-host-port=localhost:[port] \ --zone=[zone]

And then start a RDP session using the Remote Desktop Connection in Windows with

Computer: localhost:[port] and password which generate in the Cloud console.

I recommend this video for your consideration.

Hao Z
  • 56
  • 3