On Tue, 05 Jul 2005 03:44:08 GMT, "Belisarius"
<(E-Mail Removed)> wrote:
>How do I find the IP address of a wireless game adapter to then access the
>setup window?
>Thanks
1. Disclose the manufacturer and model number. We can then supply
the default IP address.
Default IP Addresses from one of my older postings:
192.168.0.1 (Dlink)
192.168.0.5 (Ugate 3200)
192.168.0.50 (Dlink DWL900)
192.168.0.254 (SMC2526W AP, Eumitcom)
192.168.1.1 (Netgear etc)
192.168.1.2 (Some Proxim)
192.168.1.20 (SMC 2755)
192.168.1.201 (USR 5430)
192.168.1.240 (Ovislink-AP mode, Linksys WRE54G)
192.168.1.241 (Ovislink-Bridge mode)
192.168.1.245 (Linksys WAP54G)
192.168.1.246 (Linksys WAP55AG)
192.168.1.251 (Linksys WAP11 v2.8)
192.168.1.254 (Linksys WRT54G v1.1)
192.168.2.1 (Belkin, SMC)
192.168.2.254 (Belkin)
192.168.123.254 (USR 8054, Asante)
192.168.254.254 (Cayman, Siemens)
2. Scan for the address using nmap as in:
nmap -T5 -sP 192.168.1.0/24
3. If you know the MAC address, set a temporary IP address with:
arp -s 192.168.1.22 00-00-00-00-00-00
where the IP address is something that's in the Class C IP block of
your existing LAN, and the 00-00-...-00 is the MAC address of the game
adapter. Then use:
http://192.168.1.22
to connect to the game adapter and extract the real IP address. This
doesn't always work.
4. If you get lucky, run:
arp -a
and look for the MAC address of your game adapter. If you're lucky
and the IP address is in the range of the LAN, then it will show here.
Methinks #1 has the best chance of working.
--
Jeff Liebermann
(E-Mail Removed)
150 Felker St #D
http://www.LearnByDestroying.com
Santa Cruz CA 95060 AE6KS 831-336-2558