Home All Groups Group Topic Archive Search About

Access Point/Router IP needed

Author
17 Mar 2005 1:32 PM
Georged
I purchased a used access point/router from a computer show. It works fine
but I can't figure out the IP of the device. I can't make changes without
being able to access the ROM. Is there any software available that can sniff
out the IP on this router??

Thanks.

Author
17 Mar 2005 2:08 PM
Roy Smith
In article <d1c0m7$pt***@avnika.corp.mot.com>,
"Georged" <george***@hotmail.mot.com> wrote:

> I purchased a used access point/router from a computer show. It works fine
> but I can't figure out the IP of the device. I can't make changes without
> being able to access the ROM. Is there any software available that can sniff
> out the IP on this router??
>
> Thanks.

My first guess would be 192.168.X.1, where X is a small integer (1, 2,
etc).  Try that and see what happens.  If no joy, try pinging
255.255.255.255 (broadcast ping) or 224.0.0.1 (multicast ping) and see who
responds.

Another possibility on an isolated network is to use a packet sniffer
(tcpdump, ethereal, etc) to watch all traffic from ethernet addresses other
than your own while you power up the router.

On unix (maybe windows too?), you could try "arp -a".  If there are any IP
addresses that you don't recognize, they're good candidates for belonging
to your mystery box.

Alternatively, most vendors have some kind of "reset to factory default"
mechanism that gets the box back into a known state without knowing
anything about how it's currently configured.
Author
17 Mar 2005 3:29 PM
Jerry Park
Georged wrote:

>I purchased a used access point/router from a computer show. It works fine
>but I can't figure out the IP of the device. I can't make changes without
>being able to access the ROM. Is there any software available that can sniff
>out the IP on this router??
>
>Thanks.
>
>

>
This is a good, free program for scanning your network:
http://www.angryziber.com/ipscan/
Author
17 Mar 2005 4:20 PM
Lucas Tam
"Georged" <george***@hotmail.mot.com> wrote in
news:d1c0m7$ptt$1@avnika.corp.mot.com:

> I purchased a used access point/router from a computer show. It works
> fine but I can't figure out the IP of the device. I can't make changes
> without being able to access the ROM. Is there any software available
> that can sniff out the IP on this router??

Are you using the device as a router. If you are... it's usually the
Gateway IP.

