Questions tagged [ip-address]

IP address is a numerical label assigned to each device participating in a computer network that uses IP for communication.

An Internet Protocol address (IP address) is a numerical label assigned to each device (e.g., computer, printer) participating in a computer network that uses the Internet Protocol for communication. An IP address serves two principal functions: host or network interface identification and location addressing. Its role has been characterized as follows: "A name indicates what we seek. An address indicates where it is. A route indicates how to get there."

The designers of the Internet Protocol defined an IP address as a 32-bit number1 and this system, known as Internet Protocol Version 4 (IPv4), is still in use today. However, due to the enormous growth of the Internet and the predicted depletion of available addresses, a new addressing system (IPv6), using 128 bits for the address, was developed in 1995,[3] standardized as RFC 2460 in 1998,[4] and its deployment has been ongoing since the mid-2000s.

IP addresses are binary numbers, but they are usually stored in text files and displayed in human-readable notations, such as 172.16.254.1 (for IPv4), and 2001:db8:0:1234:0:567:8:1 (for IPv6).

The Internet Assigned Numbers Authority (IANA) manages the IP address space allocations globally and delegates five regional Internet registries (RIRs) to allocate IP address blocks to local Internet registries (Internet service providers) and other entities.

Source: Wikipedia.

  • See also:
586 questions
4
votes
1 answer

Is the US Department of Defense ip address 6.3.6.0 valid? (reported by Apple products)

I've recently seen a lot of this IP address. A geo ip lookup tells me it is US Department of Defense Network in Arizona so why do some routers (here and here) default to this address? The real question is should I treat 6.3.6.0 as an incorrectly…
KCD
  • 958
  • 3
  • 12
  • 24
4
votes
3 answers

IPv6: Can one use more than 64 bits for the network ID

Wikipedia states: Unicast and anycast addresses are typically composed of two logical parts: a 64-bit network prefix used for routing, and a 64-bit interface identifier used to identify a host's network interface. Can you use more than those 64…
yas4891
  • 187
  • 1
  • 9
4
votes
1 answer

Can a DHCP reservation use an IP address in the exclusion range?

Windows Server 2008 R2, running the DHCP service. DHCP Scope: 192.168.1.1 - 192.168.1.254 Exclusions: 192.168.1.1 - 192.168.1.99 If a reservation uses an IP address in the exclusion range (like 192.168.1.42), what will happen when that specific…
Massimo
  • 70,200
  • 57
  • 200
  • 323
4
votes
6 answers

IP Address Trace

If you wanted to trace an IP address because that IP Address was the source of attacks and abuse, how would you accomplish this? Is there anything one can do to find who is using a given IP address and furthermore is there anything that can be done…
Frank V
  • 449
  • 4
  • 15
4
votes
4 answers

Having public IP addresses for computers in private network

In one of the previous organizations I worked, all of our ip addresses were in public IP range. So, is there any advantage of having public ip addresses for private network?
chappar
  • 141
  • 2
  • 4
4
votes
2 answers

Same netmask or /32 for secondary IP on Linux

There appear to be (at least) two ways to add a secondary IP address to an interface on Linux. By secondary, I mean that it'll accept traffic to the IP address, and responses to connections made to that IP will use it as a source, but any traffic…
derobert
  • 1,308
  • 12
  • 22
4
votes
1 answer

How do IP address to location services gather their information

My continued series of questions on IP addresses (ref Q1 and Q2). There are several IP address to location services. For instance: http://www.ip-adress.com/ip_tracer/ and http://www.ip2location.com/demo.aspx . How do they collect their data? (i.e.…
4
votes
1 answer

How are IP addresses assigned? What do the parts mean?

Possible Duplicate: How does Subnetting Work? IP addresses and geographical locations How does my IP address get assigned to me? Is there any ordering? For instance by time or by location or by queue? Who divvies up the IP addresses at each…
John Berryman
  • 347
  • 3
  • 12
4
votes
1 answer

Grant access rights to a MySQL instance based on hostname instead of IP address?

I have a MySQL database that I would like to remotely access from Windows Azure which does not provide fixed IP addresses at this point. Instead of white-listing a very large IP range to cover the entire Microsoft datacenter, it would be preferable…
Joannes Vermorel
  • 493
  • 2
  • 5
  • 13
4
votes
4 answers

Changing IP on Domain Controller?

I'm considering changing the IP on a 2008 Domain Controller, anything that I should be aware of to look out for? Will be doing this on a Saturday night to, leases renew every 24 hours so by Monday morning all the machines will have valid DHCP leases…
Beuy
  • 541
  • 2
  • 9
  • 19
4
votes
4 answers

How to detect bots programatically

we have a situation where we log visits and visitors on page hits and bots are clogging up our database. We can't use captcha or other techniques like that because this is before we even ask for human input, basically we are logging page hits and…
Tom DeMille
  • 239
  • 3
  • 8
4
votes
5 answers

Tips and Suggestions IP Address Re-Addressing?

Hello serverfault Universe, My ever evolving and expanding local area network is currently using a class-C address. My network consists of multiple subnets depending on site/location. 192.168.1.x is site HQ 192.168.5.x is secondary site 192.168.10.x…
RSXAdmin
  • 157
  • 2
  • 11
4
votes
4 answers

how can 192.168.2.10 talk to 172.18.156.65?

from what i understand, all computers need to be in the same subnet /24 so how would i get a computer to be able to connect to another computer that is set as 172 ? one computer is behind a firewall, the other is connected to a HUGHES sat dish and…
steve
4
votes
2 answers

Rapidly changing public IP addresses on certain networks?

I run/develop an online game where many of our users are in southeast asia. I recently went to southeast asia and made an alarming discovery. Anywhere I got internet access, whether it was via 3G, a LAN in a hotel, or wifi in a cafe, both in…
DivideByHero
  • 371
  • 1
  • 3
  • 8
3
votes
3 answers

only allow ip from australia

i want to only allow website visitors from australia. has anyone done this before?
chris