Networking Forums

Networking Forums > Computer Networking > Windows Networking > which ip scheme i have to prefer?

Reply
Thread Tools Display Modes

which ip scheme i have to prefer?

 
 
dipak
Guest
Posts: n/a

 
      05-21-2007, 07:57 AM
I have 1 gateway pc for all networks - 192.168.0.254
( that i can change any way)


now i want Hierarchy like -- 1 gateway
/ \
1 company 2 company
/ / / /
1 dept 2 dept 1 dept 2 dept
/ /
1 lab 2 lab

Now i want all network to be connected with same gateway.
and all networks can access each others pcs ( labs, dept, companies)

Plz. suggest me the ip range , which i have to prefer for the upper
diagram.

I also want that at any time i can chage ( disconnect) 2 different
labs , with the help of command line, (As physical disconnection of
cable is not preferable)


Suggest me some solution that i can implement for the network

Thanks

Regards

debug

 
Reply With Quote
 
 
 
 
Dragos CAMARA
Guest
Posts: n/a

 
      05-21-2007, 08:29 AM
hi,
first if you want the ip range you have to provide some extra info like
-number of devices, how much will grow on next year or on future.

for disconnect an entire segment i will sugest you to work with VLAN - but
for that you need a switch with that option.
--
Dragos CAMARA
MCSA Windows 2003 server


"dipak" wrote:

> I have 1 gateway pc for all networks - 192.168.0.254
> ( that i can change any way)
>
>
> now i want Hierarchy like -- 1 gateway
> / \
> 1 company 2 company
> / / / /
> 1 dept 2 dept 1 dept 2 dept
> / /
> 1 lab 2 lab
>
> Now i want all network to be connected with same gateway.
> and all networks can access each others pcs ( labs, dept, companies)
>
> Plz. suggest me the ip range , which i have to prefer for the upper
> diagram.
>
> I also want that at any time i can chage ( disconnect) 2 different
> labs , with the help of command line, (As physical disconnection of
> cable is not preferable)
>
>
> Suggest me some solution that i can implement for the network
>
> Thanks
>
> Regards
>
> debug
>
>

 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      05-21-2007, 11:53 AM
As Dragos said, it isn't simply a matter of IP addresses. How are you
going to set this up? What sort of hardware are you using ? Firewall,
switches, routers, VLANs?

"Dragos CAMARA" <(E-Mail Removed)> wrote in message
news:CB766228-0BB9-4916-A1A4-(E-Mail Removed)...
> hi,
> first if you want the ip range you have to provide some extra info like
> -number of devices, how much will grow on next year or on future.
>
> for disconnect an entire segment i will sugest you to work with VLAN - but
> for that you need a switch with that option.
> --
> Dragos CAMARA
> MCSA Windows 2003 server
>
>
> "dipak" wrote:
>
>> I have 1 gateway pc for all networks - 192.168.0.254
>> ( that i can change any way)
>>
>>
>> now i want Hierarchy like -- 1 gateway
>> / \
>> 1 company 2 company
>> / / / /
>> 1 dept 2 dept 1 dept 2 dept
>> / /
>> 1 lab 2 lab
>>
>> Now i want all network to be connected with same gateway.
>> and all networks can access each others pcs ( labs, dept, companies)
>>
>> Plz. suggest me the ip range , which i have to prefer for the upper
>> diagram.
>>
>> I also want that at any time i can chage ( disconnect) 2 different
>> labs , with the help of command line, (As physical disconnection of
>> cable is not preferable)
>>
>>
>> Suggest me some solution that i can implement for the network
>>
>> Thanks
>>
>> Regards
>>
>> debug
>>
>>



 
Reply With Quote
 
debug
Guest
Posts: n/a

 
      05-22-2007, 05:28 AM
ok, i will give you brief idea about my hardware and current network
settings.


I have 250 Machines , with 2 servers ( windows -2003 and Internet
sharer)


i have 15 labs each of 15 machines -- (15 * 15), staff will use
individual 25 machines

