Top "Ip-address" questions

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.

Can You Get A Users Local LAN IP Address Via JavaScript?

I know the initial reaction to this question is "no" and "it can't be done" and "you shouldn't need it, …

javascript ip-address
Which terminal command to get just IP address and nothing else?

I'm trying to use just the IP address (inet) as a parameter in a script I wrote. Is there an …

shell unix ip-address
Resolve host name to an ip address

I developed a client/server simulation application. I deployed client and server on two different Windows XP machines. Somehow, the …

windows networking ip-address
Getting the client IP address: REMOTE_ADDR, HTTP_X_FORWARDED_FOR, what else could be useful?

I understand it's a standard practice to look at both these variables. Of course they can easily be spoofed. I'm …

asp.net http http-headers ip ip-address
Get public/external IP address?

I cant seem to get or find information on finding my routers public IP? Is this because it cant be …

c# networking ip-address
Maximum length of the textual representation of an IPv6 address?

I want to store the data returned by $_SERVER["REMOTE_ADDR"] in PHP into a DB field, pretty simple task, …

ip ip-address ipv6
How can I convert IPV6 address to IPV4 address?

I have application that uses IPv4 addresses (it stores them as long), so it only understands IPv4 addresses. Is it …

java ip-address ipv6 ipv4
Get the client's IP address in socket.io

When using socket.IO in a Node.js server, is there an easy way to get the IP address of …

node.js ip-address socket.io
How to extract IP Address in Spring MVC Controller get call?

I am working on Spring MVC controller project in which I am making a GET URL call from the browser …

java spring-mvc ip-address
How can I check if an ip is in a network in Python?

Given an ip address (say 192.168.0.1), how do I check if it's in a network (say 192.168.0.0/24) in Python? Are there general …

python networking ip-address cidr