function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
tzuvytzuvy 

What is the salesforce.com IP range?

I'm writing an application that should send data to my SF account and I need to white list all Salesforce IP ranges in order to allow the data to be sent. What are the ranges for the cs1.salesforce.com and ssl.salesforce.com instances?

 

Thanks

 

Tzuvy

Best Answer chosen by Admin (Salesforce Developers) 
WesNolte__cWesNolte__c

Hey

 

CIDR Notation (http://en.wikipedia.org/wiki/CIDR )
204.14.232.0/25 East Coast Data Center (set one)
204.14.233.0/25 East Coast Data Center (set two)
204.14.234.0/25 West Coast Data Center (set one)
204.14.235.0/25 West Coast Data Center (set two)

NOTE: There are 2 IP addresses used for email delivery listed below that fall outside of these ranges. Depending on network configuration, they may need to be whitelisted by the network/security department as well. (202.129.242.64 - 202.129.242.65)

For email delivery, the following IP addresses should be whitelisted on the email server:

204.14.232.64 - 204.14.232.79
204.14.234.64 - 204.14.234.79 
202.129.242.64 - 202.129.242.65

 

Wes

All Answers

WesNolte__cWesNolte__c

Hey

 

CIDR Notation (http://en.wikipedia.org/wiki/CIDR )
204.14.232.0/25 East Coast Data Center (set one)
204.14.233.0/25 East Coast Data Center (set two)
204.14.234.0/25 West Coast Data Center (set one)
204.14.235.0/25 West Coast Data Center (set two)

NOTE: There are 2 IP addresses used for email delivery listed below that fall outside of these ranges. Depending on network configuration, they may need to be whitelisted by the network/security department as well. (202.129.242.64 - 202.129.242.65)

For email delivery, the following IP addresses should be whitelisted on the email server:

204.14.232.64 - 204.14.232.79
204.14.234.64 - 204.14.234.79 
202.129.242.64 - 202.129.242.65

 

Wes

This was selected as the best answer
tzuvytzuvy

Thanks for the info!!!! this is what I was looking for.