Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > Windows Server

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-25-2008, 02:21 PM
=?Utf-8?B?QWFyb24=?=
 
Posts: n/a
Running out of LAN IP addresses

I currently manage a school that is growing and will run out of internal IP
addresses. We currently use 192.168.1.x and 255.255.255.0 for the network.
What would be the easiest way to allow for more available IP addresses on the
LAN?

Reply With Quote
  #2 (permalink)  
Old 06-26-2008, 11:42 PM
RPK
 
Posts: n/a
Re: Running out of LAN IP addresses

If they are purely for internal use (which they must be in that range), wny
not just change the subnet mask to 255.255.0.0.

You will then have enough addresses for a lifetime.


"Aaron" <Aaron@discussions.microsoft.com> wrote in message
news:21B0836B-0D0F-477B-8FFB-AC2E05AD3746@microsoft.com...
>I currently manage a school that is growing and will run out of internal IP
> addresses. We currently use 192.168.1.x and 255.255.255.0 for the
> network.
> What would be the easiest way to allow for more available IP addresses on
> the
> LAN?
>



Reply With Quote
  #3 (permalink)  
Old 06-27-2008, 02:54 PM
Phillip Windell
 
Posts: n/a
Re: Running out of LAN IP addresses

Because ethernet degrades after around 250-300 hosts on a single broadcast
domain (subnet). So you keep the /24 bit mask. If more hosts are needed
then you add a new IP segment.

--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------



"RPK" <news@kco.co.uk> wrote in message
news:eooj3391IHA.5560@TK2MSFTNGP02.phx.gbl...
> If they are purely for internal use (which they must be in that range),
> wny not just change the subnet mask to 255.255.0.0.
>
> You will then have enough addresses for a lifetime.
>
>
> "Aaron" <Aaron@discussions.microsoft.com> wrote in message
> news:21B0836B-0D0F-477B-8FFB-AC2E05AD3746@microsoft.com...
>>I currently manage a school that is growing and will run out of internal
>>IP
>> addresses. We currently use 192.168.1.x and 255.255.255.0 for the
>> network.
>> What would be the easiest way to allow for more available IP addresses on
>> the
>> LAN?
>>

>
>



Reply With Quote
  #4 (permalink)  
Old 06-27-2008, 03:17 PM
Meinolf Weber
 
Posts: n/a
Re: Running out of LAN IP addresses

Hello Phillip,

Do you have some links about the degrading of the ethernet? We use /28 bit
in our network, without any problems.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

> Because ethernet degrades after around 250-300 hosts on a single
> broadcast domain (subnet). So you keep the /24 bit mask. If more
> hosts are needed then you add a new IP segment.
>
> The views expressed, are my own and not those of my employer, or
> Microsoft, or anyone else associated with me, including my cats.
> -----------------------------------------------------
>
> "RPK" <news@kco.co.uk> wrote in message
> news:eooj3391IHA.5560@TK2MSFTNGP02.phx.gbl...
>
>> If they are purely for internal use (which they must be in that
>> range), wny not just change the subnet mask to 255.255.0.0.
>>
>> You will then have enough addresses for a lifetime.
>>
>> "Aaron" <Aaron@discussions.microsoft.com> wrote in message
>> news:21B0836B-0D0F-477B-8FFB-AC2E05AD3746@microsoft.com...
>>
>>> I currently manage a school that is growing and will run out of
>>> internal
>>> IP
>>> addresses. We currently use 192.168.1.x and 255.255.255.0 for the
>>> network.
>>> What would be the easiest way to allow for more available IP
>>> addresses on
>>> the
>>> LAN?



Reply With Quote
  #5 (permalink)  
Old 06-27-2008, 04:48 PM
=?Utf-8?B?QWFyb24=?=
 
Posts: n/a
Re: Running out of LAN IP addresses

What if I change the subnet mask to 255.255.254.0? That would give me 510
hosts, correct? Usable would be 192.168.1.1 - 192.168.2.254?

"Meinolf Weber" wrote:

