Reputation: 43
I need to connect to a third party service API from a cloud foundry (Java) application running on Swisscom's public application cloud. This third party service is secured in a way that I need to provide the IP range I am using to connect to the service (for whitelisting purposes). What would that IP range be for Swisscom Public Application Cloud to outside services?
I could not find an answer in Swisscom's service documentation.
Upvotes: 1
Views: 205
Reputation: 753
Currently it's '194.209.222.199'. you can easily find out by opening a ssh tunnel to an app then curling a ip service (e.g. curl ifconfig.co
).
Please note that this can change in the future but Swisscom would announce such a change first.
Upvotes: 0