Firewall – Check if IP address is allowed through firewall

firewallip

Our cloud service requires that the client's server allow specific IP addresses be whitelisted in their firewall. If the IPs aren't whitelisted, the end users will experience issues, but the end users don't typically know if an IP address is whitelisted or not, so they then have to check with their network admin, which can take hours, if not days. I wanted to know if there is a way that I can check if a particular IP address is in fact whitelisted without them having to get with their network admin.

Best Answer

Well, if your application works for your clients, it works. If it doesn't, it doesn't. That's about all there is to it, unless they have some sort of L7-aware "fuzzy" matching going on that may permit some traffic to your app and deny other traffic, in which case the network team needs to be involved.

If your clients want to use your application, the onus is on them, not you to communicate requirements with their network team.

Related Topic