On Tue, 27 Jan 2004 00:52:14 GMT, Michael <N0Spam-(E-Mail Removed)_N0Spam> wrote:
> Do the Linksys access point products have a host name? I have the WRT54G
> v1.1 and though it's working just fine I can't get to the http configuration
> screen anymore (I believe when I initially set it up I configured it to get
> an IP address from my DHCP server... so it's no longer at the default
> 192.168.0.1 address).
>
> So anybody know how I can find this things IP address now? I sure hate to
> push that reset button and start all over again. :-(
>
> Thanks!
If the AP is the only router on your network (i.e. you're connected to
the AP via the switched and/or wireless ports and the internet cable/DSL
modem is connected to the the WAN port on it), it will most likely be
the default route for all of the PCs/hosts on your network. If any of
them are win2k/XP machines, open a DOS window and run "ipconfig".
c:\>ipconfig
Windows 2000 IP Configuration
Ethernet adapter Wireless:
Connection-specific DNS Suffix . : nunya.biz
IP Address. . . . . . . . . . . . : 192.168.1.103
Subnet Mask . . . . . . . . . . . : 255.255.255.0
===> Default Gateway . . . . . . . . . : 192.169.1.1
"netstat -rn" will give you much of the same information, and works
on most Unixes (and Linux) as well. The 0.0.0.0 entry is the default
route, and should reference your AP. Once you know the address:
http://aaa.bbb.ccc.ddd
Where aaa.bbb.ccc.ddd is the default gateway address.
--
- Jeff