Nat – How many computers can have the same public IP

ipnat;networking

I've got a list of hundreds of page requests from the same IP and I need to know if these could be requests by different computers.

Best Answer

There is no limit to the number of computers, however there is a limit to the number of simultaneous connections because of the possibility of ephemeral port exhaustion. More computers usually means more connections so there is a practical limit to how many computers will typically share the same IP address. Usually with a very large number of computers, multiple IP addresses will be shared in a pool to be used for NAT.

Related Topic