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.

How to enumerate IP addresses of all enabled NIC cards from Java?

Short of parsing the output of ipconfig, does anyone have a 100% pure java way of doing this?

java networking ip-address
Private IP Address Identifier in Regular Expression

I'm wondering if this is the best way to match a string that starts with a private IP address (Perl-style …

regex ip-address private
IP Address to Hostname in Java?

My hosts file (C:\WINDOWS\system32\drivers\etc\hosts) has a bunch of IP Address to host name mappings: # Switches 192.168.200.254 …

java ip-address hostname hosts
How do you get the IP address from a request in ASP.NET?

I have been trying to figure this out but cannot find a reliable way to get a clients IP address …

c# asp.net ip-address
How do I find my computer's IP address using the bash shell?

Every now and again, I need to start the Django development server, and have it viewable by other machines on …

django bash unix networking ip-address
How to access the subdomain of an IP address in the browser?

To get to the IP address of an example website, you just visit subdomain.example.com However, if I try …

firefox browser web ip ip-address
Can I get ip address inside my docker container?

How to get container ip address inside this container? 'docker inspect $hostname ...' not suitable, because I don't share /var/…

docker ip-address
Get real IP address in local Rails development environment

I have Rails 2.3.8, Ruby 1.8.7, Mongrel Web Server and MySQL database. I am in the development mode and I need to …

ruby-on-rails ip-address geocoding
How to get client / user ip address?

Is it possible to get the ip address of the user (visitor of my website) without using server side language …

javascript ip-address load-balancing clientip
Connecting to Local Web Server when I am Outside my LAN

I have a web server running out of my home. I have assigned it an address such as 192.168.1.123 on port 80. …

webserver ip-address lan