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
-1
votes
2 answers

Multiple internal IP's running on one external IP?

My ISP has given me 1 static IP address, however, I need to run multiple internal IP addresses (from VPS's) under that 1 public IP address. I have enough network connections to my router, but not public IP's. So, basically have something that…
-1
votes
3 answers

I have two public sites on my Ubuntu Server (Apache2). How would you distinguish the two when requesting them?

Sorry if the question is unclear. I have two sites which I would like to set up in Apache2 on Ubuntu Server. Both of them should be open to the public. I would like to set up a separate IP for each of them (which I already did). I set up my router…
Lenny K
  • 101
  • 1
  • 1
  • 4
-1
votes
2 answers

Adding More IPs to a Netcard on Linux

How do I add more IP addresses to a network card on Linux? Do I use the route command? It's Ubuntu Server 10.04 LTS.
ServerChecker
  • 1,518
  • 2
  • 14
  • 35
-1
votes
2 answers

DNS simulation for testing purposes?

I'm wishing to simulate DNS for testing purposes, having decided to learn about it for if I was to go into webhosting. I've considered BIND (and tried setting it up), but that wasn't suited to my purposes. I wanted to use this to make a development…
azurio4
-1
votes
3 answers

Cheap/Budget VPS Host with IPV6

I'm looking for a cheap/budget vps host supplying ipv6 ips. Any suggestions? PS: By cheap/budget i mean no more than about $6usd per month. PS 2: The service can be unmanaged
Daniel
  • 135
  • 1
  • 3
  • 17
-1
votes
1 answer

Windows folder share permissions

I suppose this is straightforward but can't get a solution for it. When i share a windows folder (server 2012) and set its permissions (share or ntfs) then if someone from the network writes "\\servername\folder" all permissions are applied, but if…
-1
votes
1 answer

How can I disable IP forwarding from IPv6 toIPv4

I have IPv4 and ipv6 addresses on my network card, when I send a request with curl I want only the respective IPv4 or IPv6 to be used and no fallback e.g. When IPv6 to IPv4 takes place. curl --interface XXXX: c020: XXXX: e601: XXXX: 596c: XXXX: db97…
-1
votes
1 answer

Do computers have IP address?

Everywhere I search some people say 'a computer has a permanent IP address' and some people say 'it doesn't but has only when it is connected to the internet through a router'. So my understanding is that a computer, since it doesn't have any SIM…
-1
votes
1 answer

Azure VM with only private ip that can surf internet?

In my past experience, VM with only private ip (no public ip) cannot surf internet. but today i create VM with only private ip. i run this command for check "Invoke-WebRequest -Uri https://google.com -UseBasicParsing" the result status code is 200…
-1
votes
1 answer

How to add IPV4 range to unmanaged server

I am really inexperienced with Linux and networking. I bought an unmanaged dedicated server running ubuntu 16.04. I am having problems with binding the ipv4/24 range with my dedicated server. How would I bind/add my IP range to my dedicated server?
-2
votes
2 answers

Can I get all the virtual IP addresses given the CNAME

Is there a way to find all the aliases of the host? $ nslookup x x is an alias for y y is an alias for z z has address 192.0.2.45 So if I have z, is there a way of using nslookup/host/dig commands to get x and y too?
ak07_
  • 1
  • 1
-2
votes
1 answer

most efficient way to block an ip address from connecting to a ubuntu 18.04 server

Since i do not have access to other layers, i would like to know the most efficient way to block an ip address from connecting to a Ubuntu 18.04 server. To the box itself, they are most likely connecting to port 80. However i would like to block…
Dan
  • 173
  • 1
  • 1
  • 7
-2
votes
1 answer

In virtual hosting via IP address and via port number, how does a web server find out the IP address and port number?

In virtual hosting via IP address or virtual hosting via port number, a web server decides which web site to serve based on the IP address or port number that a request was sent to. When a web server receives a HTTP request, how can it know the IP…
Tim
  • 1,487
  • 6
  • 28
  • 43
-2
votes
2 answers

Connecting to headless machine via crossover

I'm trying to connect to a headless machine over a crossover cable. The headless machine gets it's address via dhcp. What is the easiest way to give the headless machine an ip address so I can connect to it? My Laptop -- Ethernet Cable -- Headless…
HSchmale
  • 223
  • 2
  • 12
-2
votes
1 answer

Configuring DNS server on Windows Server 2012 R2

I have successfully setup a DNS server on my local virtual machine and its running and I've mapped 2 public IP's with my domain name (****.com). I also created reverse lookup zones which basically map my IP's to the domain name... Once I did this,…