You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using the github version of the library. My organization uses a VPC with subnetworks, but only allows SSH traffic between internal IP addresses. I run Rstudio on a Linux VM instance within the subnetwork. Connecting to the VM instances created by the library via SSH works for me after I manually reassign the IP with this command:
I've been using the github version of the library. My organization uses a VPC with subnetworks, but only allows SSH traffic between internal IP addresses. I run Rstudio on a Linux VM instance within the subnetwork. Connecting to the VM instances created by the library via SSH works for me after I manually reassign the IP with this command:
vm$networkInterfaces$accessConfigs[[1]]$natIP <- vm$networkInterfaces$networkIP
Would it be possible to add built-in support for internal IP as an option? (If there is not some other way of setting it up that I have missed)
Thanks in advance
The text was updated successfully, but these errors were encountered: