Colaboratory virtual instances IP range?

南楼画角 提交于 2019-12-11 06:03:37

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!