Ahmed Tareque
Ahmed Tareque

Reputation: 161

MongoDB: Can I use my shared IP Address in mongoDB whitelist?

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

Answers (1)

Lauren Schaefer
Lauren Schaefer

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

Related Questions