Networking Forums

Networking Forums > Wireless Networking > Wireless Internet > Access Point Configuration Question

Reply
Thread Tools Display Modes

Access Point Configuration Question

 
 
Brian V
Guest
Posts: n/a

 
      09-26-2004, 03:00 PM
Hello Everyone,

A friend gave me a generic (no-brand - it was used for testing) access
point without any manual or setup software. Now I need to configure
the access security for it, but I do not know the IP address to log
into the AP to set it up. Is there any way I can find out what the
setup IP address for the AP is?
Any help is greatly appreciated.

Brian
 
Reply With Quote
 
 
 
 
Ron Bandes
Guest
Posts: n/a

 
      09-26-2004, 03:30 PM
"Brian V" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) om...
> Hello Everyone,
>
> A friend gave me a generic (no-brand - it was used for testing) access
> point without any manual or setup software. Now I need to configure
> the access security for it, but I do not know the IP address to log
> into the AP to set it up. Is there any way I can find out what the
> setup IP address for the AP is?
> Any help is greatly appreciated.
>
> Brian


It's almost certainly a 192.168.x.y address. You could try 192.168.0.1,
192.168.1.1, 192.168.2.1, and 192.168.123.254. You could try a port scan
tool like nmap or solarwinds to try thousands of addresses pretty quickly.

Ron Bandes, CCNP, CTT+


 
Reply With Quote
 
Airman Thunderbird
Guest
Posts: n/a

 
      09-26-2004, 04:01 PM
There should be an FCC number somewhere on it. You could try IDing it
from that, or maybe upload a pic of it somewhere. Someone may recognize it.
http://www.fcc.gov/oet/fccid/

Brian V wrote:

> Hello Everyone,
>
> A friend gave me a generic (no-brand - it was used for testing) access
> point without any manual or setup software. Now I need to configure
> the access security for it, but I do not know the IP address to log
> into the AP to set it up. Is there any way I can find out what the
> setup IP address for the AP is?
> Any help is greatly appreciated.
>
> Brian

 
Reply With Quote
 
Jeff Liebermann
Guest
Posts: n/a

 
      09-26-2004, 05:41 PM
On 26 Sep 2004 08:00:55 -0700, (E-Mail Removed) (Brian V) wrote:

>A friend gave me a generic (no-brand - it was used for testing) access
>point without any manual or setup software.


There should be an FCCID number on the serial number tag. If that's
missing, take a photograph and post it on your web pile. I'm sure it
can be recognized by someone with experience.

>Now I need to configure
>the access security for it, but I do not know the IP address to log
>into the AP to set it up. Is there any way I can find out what the
>setup IP address for the AP is?


Common problem. Lots of options.

Since this is a new installation, you may wanna reset the access point
to defaults with the reset pushbutton.

Does it have the MAC address printed on it somewhere? If so, and you
have some Windoze mutation, run:
arp -s 192.168.1.1 xx-xx-xx-xx-xx-xx
where xx-xx-xx-xx-xx is the MAC address.

Some wireless bridges (i.e. Cisco) are setup to get their IP address
from an initial ping. Turn the power to the device off. Do the above
arp command and run:
ping -t 192.168.1.1
Now, turn on the power. Wait until the light show stabilizes and then
try the IP address.

There are wireless devices that do NOT have a built in web server.
They are configured with telnet or SNMP. This could get messy without
a positive identification.

Some access points get their IP address via DHCP. If you have a DHCP
server on your network, you might find that the access point was
assigned an IP address.

If you suspect that the access point already has an IP address, then
use nmap to scan for used addresses. Note that you'll probably need
to change the netmask to 255.255.0.0 on your computah in order to scan
different class c networks.

nmap -T5 -sP 192.168.1.0/24

Starting nmap 3.55 ( http://www.insecure.org/nmap ) at 2004-09-26
09:56 Pacific Daylight Time
Host 192.168.1.1 appears to be up.
Host 192.168.1.100 appears to be up.
Host 192.168.1.101 appears to be up.
Host 192.168.1.102 appears to be up.
Host 192.168.1.255 seems to be a subnet broadcast address (returned 1
extra pings).
Nmap run completed -- 256 IP addresses (4 hosts up) scanned in 14.951
seconds

You can also sniff the wireless broadcasts with Netstumbler to extract
the wireless MAC address, and then use the same "arp" trick on the
wireless port to assign an IP address as previously described.

You could also just try all the common IP addresses in use. I
suggest:
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)
The above list is from my failing memory and some Googling around.
Any semblence of sanity is strictly coincidental. There are probably
more default IP's in use.

Personally, methinks that posting a photo (to a web pile, not the
whole newsgroup) will be less work.


--
Jeff Liebermann (E-Mail Removed)
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 AE6KS 831-336-2558
 
Reply With Quote
 
Iain Dingsdale
Guest
Posts: n/a

 
      09-27-2004, 07:46 AM

"Brian V" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) om...
> Hello Everyone,
>
> A friend gave me a generic (no-brand - it was used for testing) access
> point without any manual or setup software. Now I need to configure
> the access security for it, but I do not know the IP address to log
> into the AP to set it up. Is there any way I can find out what the
> setup IP address for the AP is?
> Any help is greatly appreciated.


if DHCP is enabled on it, plug it in and see what gateway address you get
assigned

>
> Brian



 
Reply With Quote
 
Brian V
Guest
Posts: n/a

 
      09-28-2004, 04:50 AM
"Iain Dingsdale" <(E-Mail Removed)> wrote in message news:<3zP5d.141886$(E-Mail Removed). co.uk>...
> "Brian V" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed) om...
> > Hello Everyone,
> >
> > A friend gave me a generic (no-brand - it was used for testing) access
> > point without any manual or setup software. Now I need to configure
> > the access security for it, but I do not know the IP address to log
> > into the AP to set it up. Is there any way I can find out what the
> > setup IP address for the AP is?
> > Any help is greatly appreciated.

>
> if DHCP is enabled on it, plug it in and see what gateway address you get
> assigned
>
> >
> > Brian


What is DHCP? How do I know whether it is enabled?

Thanks,
Brian
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access Point Configuration uncle22 Wireless Internet 0 01-29-2008 05:21 AM
Access point configuration betee Home Networking 8 12-29-2005 06:00 PM
Access point - VLAN configuration gautamzone@gmail.com Wireless Internet 2 12-10-2005 12:58 PM
Wireless access point configuration Teeravee Sirinapasawasdee Windows Networking 0 07-13-2005 09:13 PM
Accessing access point configuration Tom Corcoran Wireless Internet 1 08-20-2004 07:40 PM



1 2 3 4 5 6 7 8 9 10 11