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
5
votes
1 answer

IIS 7: Disable authentication for certain client IPs

I have a virtual directory that's protected with basic authentication. I'd like to disable authentication for certain IPs, so that all requests from e.g. 127.0.0.1 are allowed without asking for credentials. How can I do this?
5
votes
4 answers

MAC address spoofing - why doesn't this work?

So I'm in a new job, and they're pretty draconian about their network, hardware, and OS security. :-( I'm a web developer, but am forced to use IE7 for development simply because they don't want ANYone installing ANYthing other than the…
loneboat
  • 303
  • 3
  • 10
5
votes
7 answers

How to list all the ip addresses of a server

When I type ifconfig, I see that my server has an new ip address each day. The ip addresses belong to a set of ip addresses. How do I find out all the ip addresses of my server?
Anonymous
  • 101
  • 1
  • 1
  • 3
5
votes
1 answer

Setting up a static IP address (public) in Ubuntu

I have a business class internet connection and need to setup a static ip address for a machine. I did a search online and only find how to setup static local ip addresses (like 192.168..). I tried the same technique, and only setup the ip address…
ycseattle
  • 165
  • 1
  • 2
  • 5
5
votes
5 answers

What is the least expensive way to obtain 1,000s of public IP addresses?

What is the least expensive way to obtain 1,000s of public IP addresses? I'm needing to serve secure (https) pages for 1,000s of SSL certificates, and need a separate IP address for each SSL cert. So, I'm looking for the most economic means of doing…
Loryn
4
votes
1 answer

Is it safe to assume that two hosts on the same /24 network belong to the same AS-number?

Assume two IP-addresses in the same /24 network (say 1.2.3.*): 1.2.3.X 1.2.3.Y Is it safe to assume that these two hosts belong to the same AS-number? If not, roughly how often is that the case that they do not belong to the same AS?
knorv
  • 1,799
  • 6
  • 19
  • 29
4
votes
3 answers

Can only some machines on a network have a public IP addresses?

Is it possible for some computers on a network to have their own public IP addresses and serve content over the internet while other computers on the same network only have private IP addresses but still have the ability to make requests over the…
Chris Dutrow
  • 734
  • 8
  • 20
4
votes
1 answer

How to view the IP of the connecting client in Domino 9 IMAP server?

I am running an IBM Domino 9.0.1 (64-bit) server on a Windows Server 2008 R2. The problem is that the IMAP server task is not displaying the IP address of the connecting client in the console and log. Here's an example from the console…
Sam Sirry
  • 189
  • 10
4
votes
2 answers

How to get local ip address associated with default gateway

There may be several network interfaces on a server, e.g., lo, eth0, eth1 From the route table, I know that eth0 is connected to the default gateway. The address of the default gateway, for example, is 192.168.1.1. And the address of eth0 is, for…
F32
  • 71
  • 1
  • 3
4
votes
1 answer

Select source IP on windows server 2012 with multiple IPs on 1 NIC

I have searched a lot for a solution to this case but I couldn't find any. So, any help would be appreciated. I have a windows server 2012 with 1 NIC having 2 IPs bound to it 37.188.120.8 and 134.213.23.146. These IPs are assigned private IPs…
4
votes
1 answer

Whitelist Elastic Load Balancer based on IP

I'm serving HTTP traffic on port 80 through an ELB. Since a short time, a growing amount of clients are asking me what our IP addresses are (to harvest data). Apparently they can't whitelist the DNS of the ELB, only IP addresses ("Your IP addresses…
4
votes
2 answers

Caching DNS server returns invalid ip address for external lookups

I'm trying to resolve a DNS issue and am running short of ideas. Google doesn't seem to be helping, either. When I use my local caching name server to resolve external host names, it always returns 192.168.1.251. There are some examples below. Where…
4
votes
4 answers

In Linux, how can I automatically assign an IPv6 address to an interface based upon its IPv4 address at boot time?

On a CentOS 6 machine, I have a server with 2 NICs, eth0 and eth1. eth0 has address 192.168.0.1. I would like to create a script that parses the IP address of eth0 and assigns a similar-looking IPv6 address to eth1 at boot time. In this case, I…
reedog117
  • 183
  • 1
  • 3
  • 12
4
votes
5 answers

Can an IP address in the private range be used as a public address?

I know that the IP addresses in range 192.168.0.0 - 192.168.255.255 are reserved and to be used for private network. My system IP is in 10...* range (private). It is connected to our corporate Intranet and it further connects to the Internet through…
cdoe
  • 143
  • 1
  • 3
4
votes
10 answers

Management of Static IP Addresses in the data center

The university where I work uses DHCP for the vast majority of our IP addressing needs. Workstations and the like. However for servers we obviously use static IP addresses. The current method to figure out if an IP address is available works like…
Laura Thomas
  • 2,845
  • 1
  • 28
  • 24