Do most large orgs give each person individual IPS
Discuss Do most large orgs give each person individual IPS in the Networking Help forum on Dev Shed. Do most large orgs give each person individual IPS Networking Help forum discussing issues such as routers, switches, small networks, file sharing etc. Find information for both wired and wireless networks.
Posts: 3
Time spent in forums: 17 m 28 sec
Reputation Power: 0
Do most large orgs give each person individual IPS
In a large organization say a hospital or a large regional office. Does each user get an actual IP address or do they tend to use NAT? and each user has a 192.168.x.x IP, and comes out on a single or a few WAN IPS?
We are trying to develop some code for an app we offer that will restrict multiple users from logging in from a single location if they have only paid for one license. One of the ideas is to restrict by IP.
Thanks!
james
Posts: 3
Time spent in forums: 17 m 28 sec
Reputation Power: 0
Thanks
I understand the 192.168.x.x. being NATed' My question is not how it happens but what is common. NAT or each user getting IP's in a large organization.
Quote:
Originally Posted by requinix
If someone has a 192.168.* address then they are being NATed.
Restricting by IP doesn't work except in very specific, targeted cases. Offices and colleges are probably the two biggest LAN users.
Posts: 7,931
Time spent in forums: 2 Months 7 h 43 m 47 sec
Reputation Power: 6991
Use of NAT is very common. IPv4 addresses are expensive, and the vast majority of businesses have no reason to give each computer in their network its own public IP.
Posts: 3
Time spent in forums: 17 m 28 sec
Reputation Power: 0
Thanks that's what I thought.
The cost alone would be a factor.
Thanks again
Quote:
Originally Posted by E-Oreo
Use of NAT is very common. IPv4 addresses are expensive, and the vast majority of businesses have no reason to give each computer in their network its own public IP.