IP's associated with Virtual Hosts

Hi,

we are using Apigee cloud , we need to create firewall ticket to connect other components in the enterprise.

firewall team asking just URL is not sufficient and also need IP's associated with domain name.

how can we find IP's associated with Virtual Host or domain.

could you please help us on this ASAP.

Thanks & Regards,

Ranganath P

0 5 286
5 REPLIES 5

dig?

dig ORGNAME-ENV.apigee.net

This is for inbound traffic, right? Traffic inbound to the API Proxy. Yes?

yes , it is for inbound traffic

Hi Dino,

dig ORGNAME-ENV.apigee.net giving only router IP. it is not returning any IP associated with Domain.

what do you mean by "IP Associated with Domain"?

You are connecting to a particular domain. You can use dig to query the IP addresses for that domain.

I agree with dino statement but if you need additional details you can run classification tree to see header hosts and the deployed proxies which are listening.

curl -v localhost:8082/v1/classification/tree

More over the firewall rule can be based on the URL based and not necessarily via ip.