--
Lucas Tam (REMOVEn***@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Author
17 Mar 2005 7:06 PM
Eric
"Georged" wrote in message
> I purchased a used access point/router from a computer show. It works fine
> but I can't figure out the IP of the device. I can't make changes without
> being able to access the ROM. Is there any software available that can
sniff
> out the IP on this router??
>
> Thanks.

What is the particular brand and model of this router/AP?
A google should find the default IP.

Some IPs that may be the default:

192.168.0.1
192.168.0.50
192.168.0.100

Cheers,
-Eric
Author
18 Mar 2005 3:42 AM
Tom - www.tditcorp.com
Eric wrote:

Show quoteHide quote
> "Georged" wrote in message
>
>>I purchased a used access point/router from a computer show. It works fine
>>but I can't figure out the IP of the device. I can't make changes without
>>being able to access the ROM. Is there any software available that can
>
> sniff
>
>>out the IP on this router??
>>
>>Thanks.
>
>
> What is the particular brand and model of this router/AP?
> A google should find the default IP.
>
> Some IPs that may be the default:
>
> 192.168.0.1
> 192.168.0.50
> 192.168.0.100
>
> Cheers,
> -Eric

Yes this is correct.
You can find out simply by doing a quick search of the brand in google.
--
http://www.tditcorp.com  <-- keep your computer safe and secure the easy
way!
Author
17 Mar 2005 8:28 PM
Jeff Liebermann
On Thu, 17 Mar 2005 07:32:13 -0600, "Georged"
<george***@hotmail.mot.com> wrote:

>I purchased a used access point/router from a computer show. It works fine
>but I can't figure out the IP of the device. I can't make changes without
>being able to access the ROM. Is there any software available that can sniff
>out the IP on this router??

I guess the seller removed the serial number tag so you can't identify
the access-point, router, or whatever.  Perhaps you could disclose the
color and shape so it might be identified?

NMap works nicely for scanning for IP's.
http://www.insecure.org/nmap/

C:\NMap>nmap -T5 -sP 192.168.1.0/24
Starting nmap 3.55 ( http://www.insecure.org/nmap ) at 2005-03-17
  12:20 Pacific Standard Time
Host 192.168.1.1 appears to be up.
Host 192.168.1.50 appears to be up.
Host MICRON (192.168.1.100) appears to be up.
Host DELLBERT (192.168.1.101) appears to be up.
Host NET44GATE (192.168.1.102) appears to be up.
Host 192.168.1.255 seems to be a subnet broadcast address (returned 1
extra ping
s).
Nmap run completed -- 256 IP addresses (5 hosts up) scanned in 19.719
seconds


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)


--
Jeff Liebermann    je***@comix.santa-cruz.ca.us
150 Felker St #D   http://www.LearnByDestroying.com
Santa Cruz CA 95060    AE6KS  831-336-2558
Author
18 Mar 2005 1:05 AM
DLink Guru
if its working, goto a client PC and check out the gateway address. That is
your routers IP.....

Robert....

Show quoteHide quote
"Jeff Liebermann" <je***@comix.santa-cruz.ca.us> wrote in message
news:ldpj31lv5i5idalc34orpus07chbsi9paj@4ax.com...
> On Thu, 17 Mar 2005 07:32:13 -0600, "Georged"
> <george***@hotmail.mot.com> wrote:
>
>>I purchased a used access point/router from a computer show. It works fine
>>but I can't figure out the IP of the device. I can't make changes without
>>being able to access the ROM. Is there any software available that can
>>sniff
>>out the IP on this router??
>
> I guess the seller removed the serial number tag so you can't identify
> the access-point, router, or whatever.  Perhaps you could disclose the
> color and shape so it might be identified?
>
> NMap works nicely for scanning for IP's.
> http://www.insecure.org/nmap/
>
> C:\NMap>nmap -T5 -sP 192.168.1.0/24
> Starting nmap 3.55 ( http://www.insecure.org/nmap ) at 2005-03-17
>  12:20 Pacific Standard Time
> Host 192.168.1.1 appears to be up.
> Host 192.168.1.50 appears to be up.
> Host MICRON (192.168.1.100) appears to be up.
> Host DELLBERT (192.168.1.101) appears to be up.
> Host NET44GATE (192.168.1.102) appears to be up.
> Host 192.168.1.255 seems to be a subnet broadcast address (returned 1
> extra ping
> s).
> Nmap run completed -- 256 IP addresses (5 hosts up) scanned in 19.719
> seconds
>
>
> 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)
>
>
> --
> Jeff Liebermann    je***@comix.santa-cruz.ca.us
> 150 Felker St #D   http://www.LearnByDestroying.com
> Santa Cruz CA 95060    AE6KS  831-336-2558
Author
18 Mar 2005 2:26 AM
Jeff Liebermann
On Fri, 18 Mar 2005 01:05:12 GMT, "DLink Guru"
<rjacobs0spamfree@pacbell.net> wrote:

>if its working, goto a client PC and check out the gateway address. That is
>your routers IP.....

Y'er no fun.  If someone was using it as an access point, and turned
off the DHCP server, you'll get nothing.  Assuming it has a reset
button, I would stomp on it to reset everything to defaults and start
over.

(Mini-rant:  Why is so many people reluctant to disclose the maker and
model number?  Fear of numbers?)


--
# Jeff Liebermann 150 Felker St #D Santa Cruz CA 95060
# 831.336.2558 voice  http://www.LearnByDestroying.com
#                         je***@comix.santa-cruz.ca.us
#                           je***@cruzio.com     AE6KS