Networking Forums

Networking Forums > Computer Networking > Windows Networking > DHCP Server - Allocating different gateway IP

Reply
Thread Tools Display Modes

DHCP Server - Allocating different gateway IP

 
 
Alvyn
Guest
Posts: n/a

 
      09-02-2008, 04:25 AM
Dear Sir/Mdm

Can anyone please advice me how to go about getting the DHCP server in
Windows 2003 Server to allocate different gateway to different user.

Eg, I have 2 broadband lines (512kbps & 1.5Mbps)and 2 routers.
Router A IP : 192.168.1.254 (for 512Kbps)
Router B IP : 192.168.1.253 (for 1.5Mbps)

Can anyone advice how to configure DHCP server to allocate the IP address of
Router A (192.168.1.254) as the gateway to computers in Finance Department
and allocate the IP address of Router B (192.168.1.253) as the gateway to
computers in Operation Department.

Simply, I just need to have 2 different department to access the Internet
via 2 different gateway.

If DHCP function in Windows Server 2003 is not achievable, is there any
other workaround?

Thank you in advance

Alvyn
 
Reply With Quote
 
 
 
 
Mathieu CHATEAU
Guest
Posts: n/a

 
      09-02-2008, 06:15 AM
Hello,
DHCP can't knows which computer is in which group.
So you would have to use mac reservation (with two scope, with a different
gateway).
I would better, if possible put everyone one the 1,5M, and add the 512 as a
secondary default gateway.
So if the main one is unavailable, all your computers will use the other
one.
(this is also true even if you keep your split)

--
Cordialement,
Mathieu CHATEAU
English blog: http://lordoftheping.blogspot.com
French blog: http://www.lotp.fr

"Alvyn" <(E-Mail Removed)> a écrit dans le message de
news:A56FD02E-143D-4382-BC04-(E-Mail Removed)...
> Dear Sir/Mdm
>
> Can anyone please advice me how to go about getting the DHCP server in
> Windows 2003 Server to allocate different gateway to different user.
>
> Eg, I have 2 broadband lines (512kbps & 1.5Mbps)and 2 routers.
> Router A IP : 192.168.1.254 (for 512Kbps)
> Router B IP : 192.168.1.253 (for 1.5Mbps)
>
> Can anyone advice how to configure DHCP server to allocate the IP address
> of
> Router A (192.168.1.254) as the gateway to computers in Finance Department
> and allocate the IP address of Router B (192.168.1.253) as the gateway to
> computers in Operation Department.
>
> Simply, I just need to have 2 different department to access the Internet
> via 2 different gateway.
>
> If DHCP function in Windows Server 2003 is not achievable, is there any
> other workaround?
>
> Thank you in advance
>
> Alvyn


 
Reply With Quote
 
Alvyn
Guest
Posts: n/a

 
      09-02-2008, 04:08 PM
Dear Mathieu CHATEAU

Can I conclude that the DHCP in Windows 2003 does not catered for load
balancing?
Is such case, is there any 3rd pary solution that can resolve such issue?

Please advice.

Thanks

Alvyn

"Mathieu CHATEAU" wrote:

> Hello,
> DHCP can't knows which computer is in which group.
> So you would have to use mac reservation (with two scope, with a different
> gateway).
> I would better, if possible put everyone one the 1,5M, and add the 512 as a
> secondary default gateway.
> So if the main one is unavailable, all your computers will use the other
> one.
> (this is also true even if you keep your split)
>
> --
> Cordialement,
> Mathieu CHATEAU
> English blog: http://lordoftheping.blogspot.com
> French blog: http://www.lotp.fr
>
> "Alvyn" <(E-Mail Removed)> a écrit dans le message de
> news:A56FD02E-143D-4382-BC04-(E-Mail Removed)...
> > Dear Sir/Mdm
> >
> > Can anyone please advice me how to go about getting the DHCP server in
> > Windows 2003 Server to allocate different gateway to different user.
> >
> > Eg, I have 2 broadband lines (512kbps & 1.5Mbps)and 2 routers.
> > Router A IP : 192.168.1.254 (for 512Kbps)
> > Router B IP : 192.168.1.253 (for 1.5Mbps)
> >
> > Can anyone advice how to configure DHCP server to allocate the IP address
> > of
> > Router A (192.168.1.254) as the gateway to computers in Finance Department
> > and allocate the IP address of Router B (192.168.1.253) as the gateway to
> > computers in Operation Department.
> >
> > Simply, I just need to have 2 different department to access the Internet
> > via 2 different gateway.
> >
> > If DHCP function in Windows Server 2003 is not achievable, is there any
> > other workaround?
> >
> > Thank you in advance
> >
> > Alvyn

>
>

 
Reply With Quote
 
