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
onionsouponionsoup 

How to allow Login to any IP address?

Hi,

 

How do i set Restricting Login IP Ranges to allow login for any ip address?

 

Regards

Joao

Sridhar BonagiriSridhar Bonagiri

Hi,

 

Go to Adinistration Setup >> Profile >> selecte the desired profiles >> Go to Login IP ranges related list >> click on new button >> enter from IP range as 0.0.0.0 and To IP range as 255.255.255.255.

 

Regards,

Sridhar Bonagiri

If this post is your solution, kindly mark this as the solution and give Kudos.

onionsouponionsoup

That's the 1st thing I tried. Error: Range too long!

 

Joao

Milan SanghaniMilan Sanghani

GO To: Setup ==> Manage User ==> User ==> Select User   ==> Select Profile ==> Login Ip Range at Down ==> aelect New ==> And Set it to 0.0.0.0 to 255.255.255.255.

 

Thanks,

Milan

Prafull G.Prafull G.
You can not select complete range. Please limit the range to specific networks.
One more thing. instead of profile specific, You can allow network access to all in org by GO TO
Setup > Administration Setup > Security Control > Network Access

Cheers!
Elkin CordobaElkin Cordoba
When Adding the range 0.0.0.0 to 255.255.255.255, it must be on Profile > Login IP Ranges.
Adding in Setup > Administration Setup > Security Control > Network Access, gets you the Error: The range specified is too large
Manoj Pradhan 9Manoj Pradhan 9
Hey guys,

Go through this blog if you don't want to insert 0.0.0.0 to 1.255.255.255 OR 2.0.0.0 to 3.255.255.255 manually.

This is a 6 step Process to do that programmatically.

Blog Link : https://salesforce-networkaccess.blogspot.com/2018/12/network-access-objective-we-will-create.html

:)
Oscar CastilloOscar Castillo

Hi, in case any of you want to do this almost automatically you can checkout this repo (https://github.com/Osc4ar/salesforce-ip-allower). It whitelist all the IPs using WebdriverIO.

Hopefully it will be helpful for you.