1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

DHCP question

Discussion in 'Windows Server System' started by ise2006, 2007/04/06.

  1. 2007/04/06
    ise2006

    ise2006 Inactive Thread Starter

    Joined:
    2005/09/05
    Messages:
    57
    Likes Received:
    0
    Hi everyone,

    I setup DHCP on our Win2003 server for our network PCs' IP address.

    My question is that I changed Default Gateway x.x.x.99 to
    x.x.x.5(we have two lines go out, one is .99, the other is .5) on Win2003 server, but it seems that all PCs still go out by using .99. Is that correct ?

    I thought after I changed DG on Win2003 server, all of PCs should go out through by using new DG's IP(x.x.x.5) because I use DHCP to assign all PCs' IP address.
    Am I right ? or DHCP only assigns PCs' IP address, not includes DG's IP ? Please anyone can help me ?....:(

    ise2006
     
  2. 2007/04/08
    Scott Smith

    Scott Smith Inactive Alumni

    Joined:
    2002/01/12
    Messages:
    1,950
    Likes Received:
    4
    Wow that was clear as mud. :)

    The Gateway would be your routers address in most cases.
    DNS servers would be your ISP's DNS servers unless your server is a Domain Controller/DNS server.

    You will also have to disable any other DHCP servers on the network.
     

  3. to hide this advert.

  4. 2007/04/09
    aPod

    aPod Well-Known Member

    Joined:
    2006/06/23
    Messages:
    65
    Likes Received:
    0
    ...well,..after i changed my DG (after changing the ip of my router) it normally takes a while for the networked PCs to correct the change. you can do it manually if you want...
     
    aPod,
    #3
  5. 2007/04/17
    mhomewood

    mhomewood Inactive

    Joined:
    2007/04/17
    Messages:
    1
    Likes Received:
    0
    Reply to DHCP

    In the DHCP Server properties, you can force the new info to the clients. The default is to update DNS, etc only when the client requests it
     
  6. 2007/04/20
    ReggieB

    ReggieB Inactive Alumni

    Joined:
    2004/05/12
    Messages:
    2,786
    Likes Received:
    2
    DHCP works via a lease system. A client is leased an IP configuration for a period. This is commonly a matter of days. The client will only go back to the DHCP server half way through the lease period, unless it is rebooted. Therefore, a change at the DHCP server can take hours if not days to migrate out to all the client PCs.

    Therefore if you make an important change at the server you will need to force all the PCs to renegotiate their DHCP leases and thereby pick up the new settings. You can do this by rebooting the PCs or running the command:
    Code:
    ipconfig /renew
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.