Same Public ip of two machines in workspace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2022 11:22 PM
Is there any way to change public ip of driver node? when I try to launch two different instance (single node), I see those two machine have the same public ip.
I'm writing this command into notebook of each instance. I got the same ip.
from requests import get
ip = get('https://api.ipify.org').text
print('My public IP address is:', ip)
- Labels:
-
Public
-
Public IP
-
Single Node
-
Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2022 03:05 PM
Hi , Thanks for reaching out to community.databricks.com.
When you try to launch two different instance, is it involving one cluster? Or is it for two cluster? Which cloud provider has been used here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2022 09:50 PM
Hi @Hakan Tekbas
Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.
We'd love to hear from you.
Thanks!

