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

Firewalld Allow 1 ip address from a subnet and drop the rest

I am using firewalld to control access to my AlmaLinux 8 server. I have several subnets defined as sources in the DROP zone and it seems to work well. I am wondering if is easily possible to allow access to a specific address within one of these…
El_Tel
  • 1
0
votes
0 answers

Website IP address doesn't match up with any EC2 instance IP addresses (AWS)

I've been asked to look at some non-technical friends' AWS account because they're worried about their costs, but I'm struggling to find where they're spending their money. In particular I'm getting quite confused because the IP address of the…
0
votes
0 answers

Can't do an in-place Update of an Azure cloud service (extended support) after a VIP swap - Public IP is in use (error)

I have successfully performed a VIP swap on a pair of Azure cloud services (extended support) that had Reserved IP addresses (static, although I don't think it matters). Now I can Update (by uploading a new package) neither of them, although it had…
0
votes
0 answers

What is use of multiple ip addressing for active bond in centos

I have created active bond in centos Virtual machine by bonding two NICs and they were on same VMnet switch, I am having difficulty to understand what will be the use of multiple ip addressing for active bond, I am new in networking sorry if I am…
0
votes
2 answers

Bind nginx to vpn address only

I am probably unnecessarily paranoid. But still also I think paranoid isn't too bad when it comes to security. I have a web server running on a VPS. I run zerotier on all my VPS and my home machines. I then use Letsencrypt to run a https…
transient_loop
  • 499
  • 1
  • 4
  • 15
0
votes
0 answers

Managed switch filters unicast DHCPOFFERs, but allows broadcast DHCPOFFERs?

I have a network containing N managed switches. Each of them is configured as a DHCP server and should assign predefined IP addresses in a port-based manner: Switch 1 assigns 172.17.1.1 to the device at its port 1, Switch 2 assigns 172.17.2.1 to…
rikinet
  • 33
  • 4
0
votes
0 answers

Map IP Address (NGINX running) in cloudflare

I have an IP address 65.1.106.XXX. In this instance, Nginx is running and I can able to see the nginx status page through this IP address. Now I'm trying to map the subdomain to this instance IP address. I created test.conf file under the…
ram
  • 101
0
votes
1 answer

Debian server changing ip address

I had set up a Debian server with an ip address that was assigned to another device by accident. I forced the server to connect through /etc/network/interfaces but am still finding it switches to the original ip address and I am unable to find the…
Amar172
  • 11
  • 2
0
votes
2 answers

All IPv6 prefixes that should be routed by a public router

I need a list of IPv6 prefixes that that cover the public internet with the fewest possible entries. I´ve found the answer for IPv4 here: IPv4 CIDR Ranges for Everything except RFC1918 The problem is I cannot blacklist prefixes. I need to whitelist…
Patrick
  • 11
  • 2
0
votes
1 answer

Nginx change default IP form 0.0.0.0 to pecific IP

I have nginx running as a web server. The virtual host have the IP specific configuration with IP addresses listed, however whtn I check netstat Nginx is litening on 0.0.0.0:80. I would like to change this to a specific IP. The server has 2 network…
Tibby
  • 215
  • 1
  • 3
  • 9
0
votes
6 answers

How can I get the IP address IPV4/IPV6 on linux

I don't have much knowledge to network layer, I know the basic command to get ip address. Have one requirement where I need to read ip address and it should work for any linux or unix system. I am trying get the IP address of using below command. ip…
Ravat Tailor
  • 109
  • 1
  • 3
0
votes
0 answers

Tentative of shh->rsync to wrong IP; potential security risk?

I have set up a little RPI backup 'server' (with rpi OS) on my LAN. I use it to create a backup of my main personal machine data using rsync, and I reach it from outside my network through SSH (key-based authentification; I have disabled all the…
0
votes
1 answer

Should I create reverse zone in bind9 if I don't have authority over the ip address?

But I don't manage the ip address blocks... I have 2 dedicated servers each in different data centers the first provider offers me a panel to configure the reverse zones myself, in this case if they are already configured, should I also assign them…
0
votes
0 answers

Script to reassign floating IP address to my other machine running Ubuntu

I have a floating IP(X.X.X.191) assigned to the machine (Y.Y.Y.106) currently running ubuntu. Now I want the same floating IP to be assigned to my other droplet(Z.Z.Z.252). On digital ocean I can do the same from the web app interface. However I…
0
votes
3 answers

Why would you use 192.168.0.0/16 over 10.0.0.0/8

Most home networks use 192.168.x.0/24. I wonder why this range even exists. You could as well use 10.x.x.0/24 or something like that. So why did they waste the entire 192.168 range for private networks when they could use the 10 range as well? Why…
Niwla23
  • 17
  • 3