You will only be able to have 6 computers on your network one being the gateway so 5 usable pc's
Main Topics
Browse All Topics
Normally, we setup routers dhcp with a private IP on the LAN and a subnet of 255.255.255.0 and gateway of 1.1
If the subnet was changed to 255.255.255.248, what would happen?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
So, if there were 6 computers at the site and they had intermittetent problems of one pc being kicked off
-the ones that stayed on were fine but the ones that were shut off could not get DNS but
-Local LAN printing worked somewhat
-We looked for virus, spyware, network protocols
How many computer can be attached to a gateway with a subnet of 255.255.255.0
or
What would have been a better octect to change the subnet to?
For quickly figuring out how many usable adresses there are on a given subnet with mask 255.255.255.X (where X is 0, 128, 192 .. 252) take 256-X.
This is the number of adresses in the network. Out of these, one (the lowest) is the "network adress", one (the highest) is the "broadcast adress". Typically uoi'll want to stick a router in there as well, which will use a third adress. The rest can be used for regular machines.
So, for some examples:
255.255.255.0 (or /24 with the short notation) has 256 adresses, and you can stick one router and 253 machines on it, totalling 254 usable adresses.
255.255.255.224 (ie /26) has 32 adresses, where you can use 30 of them (for router or other machines)
255.255.255.252 (/30) has 256-252 = 4 adresses. Minus one for the network and one for broadcast. This leaves you with two usable adresses. This setup is sometimes used between two routers where there are only two endpoints on the network.
Sometimes the mask 255.255.255.255 (/32) is used to denote a single server (256-255 = 1). This is not really a network, just one IP adress.
Business Accounts
Answer for Membership
by: scraig84Posted on 2003-10-23 at 13:47:04ID: 9610103
You would have 6 usuable addresses - including the gateway. So 5 devices aside from the router.