> Hello Phillip,
>
> Do you have some links about the degrading of the ethernet? We use /28 bit
> in our network, without any problems.
>
> Best regards
>
> Meinolf Weber
> Disclaimer: This posting is provided "AS IS" with no warranties, and confers
> no rights.
> ** Please do NOT email, only reply to Newsgroups
> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>
> > Because ethernet degrades after around 250-300 hosts on a single
> > broadcast domain (subnet). So you keep the /24 bit mask. If more
> > hosts are needed then you add a new IP segment.
> >
> > The views expressed, are my own and not those of my employer, or
> > Microsoft, or anyone else associated with me, including my cats.
> > -----------------------------------------------------
> >
> > "RPK" <news@kco.co.uk> wrote in message
> > news:eooj3391IHA.5560@TK2MSFTNGP02.phx.gbl...
> >
> >> If they are purely for internal use (which they must be in that
> >> range), wny not just change the subnet mask to 255.255.0.0.
> >>
> >> You will then have enough addresses for a lifetime.
> >>
> >> "Aaron" <Aaron@discussions.microsoft.com> wrote in message
> >> news:21B0836B-0D0F-477B-8FFB-AC2E05AD3746@microsoft.com...
> >>
> >>> I currently manage a school that is growing and will run out of
> >>> internal
> >>> IP
> >>> addresses. We currently use 192.168.1.x and 255.255.255.0 for the
> >>> network.
> >>> What would be the easiest way to allow for more available IP
> >>> addresses on
> >>> the
> >>> LAN?

>
>
>

Reply With Quote
  #6 (permalink)  
Old 06-27-2008, 04:57 PM
Phillip Windell
 
Posts: n/a
Re: Running out of LAN IP addresses

If it is a gigabit LAN the degredation probably isn't even perceived
"humanly" if the actual hosts are only a small amout higher than 300, but
I'm sure it could be measured with equipment. If anything, the number of
broadcast created by that number of hosts has got to mean something, and the
LAN would have to perform be better if they were reduced. Anyway I like to
stay within recommendations and standards rather than doing something just
because I can get away with it,..especially when I am making recommendations
to others.

I wish I had a link or a reference but I don't. It was something mentioned
"along the way" within the Cisco Textbook material they use for the CCNA
exams in the Colleges that have those courses. I am on the IT Advisory
Committee for the local college in my area and so I have contact with those
instructors. I recently asked one if the 250-300 host recommended limit was
still the case to make sure I wasn't day dreaming or something back when I
went through the classes. He said that it was true but he didn't have any
exact refernces or quotes to give me. But if I ever find any, I'll be sure
to keep track of them. I still have those textbooks, but it seems to be a
needle in the hay stack to find the quote.

--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------


"Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message
news:ff16fb66a22f58caa688761fbad0@msnews.microsoft .com...
> Hello Phillip,
>
> Do you have some links about the degrading of the ethernet? We use /28 bit
> in our network, without any problems.
>
> Best regards
>
> Meinolf Weber
> Disclaimer: This posting is provided "AS IS" with no warranties, and
> confers no rights.
> ** Please do NOT email, only reply to Newsgroups
> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>
>> Because ethernet degrades after around 250-300 hosts on a single
>> broadcast domain (subnet). So you keep the /24 bit mask. If more
>> hosts are needed then you add a new IP segment.
>>
>> The views expressed, are my own and not those of my employer, or
>> Microsoft, or anyone else associated with me, including my cats.
>> -----------------------------------------------------
>>
>> "RPK" <news@kco.co.uk> wrote in message
>> news:eooj3391IHA.5560@TK2MSFTNGP02.phx.gbl...
>>
>>> If they are purely for internal use (which they must be in that
>>> range), wny not just change the subnet mask to 255.255.0.0.
>>>
>>> You will then have enough addresses for a lifetime.
>>>
>>> "Aaron" <Aaron@discussions.microsoft.com> wrote in message
>>> news:21B0836B-0D0F-477B-8FFB-AC2E05AD3746@microsoft.com...
>>>
>>>> I currently manage a school that is growing and will run out of
>>>> internal
>>>> IP
>>>> addresses. We currently use 192.168.1.x and 255.255.255.0 for the
>>>> network.
>>>> What would be the easiest way to allow for more available IP
>>>> addresses on
>>>> the
>>>> LAN?

>
>



Reply With Quote
  #7 (permalink)  
Old 06-27-2008, 05:19 PM
Phillip Windell
 
Posts: n/a
Re: Running out of LAN IP addresses

"Aaron" <Aaron@discussions.microsoft.com> wrote in message
news:36881A22-EAB3-45C4-AC58-019385E6E1E5@microsoft.com...
> What if I change the subnet mask to 255.255.254.0? That would give me 510
> hosts, correct? Usable would be 192.168.1.1 - 192.168.2.254?


It would,...but I wouldn't.

You use lower bit masks in routing tables to Supernet subnets together over
backbones where there are multiple consecutive subnet furthers down the
line. That is how the whole Internet works between the differnet "levels"
of Internet Providers and also how large Private Corporations with 1000's of
machines and many subnets route their LAN/WAN/MAN traffic.

--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------


Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > Windows Server


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:53 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Montana Music | Free Ringtones | Per Insurance | Free Ringtones | Remortgages



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114