Mathieu CHATEAU
Guest
Posts: n/a

 
      09-02-2008, 07:15 PM
DHCP has never been meant to do load balancing...

To achieve what you want, you may use linkproof appliance (or other), that
will use both link and distribute traffic based on state & utilization.

When the computer ask for a lease, the dhcp server only have the mac address
as client information.
The Mac address isn't store in Active Directory, and therefore cannot be
used to filter hosts.


--
Cordialement,
Mathieu CHATEAU
English blog: http://lordoftheping.blogspot.com
French blog: http://www.lotp.fr

"Alvyn" <(E-Mail Removed)> a écrit dans le message de
news:7FD75544-7DC2-4447-8CAB-(E-Mail Removed)...
> Dear Mathieu CHATEAU
>
> Can I conclude that the DHCP in Windows 2003 does not catered for load
> balancing?
> Is such case, is there any 3rd pary solution that can resolve such issue?
>
> Please advice.
>
> Thanks
>
> Alvyn
>
> "Mathieu CHATEAU" wrote:
>
>> Hello,
>> DHCP can't knows which computer is in which group.
>> So you would have to use mac reservation (with two scope, with a
>> different
>> gateway).
>> I would better, if possible put everyone one the 1,5M, and add the 512 as
>> a
>> secondary default gateway.
>> So if the main one is unavailable, all your computers will use the other
>> one.
>> (this is also true even if you keep your split)
>>
>> --
>> Cordialement,
>> Mathieu CHATEAU
>> English blog: http://lordoftheping.blogspot.com
>> French blog: http://www.lotp.fr
>>
>> "Alvyn" <(E-Mail Removed)> a écrit dans le message de
>> news:A56FD02E-143D-4382-BC04-(E-Mail Removed)...
>> > Dear Sir/Mdm
>> >
>> > Can anyone please advice me how to go about getting the DHCP server in
>> > Windows 2003 Server to allocate different gateway to different user.
>> >
>> > Eg, I have 2 broadband lines (512kbps & 1.5Mbps)and 2 routers.
>> > Router A IP : 192.168.1.254 (for 512Kbps)
>> > Router B IP : 192.168.1.253 (for 1.5Mbps)
>> >
>> > Can anyone advice how to configure DHCP server to allocate the IP
>> > address
>> > of
>> > Router A (192.168.1.254) as the gateway to computers in Finance
>> > Department
>> > and allocate the IP address of Router B (192.168.1.253) as the gateway
>> > to
>> > computers in Operation Department.
>> >
>> > Simply, I just need to have 2 different department to access the
>> > Internet
>> > via 2 different gateway.
>> >
>> > If DHCP function in Windows Server 2003 is not achievable, is there any
>> > other workaround?
>> >
>> > Thank you in advance
>> >
>> > Alvyn

>>
>>


 
Reply With Quote
 
Mathieu CHATEAU
Guest
Posts: n/a

 
      09-02-2008, 07:34 PM
I recommend you this setup:

One big scope (IP Range) with everyone:
2 default routes (first the small, then the big link as failover)

One small scope (IP Range) with IT dept:
2 default routes (first the big, then the small link as failover)
->Reservation by mac address.


--
Cordialement,
Mathieu CHATEAU
English blog: http://lordoftheping.blogspot.com
French blog: http://www.lotp.fr

"Alvyn" <(E-Mail Removed)> a écrit dans le message de
news:7FD75544-7DC2-4447-8CAB-(E-Mail Removed)...
> Dear Mathieu CHATEAU
>
> Can I conclude that the DHCP in Windows 2003 does not catered for load
> balancing?
> Is such case, is there any 3rd pary solution that can resolve such issue?
>
> Please advice.
>
> Thanks
>
> Alvyn
>
> "Mathieu CHATEAU" wrote:
>
>> Hello,
>> DHCP can't knows which computer is in which group.
>> So you would have to use mac reservation (with two scope, with a
>> different
>> gateway).
>> I would better, if possible put everyone one the 1,5M, and add the 512 as
>> a
>> secondary default gateway.
>> So if the main one is unavailable, all your computers will use the other
>> one.
>> (this is also true even if you keep your split)
>>
>> --
>> Cordialement,
>> Mathieu CHATEAU
>> English blog: http://lordoftheping.blogspot.com
>> French blog: http://www.lotp.fr
>>
>> "Alvyn" <(E-Mail Removed)> a écrit dans le message de
>> news:A56FD02E-143D-4382-BC04-(E-Mail Removed)...
>> > Dear Sir/Mdm
>> >
>> > Can anyone please advice me how to go about getting the DHCP server in
>> > Windows 2003 Server to allocate different gateway to different user.
>> >
>> > Eg, I have 2 broadband lines (512kbps & 1.5Mbps)and 2 routers.
>> > Router A IP : 192.168.1.254 (for 512Kbps)
>> > Router B IP : 192.168.1.253 (for 1.5Mbps)
>> >
>> > Can anyone advice how to configure DHCP server to allocate the IP
>> > address
>> > of
>> > Router A (192.168.1.254) as the gateway to computers in Finance
>> > Department
>> > and allocate the IP address of Router B (192.168.1.253) as the gateway
>> > to
>> > computers in Operation Department.
>> >
>> > Simply, I just need to have 2 different department to access the
>> > Internet
>> > via 2 different gateway.
>> >
>> > If DHCP function in Windows Server 2003 is not achievable, is there any
>> > other workaround?
>> >
>> > Thank you in advance
>> >
>> > Alvyn

