Reputation: 161
I am using a shared ip address which keeps changing. every time I search from real ip checked it continuously giving me different than other websites. But first 7 digits keeps still. Last 3 digits becomes different than other one. Now, Is there any way I can use this IP address in my mongoDB whitelist?
Upvotes: 0
Views: 191
Reputation: 706
Yes, you can use a CIDR-notated range of IP addresses. https://docs.atlas.mongodb.com/security-whitelist/ provides a few more details.
"The Internet provides online tools for converting a range of IP addresses to CIDR, such as http://www.ipaddressguide.com/cidr."
Upvotes: 1