The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    What are DHCP settings and how do I figure out an IP address for manual input?

    Discussion in 'Networking and Wireless' started by londez, Jan 1, 2009.

  1. londez

    londez Notebook Evangelist

    Reputations:
    114
    Messages:
    602
    Likes Received:
    8
    Trophy Points:
    31
    Whenever I try to connect my nintendo ds to my router, i get a message saying "Unable to obtain an IP address. Move within range of the access point or check DHPC settings." You can manually input an IP address, but I don't know where I get one.

    Also, where do I get find the Subnet mask, Gateway, and primary and secondary DNS?
     
  2. gerryf19

    gerryf19 I am the walrus

    Reputations:
    2,275
    Messages:
    3,990
    Likes Received:
    0
    Trophy Points:
    105
    easiest way to do this is to check on a PC

    Go to START > RUN
    type
    CMD
    -enter>

    type
    IPCONFIG /all
    -enter

    This will tell you the ip configuration for your PC, for example

    ip address: 192.168.0.2
    subnet mask: 255.255.255.0
    Gateway: 192.168.0.1
    DNS (any octet like above, or could be the gateway address depending on router)

    If you manually add your DS, simple copy all the informatoin EXCEPT the ip address. For this, change the last number slightly (for example, add 20 so it is 192.168.0.21 -- it cannot be the same as any other device on your network)
     
  3. Shyster1

    Shyster1 Notebook Nobel Laureate

    Reputations:
    6,926
    Messages:
    8,178
    Likes Received:
    0
    Trophy Points:
    205
    Have you tried using Nintendo's support website already? There're two, one for the DS Original Style and the other for the DS Lite.
     
  4. londez

    londez Notebook Evangelist

    Reputations:
    114
    Messages:
    602
    Likes Received:
    8
    Trophy Points:
    31
    What about the DNS?
     
  5. rde6565

    rde6565 Newbie

    Reputations:
    0
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    5
    It sounds to me like youve got your IP addresses manually allocated. You need to make sure youve got DHCP enabled on all machines and on the router so that your router gives your DS an IP address within its range. DNS you shouldnt have to touch. Its a DHCP problem. DHCP (Dynamic host configuration protocol!!) basically allocates each machine or device on your network an IP address from a pool of addresses rather that typing them in yourself....and they change all the time whenever you switch on. If you have static addresses which stay the same all the time (DHCP not enabled), you would have to give your DS an IP address within your range. Dont know if a DS lets you do that or not.