My ASP.NET application hosted at DiscountASP.NET makes web service calls to a 3rd party site. For security reasons the 3rd party wants to add a rule in their firewall to allow traffic only for certain IP addresses. How can I determine the IP address and/or range of addresses that I should give to the 3rd party?
You can find your IP address, along with other useful information in your control panels "DNS Manager" section Or click on the direct link below, https://my.discountasp.net/dns-manager.aspx
IP address for firewall rules When my web application makes web service calls to 3rd party sites, the traffic does not originate from my dedicated IP address. Therefore my question stands: how can I determine the IP address or range of addresses that the 3rd party should allow in their firewall rules? For example, the 3rd party is seeing incoming connections from 96.31.33.25 (which is not my dedicated IP address) but I am guessing this address is part of a range of DiscountASP addresses.