Networking Forums  

Go Back   Networking Forums > Networking Newsgroups > Home Networking

Adding to full network Help

Reply
 
Thread Tools Display Modes
  #1  
Old 09-06-2004, 06:47 PM
Default Adding to full network Help



watch the SPAM trap
cAm should be cOm

We have a class C IP range network and have reached 254 hosts.

Without subnetting how best can a separate ip range be set up on the
existing network but with a public range of 192.168 etc?

I would like to give a dept of 50 users a different IP range to limit the
amount of configuration on each machine.

There are a mixture of operating systems most commonly windows 98SE

Help appreciated

TIA
tim

watch the SPAM trap
cAm should be cOm




tim
Reply With Quote
  #2  
Old 09-06-2004, 10:24 PM
THe NuTTeR
Guest
 
Posts: n/a
Default Re: Adding to full network Help

I don't really understand what you are asking, but I think the only
thing you can really do is change the subnet mask to the 3rd octet is
less than 255.
Easiest is 255.255.0.0
G


"tim" <(E-Mail Removed)> wrote in message
news:413ca29b$0$20251$(E-Mail Removed)...
> watch the SPAM trap
> cAm should be cOm
>
> We have a class C IP range network and have reached 254 hosts.
>
> Without subnetting how best can a separate ip range be set up on the
> existing network but with a public range of 192.168 etc?
>
> I would like to give a dept of 50 users a different IP range to limit
> the
> amount of configuration on each machine.
>
> There are a mixture of operating systems most commonly windows 98SE
>
> Help appreciated
>
> TIA
> tim
>
> watch the SPAM trap
> cAm should be cOm
>
>



Reply With Quote
  #3  
Old 09-06-2004, 10:33 PM
None
Guest
 
Posts: n/a
Default Re: Adding to full network Help

You can set-up a different IP range on the same physical network -
both subnets wont be able to communicate with each other unless you
specify the gateway to route packets between the different subnets.

Do you want to route packets to the different subnet or do you wish to
have the networks totally seperate ?

Only problem you may encounter is DHCP - as DHCP works on a broadcast
- if you have 2 DHCP servers for each of the subnets - then you will
run into problems as when a client wants an IP address and sends a
broadcast out - the first DHCP serve to answer will allocate an IP
address - this is where the problem will appear.

The only way to get round this is to use static IP for the other
subnet.



>"tim" <(E-Mail Removed)> wrote in message
>news:413ca29b$0$20251$(E-Mail Removed)...
>> watch the SPAM trap
>> cAm should be cOm
>>
>> We have a class C IP range network and have reached 254 hosts.
>>
>> Without subnetting how best can a separate ip range be set up on the
>> existing network but with a public range of 192.168 etc?
>>
>> I would like to give a dept of 50 users a different IP range to limit
>> the
>> amount of configuration on each machine.
>>
>> There are a mixture of operating systems most commonly windows 98SE
>>
>> Help appreciated
>>
>> TIA
>> tim
>>
>> watch the SPAM trap
>> cAm should be cOm
>>
>>

>


Reply With Quote
  #4  
Old 09-07-2004, 07:59 PM
tim
Guest
 
Posts: n/a
Default Re: Adding to full network Help

I have reached the maximum number of IP adresses (254) on our class c
192.etc.etc.etc system.
I would like to expand the network but not have to visit all machines
(static IP are manually set here)
So wondered if i could use a new IP range and link to the existing network
somehow.
Thanks for your comments
appreciated
tim


Reply With Quote
  #5  
Old 09-07-2004, 08:11 PM
Lurch
Guest
 
Posts: n/a
Default Re: Adding to full network Help

On Tue, 7 Sep 2004 19:59:37 +0100, "tim" <(E-Mail Removed)> strung
together this:

>I have reached the maximum number of IP adresses (254) on our class c
>192.etc.etc.etc system.
>I would like to expand the network but not have to visit all machines
>(static IP are manually set here)
>So wondered if i could use a new IP range and link to the existing network
>somehow.


It'd be cheaper to go round all the existing pc's and change them to a
/16 subnet.
--

SJW
A.C.S. Ltd
Reply With Quote
  #6  
Old 09-07-2004, 08:20 PM
tim
Guest
 
