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

Using IIS7 can I get the IP that accessed a webpage at a certain time?

Using IIS7 can I get the IP that accessed a webpage at a certain time? Such as 3:41:17 am? Not a programming question, but I need to track down whoever connected and trashed my web project. So please dont close this question.
Tyler
  • 249
  • 1
  • 6
  • 12
0
votes
2 answers

Is the WAN IP of an ADSL modem likely to remain the same if it is not rebooted?

Is the WAN IP of an ADSL modem likely to remain the same if it is not rebooted? Do ISPs change the WAN IP of an ADSL connection while in session (ie. prior to reboot) ?
CJ7
  • 653
  • 10
  • 24
0
votes
3 answers

How can I map my server's domain to my IP address?

I rented some server space from a new host and have a static IP address and a domain name that I previously purchased, but I do not know how to register the domain name to point to my server. My previous host did this for me, but my new host only…
samoz
  • 2,033
  • 6
  • 19
  • 20
0
votes
1 answer

Allow website access from specific subnet, otherwise ask for credentials

How can I configure IIS 6 to allow access to a sub folder from our intranet without any authentication (well, the IP address needs to be checked but that's already working) from the internet only after authentication via Basic Auth? Basically I'm…
joschi
  • 21,387
  • 3
  • 47
  • 50
0
votes
1 answer

How can I reroute IP addresses for my router?

I want to do something similar to what the hosts file does. I just want to set it so that certain IP's always go to the IP I want it to go to... eg. Have... 158.204.281.222 always go to 160.201.21.239 just as a random example... is this…
user29600
  • 419
  • 5
  • 17
  • 30
0
votes
5 answers

Why does a Domain Controller have a public IP

Just wondering why a Domain Controller has a public IP address?
Neil Knight
  • 207
  • 3
  • 10
0
votes
3 answers

Multiple ip-adresses setup in server and what are they needed for

Hello i am new to dedicated servers, and i have recently rented one. This server runs CentOS and i have a plesk parallel pannel. There is only one ip adress configured in PLESK, but i have 2 ip adreses i can use. The two…
Saif Bechan
  • 10,960
  • 10
  • 42
  • 63
0
votes
0 answers

Is there a way to get the IP address of the interface on the other end of a wireguard tunnel?

Server 1 is the Wireguard server (listening). Its Wireguard interface wg0 interface IP is 10.100.100.1. Server 2 is a Wireguard client connecting via the Internet to server 1. Its Wireguard interface gets the IP address 10.100.100.2. Is there any…
fdmillion
  • 409
  • 8
  • 15
0
votes
0 answers

ip address inet 127.0.0.1 changed unwillingly to 172.27.28.124 (Ubuntu 20.10 without netplan)

Below you can se the address 172.27.28.124 being used for lo. However the address was a few hours ago 127.0.0.1, this is the good value. This should not be changed. Could you please advice on how to investigate this issue ? Why would the ip addr…
ATX
  • 113
  • 5
0
votes
1 answer

Accessing a REST API from behind a firewall: whitelist the API's outbound IP addresses?

We have two applications. One application exists behind an on-premise site's firewall. It communicates with our second application, a service app that operates a REST API in the Azure cloud. My question relates to the on-premise firewall. The…
StinkySocks
  • 101
  • 2
0
votes
1 answer

If I change my router's IP address, why do all client devices assume it's at 192.168.1.1?

I've decided to set my router at some non "1.1" IP address. I have even created a QR code for connecting to the Wi-Fi. The problem is, it looks most devices assume that if the DNS address is not specified, it should be 192.168.1.1. The router…
Ate Somebits
  • 157
  • 9
0
votes
1 answer

Re-route all incoming traffic to my home computer over the wireguard interface

I have setup a server in AWS with WireGuard server installed on it. I configured the server and the client and the vpn connection is up and running. I am able to ping from my local computer to the server address (192.168.45.1), and also from my…
Tim B.
  • 117
  • 3
0
votes
1 answer

Stop Nginx from listening on all loopback IPv4 addresses EXCEPT 127.0.0.1

On Ubuntu, Nginx apparently listens on all of the IPs in 127.0.0.0/8. How can I disable listening on 127.0.0.0 and 127.0.0.2–127.255.255.255? That is, the only IPv4 loopback address that I want Nginx to listen on is 127.0.0.1. Answers to this…
Ben Zelnick
  • 103
  • 4
0
votes
0 answers

postfix restrict smtp sender based on ip address

I have a postfix server that I inherited many years ago. Originally it successfully controlled the sending of messages through authentication and IP addresses - if an authenticated user was sending from an IP address in 'mynetworks', it was…
0
votes
3 answers

IP usage with multiple network adapters

This is a general networking question. Suppose that I have a web server in a machine XYZ with 2 or more physical network adapters with IP's A, B, C and D. If I access the web application in the machine with it's hostname, which IP will be…
bdhar
  • 195
  • 5