>>
>>


 
Reply With Quote
 
Alvyn
Guest
Posts: n/a

 
      09-03-2008, 03:53 AM
Thanks Mathieu CHATEAU

Looks like I have to assign static IP for one of the department.

Once again, thank you for clarifying the DHCP server is incapable of
performing such tasks & scenario.

Alvyn



"Mathieu CHATEAU" wrote:

> I recommend you this setup:
>
> One big scope (IP Range) with everyone:
> 2 default routes (first the small, then the big link as failover)
>
> One small scope (IP Range) with IT dept:
> 2 default routes (first the big, then the small link as failover)
> ->Reservation by mac address.
>
>
> --
> Cordialement,
> Mathieu CHATEAU
> English blog: http://lordoftheping.blogspot.com
> French blog: http://www.lotp.fr
>
> "Alvyn" <(E-Mail Removed)> a écrit dans le message de
> news:7FD75544-7DC2-4447-8CAB-(E-Mail Removed)...
> > Dear Mathieu CHATEAU
> >
> > Can I conclude that the DHCP in Windows 2003 does not catered for load
> > balancing?
> > Is such case, is there any 3rd pary solution that can resolve such issue?
> >
> > Please advice.
> >
> > Thanks
> >
> > Alvyn
> >
> > "Mathieu CHATEAU" wrote:
> >
> >> Hello,
> >> DHCP can't knows which computer is in which group.
> >> So you would have to use mac reservation (with two scope, with a
> >> different
> >> gateway).
> >> I would better, if possible put everyone one the 1,5M, and add the 512 as
> >> a
> >> secondary default gateway.
> >> So if the main one is unavailable, all your computers will use the other
> >> one.
> >> (this is also true even if you keep your split)
> >>
> >> --
> >> Cordialement,
> >> Mathieu CHATEAU
> >> English blog: http://lordoftheping.blogspot.com
> >> French blog: http://www.lotp.fr
> >>
> >> "Alvyn" <(E-Mail Removed)> a écrit dans le message de
> >> news:A56FD02E-143D-4382-BC04-(E-Mail Removed)...
> >> > Dear Sir/Mdm
> >> >
> >> > Can anyone please advice me how to go about getting the DHCP server in
> >> > Windows 2003 Server to allocate different gateway to different user.
> >> >
> >> > Eg, I have 2 broadband lines (512kbps & 1.5Mbps)and 2 routers.
> >> > Router A IP : 192.168.1.254 (for 512Kbps)
> >> > Router B IP : 192.168.1.253 (for 1.5Mbps)
> >> >
> >> > Can anyone advice how to configure DHCP server to allocate the IP
> >> > address
> >> > of
> >> > Router A (192.168.1.254) as the gateway to computers in Finance
> >> > Department
> >> > and allocate the IP address of Router B (192.168.1.253) as the gateway
> >> > to
> >> > computers in Operation Department.
> >> >
> >> > Simply, I just need to have 2 different department to access the
> >> > Internet
> >> > via 2 different gateway.
> >> >
> >> > If DHCP function in Windows Server 2003 is not achievable, is there any
> >> > other workaround?
> >> >
> >> > Thank you in advance
> >> >
> >> > Alvyn
> >>
> >>

>
>

 
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 Server Losing default gateway after reboot Nick Windows Networking 0 11-09-2006 10:50 PM
DHCP Server and Gateway Metric David Windows Networking 1 05-27-2006 12:55 AM
windows server 2003 gateway and dhcp server on the same computer boiseneon Windows Networking 3 02-22-2006 05:48 AM
Netgear RP614v2 Route via DHCP server instead of Gateway???? ffitz2@yahoo.com Network Routers 1 11-24-2005 12:35 PM
2 Different "Default Gateway" with 1 Windows DHCP server =?Utf-8?B?V2F5bmUxMjM=?= Windows Networking 10 02-20-2004 03:02 PM



1 2 3 4 5 6 7 8 9 10 11