app node ip address in cloud

0
Hi, I need to whitelist the ip address to call a webservice. How do I get the correct ip address from the cloud environment. I understood there is the webservice, appnode and the database ip address. I got the webservice ip address by pinging the mxcloud URL.My question is how do I get the ip address from the appnode?
asked
2 answers
3

You should file a support ticket, because when you do a trace you only get the IP of the Mendix load balancer. Do be aware that the IP might change when you restart your app. It would be nice if the IP address could be locked to a node.

Regards,

Ronald

answered
1

Friso, you need the ip of your appnode. See this question. You can get this one by setting up a ssh session in putty and doing this in your putty console:

curl -s icanhazip.com

The ip you will receive is your appnode ip.

answered