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

Non-standard IP address with dashes

I ran the who command on a shared NetBSD box, and this weird user IP came up: pts/33 May 13 02:13 (XXX.XXX.XXX.XXX) pts/35 May 12 20:59 (202-172-110-147-) pts/36 May 6 20:36 (XXX.XXX.XXX.XXX) I've never…
ergl
  • 3
  • 2
0
votes
1 answer

Can't get certificate due to multiple IP addresses for subdomain

Please correct me if I am wrong, since I am a newbie to all things server. I have a website example.com hosted at host A. I want create subdomain sub.example.com on host B - EC2 instance in this case. Now I did this by changing the A Record on my…
-1
votes
1 answer

How to configure TLS certificate for an IP address?

We are hosting our backend server in ALIYUN, since we are a foreign company we don't have ICP license and domain name for that server, but we want to configure https for load balancer IP address. I tried to buy SSL certificate from ALIYUN, since we…
rose
  • 1
  • 1
-1
votes
2 answers

Can a computer have an ip address without an operating system

If a system does not have an operating system can it have an IP address?
DKB
  • 27
  • 2
-1
votes
1 answer

Change outbound IP - centos

i have a server (linux/centos) and my default ip is: 111.111.111.111 so i bought another ip (ip failover) 222.222.222.222 if i visit in browser 111.111.111.111 or 222.222.222.222 its opening same page so i have…
Ba Ta
  • 1
-1
votes
2 answers

Use IP Address to access another machine on local network but inside VPN

Here's my scenario. Within my Comcast home network, there are two devices, A and B. A is logged into a corporate VPN through cisco anyconnect. However, from B's point of view, A's ip address doesn't seem to change when do arp -a. And B can still…
Weishi Z
  • 99
  • 1
-1
votes
1 answer

Creating IP ranges from forwarding table

I am working through problems for practice and have been given: Consider a datagram network using 8-bit host addresses. Suppose a router uses longest prefix matching and has the following forwarding table: | Prefix Match | Interface | | 1 …
Jean480
  • 11
  • 3
-1
votes
1 answer

How to know if 2 ethernet ports of the same modem are separated?

I have a Digi TransPort WR family of 3G/4G cellular routers with 2 ethernet ports, digi told me that the ethernet ports are separated but i want to know if they are not in the same network it's a matter of security just to be sure that you can't…
B.Abd
  • 1
-1
votes
2 answers

check website through IP address

I hosted multiple websites on a single VPS server, with single IP address when I entered IP address in as url it shows default website page that fine but i hosted multiple website in a single server by creating different directories for each domain…
bhv
  • 99
  • 2
-1
votes
1 answer

server ip gives blank page with no error, ftp, other domain pointing to server works well

Just new user in dedicated server, I installed debian 8 and many packages (Apache2, proftpd, mariadb, bind9, ...). Everything was working well for 2 weeks. My server IP adress was pointing to debian welcome page in /var/www/html. I took a domain…
-1
votes
3 answers

How to get list of all the hostname / DNS of the Linux box

I have a Linux box and I know I can get the list of IP addresses assigned to that box using following command /sbin/ifconfig -a but how to I get the list of hostnames / DNS for that Linux box using single command? Why I asking this is because using…
hagrawal7777
  • 123
  • 1
  • 3
  • 12
-1
votes
1 answer

Can ip address and gateway be the same and can number of clients be increased by changing the subnet mask?

So I am a newbie just learning networking and was wondering if gateway can be same as the allocated IP address. Also, if I have to increase the number of users that connect to my router (having default mask 255.255.255.0) can I do that by changing…
Kartikey singh
  • 101
  • 1
  • 1
-1
votes
2 answers

How to assign a static IP address to windows 10 machine at boot time?

I want to assign a static ip address to a windows 10 virtual machine at booting time. How can I do it? For example, as in linux we can modify /etc/network/interfaces file so is there any similar way for windows 10 also?
user3460393
  • 21
  • 3
  • 6
-1
votes
1 answer

What is the global attribute of a network interface?

I saw the following line of code in a code repo I work on: ip addr | grep 'inet .*global' | cut -f 6 -d ' ' | cut -f1 -d '/' | head -n 1 I want to understand what does the "global" attribute mean as part of the network interface attribute? I hope i…
slashms
  • 111
  • 1
  • 2
-1
votes
1 answer

Webmin - Disallow access by IP

I have installed a Webmin instance. I can access by both domain:port and ip:port. Is there any way to restrict access to an specific domain name and disallow direct access by IP?