Questions tagged [reserved-ip-addresses]
8 questions
4
votes
1 answer
Keeping my out bound IPs on App Service
I have a website on Azure App service and I've asked a service provider to open up for my outbound IP addresses. How can I make sure that those IPs won't change?
If there is a new IP assigned to my app service, all calls from that IP will be blocked…

Ashkan S
- 10,464
- 6
- 51
- 80
1
vote
1 answer
Reserved IP address Python
I'm trying to check if the user is trying to assign a reserved address. At the moment we are reserving the first 5 and the last 5 addresses for future use. The way I do it atm is really slow and wont work effectively in case of ipv6 switch. Is there…

yasa
- 126
- 7
1
vote
1 answer
External IP addresses gcp console and API count mismatch
Here on console, I am able to see a total of 7 resources. Which does not match with the result got from the API call. With API calls I am getting 75 resources:
GCP Doc…

user3269980
- 13
- 4
1
vote
1 answer
How can I get public ip address in Django with Nginx as http server and gunicorn?
I want to get public IP address of clients but I just get 127.0.0.1 almost always.
I tested some solution, but no right answer found with my configuration (Django, Nginx and Gunicorn)
Here is my Nginx proxy config.
location / {
proxy_pass…

MMM
- 29
- 2
- 10
1
vote
0 answers
Reserved IPs not detected by filter_var()
A few IPs aren't being detected as "reserved" by PHP.
For example, these:
229.39.139.126 - https://ip-api.com/#229.39.139.126
239.148.182.94 - https://ip-api.com/#239.148.182.94
Are reported as "reserved range" in the website above.
Other IP…

Nuno
- 3,082
- 5
- 38
- 58
1
vote
3 answers
Google Cloud Platform external IP point to an instance in Singapore but shown in US
I purchased a GCP VM instance in asia-southeast1 and reserved an external IP in the same region for this.
The instance and IP information that is shown in GCP console seems to be okay but when I deploy my website into it, the response is really…

BinhTran
- 11
- 7
0
votes
0 answers
PHP code to save visitor's IP address in an excel file visiting on a webpage on my website
I want to save all the IP data of the visitors browsing a webpage of my website. I already have a code for the process, however, I want to save the data in an excel file and send an email with the sheet. Is that possible?
function getUserIpAddr(){
…
-1
votes
1 answer
How to represent an unspecified IPv4 address?
I am working on a distributed application written in Node.js, where the public-facing server receives messages from the client over HTTP from time to time. On receipt, the messages are turned into the following JSON structure:
{
"message": {
…

Golo Roden
- 140,679
- 96
- 298
- 425