What's my IP Address?

Discussion in 'Windows / IIS' started by Jericho, Jan 17, 2010.

  1. 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?
     
  2. 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.
     
  3. mjp

    mjp

    Contact support. They can tell you the server IP. It will not be the same as your unique IP.
     

Share This Page