#How do I find my IP address in Laravel Cloud?

15 messages · Page 1 of 1 (latest)

steel wing
#

I need to add a rule to my old server's firewall to allow remote database access. Where do I find that?

coral flame
#

You can't, the IP address isn't static

steel wing
#

Is there any way to do it

coral flame
#

nope

steel wing
#

like a block, etc, something so that I don't have to leave it completely open

#

like xxx.xxx.xx.*

#

i think thats pretty common for cloud services

coral flame
steel wing
#

Woudl be great if we could have someone from the cloud team weigh in on it

#

seems pretty important

coral flame
#

contacting their support would be your best bet

steel wing
#

i would think that even a basic block would be possible

#

ty

young leaf
#

your app is containerized and not going to be from the same ip. your containers can be placed amongst any amount of hosts on their side and no guarantee it will be the same host and that list of hosts will be ever changing. you won't have any set of "dedicated" ips you can whitelist. it's just nature of the beast of managed solutions like this.