What is my VMs IP?

Hello all,

I am trying to access an SFTP from a Fly VM that requires me to whitelist my IP.
What IP(s) should I whitelist?

I ran:
curl ifconfig.me which gave me an IPv4

And
curl ifconfig.co which gave me an IPv6.

I also reserved an IPv4 by using the command: fly ips allocate-v4.

Thank you in advance :slight_smile:

Ah. The problem is your app is assigned an IP for incoming requests (for example you use that IP for DNS, in an A record) but that is not the same IP it uses for outgoing requests (which you need, for whitelisting).

The ability to get such an IP (for whitelisting) has been requested. For example in this thread: