All Collections
Connecting
Whitelisting IP Address
Whitelisting IP Address
Tejas Sachdeva avatar
Written by Tejas Sachdeva
Updated over a week ago

For SeekWell to work, you'll need whitelist our IP addresses: 

35.193.207.79 and 35.239.74.213

Some cloud providers require a "/32" after the IP address. Here's an example on AWS (more info):


Here's an example on Google Cloud SQL, first click on SQL in the drop down > select your database and click on the "Connections" tab and click "Add network"


Example using MySQL statements

GRANT SELECT ON *.* to your_user_name@'35.193.207.79' IDENTIFIED BY 'your_user_password';

Change your_user_name and  your_user_password 


Normally, you will have already granted access to your current External IP, but if you haven't, you will need to grant access for that as well.


Example on Azure
Go to your database details and click "Set server firewall"

Add our IP addresses and click "Save"

Did this answer your question?