问题
I would like to introduce Google Colaboratory at our company. However, for most of our experiment, we would need to access a mongoDB server which uses whitelisting. Therefore, I am wondering if the virtual instances used by Colaboratory have a specific IP range that we could use? Otherwise, there is still the possibility to use a local runtime with tunneling to a Jupyter Notebook server like described here: https://research.google.com/colaboratory/local-runtimes.html Thanks, Pascal
回答1:
You can determine the IP address of Colab notebook using below command.
!curl ipecho.net/plain
I have seen the Colab IP addresses in the range 35.*.*.* subnet
but this might change.
来源:https://stackoverflow.com/questions/50639768/colaboratory-virtual-instances-ip-range