Networking Forums

Networking Forums > Computer Networking > Windows Networking > DHCP, SuperScopes and Migrating Address Classes

Reply
Thread Tools Display Modes

DHCP, SuperScopes and Migrating Address Classes

 
 
MCT Since 1999
Guest
Posts: n/a

 
      10-16-2008, 12:53 PM

A customer have a class 192.168.1.0/24 network with DHCP and wann "expand"
because the number os machnes in the environemtn is on the limit.
How can ths be done with minimal impact?

Creating another scope and using SuperScopes to distribute another class C
is an option to "expand"?

IŽll have to use a "router" (A linux or Windows doing routing) between the
networks?


 
Reply With Quote
 
 
 
 
Bill Grant
Guest
Posts: n/a

 
      10-17-2008, 04:10 AM


"MCT Since 1999" <(E-Mail Removed)> wrote in message
news:#(E-Mail Removed)...
>
> A customer have a class 192.168.1.0/24 network with DHCP and wann "expand"
> because the number os machnes in the environemtn is on the limit.
> How can ths be done with minimal impact?
>
> Creating another scope and using SuperScopes to distribute another class C
> is an option to "expand"?
>
> IŽll have to use a "router" (A linux or Windows doing routing) between the
> networks?
>

You don't need any superscopes, just two 24-bit scopes (say
192.168.1.0/24 and 192.168.2.0/24).

If both scopes are on one DHCP server, you need a router between them
which supports DHCP relay, so that machines in the second subnet can receive
network config. A router will normally block DHCP broadcasts, but DHCP
relay allows the router to forward the request to the DHCP server in the
other subnet.

 
Reply With Quote
 
KayzerSoze
Guest
Posts: n/a

 
      10-17-2008, 04:08 PM
In this environment i suggested simply changing the subnet address of the
static IP Servers (30 of then), destroy DHCP scope and create another one
with Class "B" mask and make changes to the Router and Firewall/proxy
structure (Checkpoint and ISA)

Additionally, contact the Telco to check if thre is RIP active or if thres
is a need for manual intervention on the border routers to "know" that a new
network exists.


Currently there is a 192.168.1.x/24 net and everything will change to
192.168.x.y/16 and other Sites (locations) uses a 10.x network connected by
a MPLS VPN connection


"Bill Grant" <not.available@online> escreveu na mensagem
news:(E-Mail Removed)...
>
>
> "MCT Since 1999" <(E-Mail Removed)> wrote in message
> news:#(E-Mail Removed)...
>>
>> A customer have a class 192.168.1.0/24 network with DHCP and wann
>> "expand" because the number os machnes in the environemtn is on the
>> limit.
>> How can ths be done with minimal impact?
>>
>> Creating another scope and using SuperScopes to distribute another class
>> C is an option to "expand"?
>>
>> IŽll have to use a "router" (A linux or Windows doing routing) between
>> the networks?
>>

> You don't need any superscopes, just two 24-bit scopes (say
> 192.168.1.0/24 and 192.168.2.0/24).
>
> If both scopes are on one DHCP server, you need a router between them
> which supports DHCP relay, so that machines in the second subnet can
> receive network config. A router will normally block DHCP broadcasts,
> but DHCP relay allows the router to forward the request to the DHCP server
> in the other subnet.



 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      10-20-2008, 05:12 PM
"KayzerSoze" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...

> Currently there is a 192.168.1.x/24 net and everything will change to
> 192.168.x.y/16 and other Sites (locations) uses a 10.x network connected
> by a MPLS VPN connection


There are reasons why that is not done so already. Ethernet efficiency nose
dives after around 250-300 host. It may not be "humanly" noticable at
first,...but it exists. Obviously it is more noticable on a 10mbps LAN than
a 100mbps LAN,..and more noticable on a 100mbps LAN than a 1000mbps
LAN,...but if you don't want your 100mbps LAN to not run like a 10mbps
one,...or don't want your 1000mbps LAN to not run like a 100mbps one,...then
stick with the principle of 254 Hosts per segment.

A /16 bit mask creates 55,534 hosts is one segment. Who is going to have
that many hosts on a segment?? How many IP# are going to be wasted?...and
then possibly running into address conflicts when VPNing with some other LAN
in the future because you are eating up so many addresses needlessly.

If you use 10.0.0.0/16
Someone else uses 10.0.45.0/24
Attempt to VPN = Address conflict

The /24 bit mask is the perfect size with 254 hosts.

The lower bit masks are for supernetting over backbones where they are used
in router's routing tables to reduce the number of route table entries to
keep the tables efficient,...that is how the routers out in "Internet Land"
function. But the "large segments" are expected to be broken down into
smaller pieces (245 hosts or less) when they finally get down the "host
networks" where the individual PCs "live".

Follow the process that Bill explained.
Routers are not that expensive,...if they have the money to have enough
Hosts to crowd a "254 host" LAN then they have enough money to buy a LAN
Router or a Layer3 Switch (LAN Router and Switch built into same hardware
device).

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

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
DHCP Superscopes setup Windows Networking 0 08-03-2006 05:30 AM
DHCP Superscopes & how to configuring the Router ip helper-address Gary Windows Networking 5 11-03-2005 10:13 PM
DHCP Superscopes =?Utf-8?B?RW5yaXF1ZQ==?= Windows Networking 7 01-13-2005 06:15 PM
DHCP Vendor Classes William King Windows Networking 3 07-02-2004 07:43 PM
Using vendor classes in DHCP Bernt Brundtland Windows Networking 1 03-04-2004 04:15 PM



1 2 3 4 5 6 7 8 9 10 11