Wireless Router IP Address
Results 1 to 14 of 14

Thread: Wireless Router IP Address

  1. #1
    Join Date
    Feb 2007
    Posts
    7

    Wireless Router IP Address

    Hi,

    I have a D-Link DWL-G700AP Wireless Access Point. It is obtaining its IP address from my DHCP server. I cannot determine its IP to configure it. I have the MAC address of the router. Resetting the rourter is not helping.

    Is it possible to determine the IP with the help of MAC address. Please advise.

    Thanks,
    djkesaria

  2. #2
    Join Date
    Apr 2000
    Location
    Sheboygan, WI
    Posts
    53,391
    Disable the DHCP in the wireless.

  3. #3
    Join Date
    Feb 2007
    Posts
    7
    Hi,

    It is obtaining its IP from DHCP running on my Domain Controller. Router is set to obtain IP and does not have static IP.

    Thanks,
    djkesaria

  4. #4
    Join Date
    Oct 1999
    Location
    PacNW, up & to the left.
    Posts
    1,820
    Um, well... yeah hey, welcome there djkesaria to VDr!
    Generally, it's best to configure it directly... in other words. Hook it up directly to your computer with a LAN cable and configure as you wish. Then move it to the router as you have it now and let the router do the planning and it'll just do it's thing.
    Let us know if that helps or not and we'll see what else we can do eh?
    Windows 10 on: ~Asus P5B-E ~Intel Core 2 Duo E8400 @ 3GHz ~G. Skill (2 x 2GB) PC2-6400 ~EVGA 7900GTX ~Kingston SSD (for the OS) ~Western Digital 650GB Hard Drive (Data), Turtle Beach Santa Cruz w/Klipsh 2.1 Pro Media Speakers ~ Twin BenQ FP202W 20.1" LCD's

  5. #5
    Join Date
    Feb 2007
    Posts
    7
    Hey Abhoth,

    I tried that... but when i do that my computer does not obtain IP from the router... even the default IP of the router is not working... Address leases on my DHCP does not show the IP of router... I do have the MAC address of the router... please advise... Thanks

  6. #6
    Join Date
    Feb 2007
    Posts
    7
    Hey Train,

    DHCP on router is already disabled. It is obtaining its IP from my domain controller DHCP. Awaiting reply. Thanks

  7. #7
    Join Date
    Feb 2001
    Location
    Adelaide, South Australia
    Posts
    6,447
    There should be a way on the server to view all the allocated IP addresses, but I can't remember it off hand and don't have access to a 2003 box right now.

    The brute-force alternative is to run this (change the IP network at the end to match, but leave the %i there as is):
    Code:
    FOR /L %i IN (1,1,254) DO PING -n 1 -w 50 192.168.1.%i
    arp -a
    The FOR loop pings each address on the network once quickly, then the arp command will show the IP and MAC addresses of each device you've seen recently.
    Safe computing is a habit, not a toolkit.

  8. #8
    Join Date
    Feb 2007
    Posts
    7
    I tried the command once again. It did show me the mac addresses corresponding to ip addresses but the router mac address was not shown. any other option. thanks.
    Last edited by djkesaria; February 6th, 2007 at 06:37 AM. Reason: Tried again

  9. #9
    Join Date
    Feb 2001
    Location
    Adelaide, South Australia
    Posts
    6,447
    That suggests that the router isn't responding.

    Check the manual thoroughly -- are you sure there's not some default IP address it's using rather than DHCP? If all else fails, you might have to do a factory reset on it to get it back to a known configuration.
    Safe computing is a habit, not a toolkit.

  10. #10
    Join Date
    Feb 2007
    Posts
    7
    Thanks for quick reply. Default ip in manual is not accepted by the router. When I try to ping that ip I don't get any reply nor the admin console is shown when I enter it in internet explorer. Reset button on the router also doesn't help.

  11. #11
    Join Date
    Apr 2000
    Location
    Sheboygan, WI
    Posts
    53,391
    Hold that reset for 1 minute. Normally what it takes.

  12. #12
    Join Date
    Feb 2007
    Posts
    7
    Hey Train,

    Tell me someting... do I have to hold the reset button with the router connected to the network or without the LAN cable connected??? And it has to be powered on right??? Don't be amused but I have tried resetting it several times but with no luck...

    Thanks
    djkesaria

  13. #13
    Join Date
    Apr 2000
    Location
    Sheboygan, WI
    Posts
    53,391
    Let us try something first, unplugg the power for one minute, then power it back up.

    That is called power cycle.

    Now what happens?

  14. #14
    Join Date
    Feb 2001
    Location
    Adelaide, South Australia
    Posts
    6,447
    Again, check the manual. In some cases you just have to hold the reset button in while the unit's operating, in others you have to power cycle it while holding the button in.
    Safe computing is a habit, not a toolkit.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •