Networking Forums

Networking Forums > Computer Networking > Windows Networking > DHCP configuration question

Reply
Thread Tools Display Modes

DHCP configuration question

 
 
Jim in Cleveland
Guest
Posts: n/a

 
      02-13-2006, 01:35 PM
We have a server running Windows Server 2000 that acts as our firewall and
DHCP server. When I run the "ipconfig /all" command from any client machine,
I've noticed that there is no entry for Default gateway. When I went to the
DCHP server and looked at its network card information, I noticed that there
is no default gateway information set. This machine IS the gateway. There
hasn't been any network problems reported. It's been configured this way
since it was first installed (before I got here). My question is, does DHCP
get the default gateway information from the computer it is on? And two,
should I populate this servers gateway address (it's own address) so that it
pushes it out to the DHCP clients?

Jim
 
Reply With Quote
 
 
 
 
Ian Williams
Guest
Posts: n/a

 
      02-13-2006, 01:45 PM
Hi Jim,

No you need to set the dhcp scope options to push the Gateway address out to
clients. This can be found in the dhcp mmc console - click on scope - scope
options
- configure scope options and set '003 Router to the ip address of the
gateway' should work! when clients pick up their next lease/renew they will
get this setting

Hope this helps

"Jim in Cleveland" wrote:

> We have a server running Windows Server 2000 that acts as our firewall and
> DHCP server. When I run the "ipconfig /all" command from any client machine,
> I've noticed that there is no entry for Default gateway. When I went to the
> DCHP server and looked at its network card information, I noticed that there
> is no default gateway information set. This machine IS the gateway. There
> hasn't been any network problems reported. It's been configured this way
> since it was first installed (before I got here). My question is, does DHCP
> get the default gateway information from the computer it is on? And two,
> should I populate this servers gateway address (it's own address) so that it
> pushes it out to the DHCP clients?
>
> Jim

 
Reply With Quote
 
Jim in Cleveland
Guest
Posts: n/a

 
      02-13-2006, 02:10 PM
Ian,

Thanks for "educating" me on this issue. I did exactly what you said and
now the information is displaying. Thanks for the help!!

Jim

"Ian Williams" wrote:

> Hi Jim,
>
> No you need to set the dhcp scope options to push the Gateway address out to
> clients. This can be found in the dhcp mmc console - click on scope - scope
> options
> - configure scope options and set '003 Router to the ip address of the
> gateway' should work! when clients pick up their next lease/renew they will
> get this setting
>
> Hope this helps
>
> "Jim in Cleveland" wrote:
>
> > We have a server running Windows Server 2000 that acts as our firewall and
> > DHCP server. When I run the "ipconfig /all" command from any client machine,
> > I've noticed that there is no entry for Default gateway. When I went to the
> > DCHP server and looked at its network card information, I noticed that there
> > is no default gateway information set. This machine IS the gateway. There
> > hasn't been any network problems reported. It's been configured this way
> > since it was first installed (before I got here). My question is, does DHCP
> > get the default gateway information from the computer it is on? And two,
> > should I populate this servers gateway address (it's own address) so that it
> > pushes it out to the DHCP clients?
> >
> > Jim

 
Reply With Quote
 
Ian Williams
Guest
Posts: n/a

 
      02-13-2006, 02:17 PM
Hi Jim,

No problems, Glad to help

Ian Williams
Integra UK

"Jim in Cleveland" wrote:

> Ian,
>
> Thanks for "educating" me on this issue. I did exactly what you said and
> now the information is displaying. Thanks for the help!!
>
> Jim
>
> "Ian Williams" wrote:
>
> > Hi Jim,
> >
> > No you need to set the dhcp scope options to push the Gateway address out to
> > clients. This can be found in the dhcp mmc console - click on scope - scope
> > options
> > - configure scope options and set '003 Router to the ip address of the
> > gateway' should work! when clients pick up their next lease/renew they will
> > get this setting
> >
> > Hope this helps
> >
> > "Jim in Cleveland" wrote:
> >
> > > We have a server running Windows Server 2000 that acts as our firewall and
> > > DHCP server. When I run the "ipconfig /all" command from any client machine,
> > > I've noticed that there is no entry for Default gateway. When I went to the
> > > DCHP server and looked at its network card information, I noticed that there
> > > is no default gateway information set. This machine IS the gateway. There
> > > hasn't been any network problems reported. It's been configured this way
> > > since it was first installed (before I got here). My question is, does DHCP
> > > get the default gateway information from the computer it is on? And two,
> > > should I populate this servers gateway address (it's own address) so that it
> > > pushes it out to the DHCP clients?
> > >
> > > Jim

 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      02-13-2006, 11:08 PM
A network can operate successfully without the clients having a default
gateway set if they are all on the same network segment. The default gateway
setting is required if they need to route beyond the local segment. (They
can even get out to the Internet without a dg if you are using a proxy
server).

If a machine has data to send to another machine, it checks to see if it
is in the same IP subnet. If it is, it can send the data directly using ARP
and hardware addressing. If the machine is not in the same IP subnet, it
needs to send the data to a router. This is when it needs a default gateway
(or default router) address.

Ian Williams wrote:
> Hi Jim,
>
> No problems, Glad to help
>
> Ian Williams
> Integra UK
>
> "Jim in Cleveland" wrote:
>
>> Ian,
>>
>> Thanks for "educating" me on this issue. I did exactly what you
>> said and now the information is displaying. Thanks for the help!!
>>
>> Jim
>>
>> "Ian Williams" wrote:
>>
>>> Hi Jim,
>>>
>>> No you need to set the dhcp scope options to push the Gateway
>>> address out to clients. This can be found in the dhcp mmc console -
>>> click on scope - scope options
>>> - configure scope options and set '003 Router to the ip address of
>>> the gateway' should work! when clients pick up their next
>>> lease/renew they will get this setting
>>>
>>> Hope this helps
>>>
>>> "Jim in Cleveland" wrote:
>>>
>>>> We have a server running Windows Server 2000 that acts as our
>>>> firewall and DHCP server. When I run the "ipconfig /all" command
>>>> from any client machine, I've noticed that there is no entry for
>>>> Default gateway. When I went to the DCHP server and looked at its
>>>> network card information, I noticed that there is no default
>>>> gateway information set. This machine IS the gateway. There
>>>> hasn't been any network problems reported. It's been configured
>>>> this way since it was first installed (before I got here). My
>>>> question is, does DHCP get the default gateway information from
>>>> the computer it is on? And two, should I populate this servers
>>>> gateway address (it's own address) so that it pushes it out to the
>>>> DHCP clients?
>>>>
>>>> Jim



 
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 Redundant Configuration Question MPG Windows Networking 5 04-23-2008 11:33 PM
Redundant DHCP Configuration NZSchoolTech Windows Networking 1 01-05-2007 01:23 PM
DNS and DHCP configuration samf48@hotmail.com Windows Networking 5 03-16-2006 10:25 PM
DHCP Configuration LLDallas Windows Networking 4 12-14-2005 05:41 PM
DHCP Configuration Peter Windows Networking 3 06-28-2005 08:49 PM



1 2 3 4 5 6 7 8 9 10 11