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

how to change the special port output source address?

I want to change the my datapackage from port 25 to another internal address(192.168.2.253). iptables -A OUTPUT -o em1 -p tcp --dport 25 -j SNAT --to 192.168.2.253 But I get the output is: root@gateway:~# iptables -A OUTPUT -o em1 -p tcp --dport 25…
user504909
  • 109
  • 6
-2
votes
1 answer

Can I conclusively determine that a remote web server is denying access by blocking my IP address?

Let's say a web server administrator has configured his web server to deny traffic from my IP address or address range and throws an http 403 forbidden when I hit the site. (In this scenario I am trying to access the server over the Internet and he…
Howiecamp
  • 495
  • 2
  • 9
  • 17
-2
votes
1 answer

On my Amazon EC2 instance for a school project. I tracked visitor IPs and within 5 minutes an IP linked to cnn-noc.net (Huawei/China Netcom) appeared

I'm not sure if there are any rules here regarding posting specific IP addresses so I will take the address down if necessary. As aforementioned, I put up an IP tracker on my Amazon EC2 instance for fun (and to see if my TAs had looked at my project…
Matthew
  • 13
  • 2
-2
votes
1 answer

Strange way to configure IP on Server with Hyper-V. We're doing something wrong?

Scenario (real with address/names altered): Windows Server 2008 R2 with Hyper-V installed. Originally, there were 2 machines let's call them FileServer and MainServer. The FileServer does a little more that just file serving. MainServer have the…
Fabricio Araujo
  • 237
  • 3
  • 11
-2
votes
2 answers

How to connect two wireless routers by powerlines

To extend the wireless range I bought a pair of powerlines. So one of them is connected to the main wireless router which is provided by ISP company. And the other side of the powerline is connected to a D-Link (DIR-615) wireless router. The second…
-2
votes
2 answers

What does IP Address quadrants reperesent?

If a IP address is 192.168.112.28 what does each quadrant represent in this IP address?
chamz33
  • 113
  • 1
  • 6
-2
votes
1 answer

How do i set public ip address for office?

My assignment has this thing. Im given with the public ip address of 203.220.72.0/24. This is public ip address for router.The office got 20 hots and I need to give public ip address to those hosts, not private ip address? how should i do that?…
-2
votes
1 answer

How does one set a dedicated IP address to a minecraft server on Windows Server 2008 R2?

So I bought a dedicated server from staminus.net just for running a Minecraft server. On Minecraft, the default port is 25565. I am wondering how one makes it so that there is no port on the IP address for the Minecraft server. The reason I don't…
-2
votes
1 answer

Windows Server 2003 not loading web pages by domain, but loads/pings by IP (Server not found)

It's really weird and randomly started happening.. Example: I open firefox or IE on the server and try to load "google.com". It doesn't load. Pinging it doesn't work either. However, if it use the IP to ping or open it in firefox or IE, it works.…
-2
votes
4 answers

How do I say two IP address are in different network

This is very basic question but i really could not find how it will be.There are two network IP address are given 10.0.0.10/24, 30.0.0.10/24 .Would like to know are these two addresses in same network or in different networks I believe its in same…
Milan
  • 219
  • 1
  • 4
  • 9
-2
votes
1 answer

Get/Assign IP addresses assigned by the DHCP sever with DLink switches in between

In our office the setup is like we have a UBUNTU server with DHCP Server connected to all the PCS via 24 port and 8 port DLink switches. How can I find all the PCS(with client name, ip and mac address)in the network?? When I do "vi…
-2
votes
2 answers

Synchronize information in same server with multiple ips

So i have a unix dedicated server and multiple ips. I am running a website on both ip address. 192.168.1.0 192.168.1.1 How do i make it so the files and folders on both ip addresses are synchronized? If i update index.php on the first ip, i want…
Ben
  • 107
-2
votes
4 answers

Ethernet interface number changed, and old one does not exist, but does not leave IP address

I have a virtual machine with Mandriva 2007.0 (yes, old - unfortunately we do not have a choice here). Anyway, the problem: Before reboot: active network interface = eth0. No other interfaces present, and network manager confirms this. Static IP…
Sagar
  • 534
  • 3
  • 7
  • 21
-2
votes
1 answer

Specify different broadcast IPs for different Windows machines

I run some high-frequency trading software from home across multiple accounts. Sometimes during very volatile conditions, I run into issues with rate limits restricted by IP address. I was assuming I could get a batch of IP addresses, which I've…
-2
votes
1 answer

Discover IP address of the device knowing only MAC address

While "wiresharking" the network, You may come across packets that looks like THIS eth.src to eth.dst (mainly colored white).. sometimes Wireshark recognize protocol LLC, NDP etc.. but sometimes it just 0x000 or 0x0de. So You know the MAC address of…
apech zzz
  • 3
  • 1