Posts: n/a
Default Re: Adding to full network Help

Thanks for your comments
We already issue static IP so this could work. So I could use class C
private 192.168 etc with same subnet as my existing network and specify a
router on the bigger network as the gateway?
have i got that right?
much appreciated

tim


Reply With Quote
  #7  
Old 09-07-2004, 08:58 PM
Alex Fraser
Guest
 
Posts: n/a
Default Re: Adding to full network Help

"Lurch" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Tue, 7 Sep 2004 19:59:37 +0100, "tim" <(E-Mail Removed)> strung
> together this:
>
> >I have reached the maximum number of IP adresses (254) on our class c
> >192.etc.etc.etc system.
> >I would like to expand the network but not have to visit all machines
> >(static IP are manually set here)
> >So wondered if i could use a new IP range and link to the existing
> >network somehow.

>
> It'd be cheaper to go round all the existing pc's and change them to a
> /16 subnet.


It'd be not much different to set up a DHCP server, and go round all the
existing PCs and set them to use DHCP. And, of course, far better in the
long run.

Alex


Reply With Quote
  #8  
Old 09-07-2004, 11:39 PM
THe NuTTeR
Guest
 
Posts: n/a
Default Re: Adding to full network Help

> Thanks for your comments
> We already issue static IP so this could work. So I could use class C
> private 192.168 etc with same subnet as my existing network and
> specify a
> router on the bigger network as the gateway?
> have i got that right?
> much appreciated
>
> tim
>


Unfortunately, I don't think you have.
If you use static IP already, its kinda hard.
Basically, a subnet is a logical division between networks. Most private
IP networks will use a class C subnet, if you change to a class B
subnet, then you have 256 squared addresses, which is 65536 IIRC, minus
a few for broadcast etc.
To understand subnets properly you have to go back to network address
and node address, and write all IP addresses in binary... well thats the
easiest way to understand it.

The easiest way for you to configure your network, for the future, is
either to segment it, with ethernet routers joined together to route
between different class C subnets (eg servers on 192.168.0.x, accounts
on 192.168.1.x, sales on 192.168.2.x, etc) however a lot of microsoft
things aren't very routable outside of subnets.

Better may be to open up the subnet to a class B, and then you have many
more addresses to play with.

Its quite complicated deep workings of TCPIP, that I struggle to
explain.

I hope i've managed to help, and if i've just confused you more,
hopefully someone will clear it up, or even i can if you point at bits
you dont understand


Reply With Quote
  #9  
Old 09-07-2004, 11:41 PM
THe NuTTeR
Guest
 
Posts: n/a
Default Re: Adding to full network Help


"Alex Fraser" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> "Lurch" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> On Tue, 7 Sep 2004 19:59:37 +0100, "tim" <(E-Mail Removed)>
>> strung
>> together this:
>>
>> >I have reached the maximum number of IP adresses (254) on our class
>> >c
>> >192.etc.etc.etc system.
>> >I would like to expand the network but not have to visit all
>> >machines
>> >(static IP are manually set here)
>> >So wondered if i could use a new IP range and link to the existing
>> >network somehow.

>>
>> It'd be cheaper to go round all the existing pc's and change them to
>> a
>> /16 subnet.

>
> It'd be not much different to set up a DHCP server, and go round all
> the
> existing PCs and set them to use DHCP. And, of course, far better in
> the
> long run.
>

Specially if you can assign permanent IP addresses to MAC addresses in
the DHCP server and set the subnet sufficently.


Reply With Quote
  #10  
Old 09-08-2004, 01:03 AM
Rob Morley
Guest
 
Posts: n/a
Default Re: Adding to full network Help

In article <413ca29b$0$20251$(E-Mail Removed)>, "tim"
(E-Mail Removed) says...
> We have a class C IP range network and have reached 254 hosts.
>
> Without subnetting how best can a separate ip range be set up on the
> existing network but with a public range of 192.168 etc?


That's a private address range, not public.
>
> I would like to give a dept of 50 users a different IP range to limit the
> amount of configuration on each machine.
>
> There are a mixture of operating systems most commonly windows 98SE
>

What sort of connectivity is required between the new and old machines,
or externally?

Reply With Quote
Reply

Tags
adding, full, network

Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 04:29 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.