(Currently win-2003 server's ip : 192.168.0.1 , internet sharer
192.168.0.254, all lab machines are connected with 192.168.0.n and
192.168.1.n staff will use 192.168.3.n .....all having subnet mask
255.255.0.0 and gateway of 192.168.0.254 )

I have 10/100 switch connected over whole network.

Now i want that at any time, if i want to disconnect any lab from
other labs or server (win-2003) , it should be possible for me to do
the same without physical disconnection of cable or switch.

so i want to set such type of ip range that can solve my problem.

I want to implement it as fast as possible so guide me to do so.



Regards
debug

 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      05-22-2007, 05:43 AM

"debug" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) ups.com...
> ok, i will give you brief idea about my hardware and current network
> settings.
>
>
> I have 250 Machines , with 2 servers ( windows -2003 and Internet
> sharer)
>
>
> i have 15 labs each of 15 machines -- (15 * 15), staff will use
> individual 25 machines
>
> (Currently win-2003 server's ip : 192.168.0.1 , internet sharer
> 192.168.0.254, all lab machines are connected with 192.168.0.n and
> 192.168.1.n staff will use 192.168.3.n .....all having subnet mask
> 255.255.0.0 and gateway of 192.168.0.254 )
>
> I have 10/100 switch connected over whole network.
>
> Now i want that at any time, if i want to disconnect any lab from
> other labs or server (win-2003) , it should be possible for me to do
> the same without physical disconnection of cable or switch.
>
> so i want to set such type of ip range that can solve my problem.
>
> I want to implement it as fast as possible so guide me to do so.
>
>
>
> Regards
> debug
>


Why do you think that it will be easy to isolate any group of machines?
You network is not segmented in any way. All of your machines are connected
to the same switch path and are running in the same IP subnet
(192.168.0.0/16). You just have one big single segment, single subnet LAN
with no isolation into groups.


 
Reply With Quote
 
dipak
Guest
Posts: n/a

 
      05-22-2007, 10:05 AM
Thanks for prompt reply.


Can i segment it out for different ip scheme? because my purpose is
only to differenciate out two labs when i need.


i m newbie to network and can't understand how to solve this?

Can u suggest me which ip and subnet i have to used?
Help me for the same



 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      05-24-2007, 10:20 AM

"dipak" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) ups.com...
> Thanks for prompt reply.
>
>
> Can i segment it out for different ip scheme? because my purpose is
> only to differenciate out two labs when i need.
>
>
> i m newbie to network and can't understand how to solve this?
>
> Can u suggest me which ip and subnet i have to used?
> Help me for the same
>
>
>


The simplest way to isolate the the two labs from the rest of the network
would be to put them in their own IP subnets and on their own switches and
put them behind a NAT router. The machines in a lab would be able to see the
Internet and other machines on your 102.168.0.0/16 network. But they would
not be able to see each other and the machines on your LAN would not be able
to see the machines in either lab. eg

Internet
|
gateway router
192.168.0.254
|
LAN machines
192.168.0.x/16 dg 192.168.0.254
| |
192.168.0.m/16 192.168.0.n/16
NAT NAT
192.168.21.1/24 192.168.22.1/24
| |
LAB1 LAB2
192.168.21.x/24 192.168.22.x/24
dg 192.168.21.1 dg 192.168.22.1


 
Reply With Quote
 
 
 
Reply

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why some hosts in Internet not prefer to be traceroute-d ? Ashish Shukla Linux Networking 4 09-27-2007 04:52 AM
CAT 5 A or B colour scheme ? Real Ale Home Networking 1 12-18-2005 06:55 PM
BT light user scheme R D S Broadband 13 05-26-2005 07:18 PM
Community Broadband Scheme Trevor Appleton Broadband 17 10-18-2004 09:19 PM
New IP Scheme with DHCP Matt Burks Windows Networking 5 05-19-2004 07:07 PM



1 2 3 4 5 6 7 8 9 10 11