Top "Ip" questions

This tag is for questions related to the Internet Protocol.

How to create an IP alias on Windows

I need to create an alias for my network interface such that it can be accessed locally with either 127.0.0.1 or 33.33.33.33. …

windows ip netsh
Definition of Network Units: Fragment, Segment, Packet, Frame, Datagram

What units are used in network terminology? Where do we use them? I know the following - but I'm not …

networking ip definition osi
Getting IP addresses for hostnames using nslookup in Powershell

I am new to Powershell scripting and I need to write one script. I have a list of server hostnames …

powershell ip hostname nslookup
Java getting my IP address

I am trying to get my Internet IP address in Java but I keep getting my local address (ie: 127.0.0.1), when …

java ip wifi
SQLite3 Integer Max Value

what is the maximum value of data type INTEGER in sqlite3 ? How do you store ip address in database ? What …

sql sqlite integer ip
NameVirtualHost *:80 has no VirtualHosts

I have two domain names, two ssl certs and two ip addresses. I am trying to configure my apache virtualhost …

apache apache2 ip ubuntu-10.04
What is the best way of validating an IP Address?

I have a method to validate a parameter IP Address. Being new to development as a whole I would like …

c# ip
Get real client IP in a Servlet

I'm having some trouble with a simple problem. I would get the real client IP inside an HTTPServlet. Since now …

java servlets ip clientip
How to get Time Zone through IP Address in PHP

I want to get time zone through an IP Address in PHP. Actually, I have an application which will run …

php time timezone ip
Android get IP-Address of a hotspot providing device

I'm currently using public static String getLocalIPAddress(WifiManager wm){ return Formatter.formatIpAddress(wm.getConnectionInfo().getIpAddress()); } to get the IP-Address of …

android networking ip android-wifi wifimanager