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

Why can't my internal IP addresses be granted access from IIS 10 IP Address and Domain Restrictions?

Why can't my internal IP addresses be granted access from IIS 10 IP Address and Domain Restrictions? Backstory: I have implemented IIS 10's IP Address and Domain Restrictions to block access to one particular website for all but an authorized set of…
jlavallet
  • 101
  • 3
0
votes
2 answers

can ping but not arping via OpenVPN

I'm working on a remote machine using OpenVPN at a customer's network. The IP addresses there change dynamically and (until they get hostnames to work properly which is not in my hands at this point) I'm looking for a way to find "my" machine…
Cookie
  • 101
0
votes
2 answers

what kubernetes ip to give vendor to whitelist

have a java app on a Kubernetes cluster on IBM cloud that needs to make an outbound SOAP call to a third party vendor's app. This vendor's servers are protected by an IP whitelist. No matter what I do, I can't seem to find the correct IP for them to…
0
votes
1 answer

Do you need separate IP addresses for each nameserver for an EC2 webserver?

Do you need separate elastic IP addresses for each nameserver - say NS1, NS2 - for an EC2 webserver?
0
votes
2 answers

How do I remove a HTTP header in Apache, if a certain IP access it?

How can I unset single/multiple HTTP headers when my website is accessed by a particular IP address? Because my CSP config blocks some local pages from loading properly. For example, if I have phpMyAdmin, but I cannot use it locally because CSP is…
user549144
0
votes
1 answer

Router interface IP addresses

My question may be very elementary and stupid but I'm having real trouble understanding what role ip addresses play when being assigned to a router interface. I think my misunderstanding may be in how layer 2 relates to layer 3. Let's say I have R1…
0
votes
1 answer

How Can I Use the Iptables but Not Converting the Resource IP?

I want to deflect some IP address that we access using any tools (like nmap, medusa, etc) to the another IP Address. For more details: I have 2 IP Addresses, First IP Address is 192.168.1.7 and the Second is 192.168.1.6. When I want to access the…
0
votes
1 answer

HAProxy 1.5 - Show Server Name or IP Address in response while behind DNS

Basically exactly what the title is. I have haproxy fronting a server, and infront of that a DNS to provide a human readable name. I would like to setup haproxy to include either the responding server name or IP address in the response. …
SVill
  • 77
  • 3
  • 13
0
votes
1 answer

Forwarding TCP connections (IP address to hostname)

I have got an online GPS tracker that connects to a TCP server and sends its current position to it every couple of seconds. The configuration of the tracker allows user to set the IP address of a server and its port. My problem is that the TCP…
Mariusz Schimke
  • 155
  • 1
  • 8
0
votes
1 answer

Any way to join a server to Active Directory Domain by IP address in hostfile and not DNS?

To my knowledge their is no way to join a server to AD without the server being able to resolve the AD domain via DNS. Joining requires being able to get multiple records from DNS - including SRV records. So a simple host file entry shouldn't…
0
votes
0 answers

Issues connecting to aws ec2 instance behind eip

I have an ec2 instance on which I'm running a dev server via parcel index.html --host 0.0.0.0 that ultimately listens on 0.0.0.0:1234. Before creating and associating an eip to my instance, I wanted to use the public ip address assoc'd with it and…
0
votes
1 answer

Hot to get external host names for each internal private addresses?

My lab has a private network like this (public address: 133.3.133.133, host name: my.lab.host.name) lab-gateway (private address: 192.168.0.1) |__labgpu01 (private address: 192.168.0.3) |__labgpu02 (private address: 192.168.0.4) How can I…
0
votes
1 answer

How to selectively allow IP addresses to access my Nginx server hosted on Google Cloud - Compute engine. (Whitelisting)

I have an Ngnix server hosted on Google Cloud - Compute engine. I'm creating a public IP for this. However I want to allow requests from few IP addresses only which means I want to allow only few applications to send requests to my Nginx. How can I…
0
votes
4 answers

Why does a domain resolve to private IP

While going through a domain in the format as mentioned below , I did host lookup using the host command and got a private ip address. auth-ns.auth-ns.workspace.agate.example.com host auth-ns.auth-ns.workspace.agate.example.com Why does an agate…
Joel Deleep
  • 145
  • 1
  • 1
  • 8
0
votes
1 answer

Private IPV4 address space usage statistics (Least Used)

I'm trying to avoid IP conflicts with wireguard VPN and would like to select the least used private IPV4 address block. Are there any statistics published on usage of private IPV4 address space? Or perhaps some studies?
eng3
  • 167
  • 10