Skip to main content

Questions tagged [ip-address]

An Internet Protocol address (IP address) is a numerical label assigned to each device in a computer network that uses the Internet Protocol for communication. This is a general tag that covers both IPv4 (like 172.168.100.1) and the newer IPv6 (like 2012:da8:0:1234:7:577:8:2). If you specifically mean any of these, use IPv4 or IPv6 tags.

ip-address
0 votes
1 answer
338 views

Microsoft Azure Email: Upgrade to Standard SKU public IP addresses in Azure by 30 September 2025—Basic SKU will be retired

Microsoft emailed out notice to upgrade to standard public IP. I have a hard time understanding Microsoft usually, So hopefully someone can explain this to me in a better way. I am not sure how to ...
Matt's user avatar
  • 1
0 votes
0 answers
79 views

How to get an IP address and IP based location of another computer/user embedded on a gif without asking the users permission using javascript?

THESE ARE MY PRESENT CODES FOR GEOLOCATION (ASKING FOR PERMISSION): FOR LOCATE.HTML FILE: <!DOCTYPE html> <html> <body onload="getLocation()"> <iframe src="...
eric steel's user avatar
0 votes
1 answer
137 views

I am using a Hostinger VPS cloudhost to host a django Backend , everything working fine while hosting IP address and port but not in domain?

Hosting Problem Its showing like this , But in IP address its is working fine all the images are fetching from backend... See this also coming like this but its working in IP address with port its ...
Jerold Raja's user avatar
0 votes
0 answers
100 views

Problem with deploying my app with Render, MongoDB doesn't recognize and whitelist my IP and doesn't allow me to connect to the cluster

MongooseServerSelectionError Could not connect to any servers in your MongoDB Atlas cluster. One common reason is that you're trying to access the database from an IP that isn't whitelisted. Make sure ...
Ilia Popov's user avatar
0 votes
1 answer
154 views

How can my client from another device access my docker nats-server?

I have a docker nats-server running in WSL. docker run -d -p 4222:4222 -p 6222:6222 -p 8222:8222 --name my-nats-container nats:latest When I run my client on my host machine, it connects fine. But ...
Philly G's user avatar
0 votes
0 answers
32 views

how can we store client ip address to database by overwritten Kubernetes IP Address?

I deployed node.js app to kubernetes and storing IP address of user to database from node.js it is always storing kubernates ip. Getting IP address in node.js const IP = req.headers["x-forwarded-...
Gauresh Warang's user avatar
1 vote
2 answers
72 views

Python socket transmitting on correct interface but with wrong source address

I have a multicast system with multiple network interfaces. Packets transmitted using the socket I created are being sent out the correct interface, but the packet's source address is incorrect. The ...
Jim Fell's user avatar
  • 14.1k
0 votes
1 answer
30 views

How many IP addresses that can be configured for multiple groups of ConfigNode and DataNode in Apache IoTDB?

In the distributed cluster of Apache IoTDB with 3 ConfigNodes and 3 DataNodes, how many IP addresses should I configure for the ConfigNode configuration parameter cn_target_config_node_list, and the ...
zlyf's user avatar
  • 156
0 votes
1 answer
1k views

How to get real client IP in the REMOTE_ADDR in PHP Apache when using NGINX proxy?

I have recently switched to VestaCP using Apache with a NGINX reverse proxy. Very soon I noticed that all incoming traffic was logged as the server IP address. This being that Apache only sees the IP ...
Hans's user avatar
  • 497
0 votes
1 answer
107 views

IP address is not available anymore after updating a container instance

I just try to update my existing container instance image using this command : az container create -g ressourcegroup --name sonar --image sonarqube:8.9-community --ports 9000 --location eastus --cpu ...
Faouzeya's user avatar
  • 311
0 votes
0 answers
24 views

How can I get the IPAddr of a non-default interface on a machine that is not mine in Python?

I am trying to lookup the (local) ipaddr for a specific non-default interface on a host that is not the one I'm running on by the name of the host and interface. socket.gethostbyname(hostname) returns ...
Andrew Caldwell's user avatar
1 vote
1 answer
135 views

What does ai_addr contain?

I am currently learning socket programming and while programming I noticed that in a lot of functions you need to Pass in stuff from addrinfo*, and I understand what most of the stuff does. But my ...
Sesalin's user avatar
  • 13
0 votes
1 answer
466 views

Generate IP range from CIDR notation issue in powershell

I have the following powershell function, and I want to return the IP range from a CIDR. Here is the code: function ConvertFrom-CidrNotation { param( [Parameter(Mandatory=$true)] [...
Sotiris Sotiriou's user avatar
0 votes
1 answer
64 views

regex validation for multiple input formats from a single input

I have a situation where I should check for 2 different cases from one input. There is a validation function which validates for domain names and ipv4 and ipv6 address. Since I am accepting the ...
Razak's user avatar
  • 1
3 votes
1 answer
51 views

Express.js: Parsing Predomain from URL works with localhost but not with 127.0.0.1

I've implemented a simple Express.js application that extracts the predomain from incoming requests' hostnames. The code seems to be functioning correctly when I use localhost:3000, but it fails when ...
Harsh Narwariya's user avatar

15 30 50 per page