Tech Support > Microsoft Windows > Discover IP of Access Point?
Discover IP of Access Point?
Posted by Thief_ on September 27th, 2005


We have a LinkSys Access Point setup in the office but we want to change its
WEP setup but no one knows the IP address. Is it possible to find the AP's
IP address?

Regards

Thief_


Posted by Steve Shattuck on September 27th, 2005


> We have a LinkSys Access Point setup in the office but we want to change
> its WEP setup but no one knows the IP address. Is it possible to find the
> AP's IP address?


The standard address is 192.168.1.250.

However, it's unlikely that in an office environment that the network
administrator didn't select a custom address.

--
..__
(__
__ )teve www.steve.shattuck.net steve@shattuck.net


Posted by Pegasus \(MVP\) on September 27th, 2005



"Thief_" <thief_@hotmail.com> wrote in message
news:etC7GSwwFHA.3080@tk2msftngp13.phx.gbl...
> We have a LinkSys Access Point setup in the office but we want to change

its
> WEP setup but no one knows the IP address. Is it possible to find the AP's
> IP address?
>
> Regards
>
> Thief_
>


Unless you changed it from its default, it's listed in the instruction
manual.

If your office is small then you can detect all live IP addresses
in the current subnet with this command:

for /L %a in (1,1,254) do ping 192.168.0.%a -n 1 | find /i "bytes=" && pause

(this is one long line).

After ignoring the workstation addresses, use a browser to test the
unknown addresses.

Lastly, it is good practice to document all Access Point settings
(IP address, network name, keys etc) in your system documentation.


Posted by Steve N. on September 27th, 2005


Thief_ wrote:
> We have a LinkSys Access Point setup in the office but we want to change its
> WEP setup but no one knows the IP address. Is it possible to find the AP's
> IP address?
>
> Regards
>
> Thief_
>
>


Try this:

http://www.angryziber.com/ipscan/

Steve

Posted by Vincent Lape on September 27th, 2005


how about
tracert
"Steve N." <Steve_N@nunya.biz.nes> wrote in message
news:u6Zcbt5wFHA.2132@TK2MSFTNGP15.phx.gbl...
> Thief_ wrote:
>> We have a LinkSys Access Point setup in the office but we want to change
>> its WEP setup but no one knows the IP address. Is it possible to find the
>> AP's IP address?
>>
>> Regards
>>
>> Thief_

>
> Try this:
>
> http://www.angryziber.com/ipscan/
>
> Steve



Posted by Julian on September 28th, 2005


Tried that. Only gives the firewall address not the AP!

Regards

Thief_

"Vincent Lape" <vlape@news.postalias> wrote in message
news:%234eWGx6wFHA.3720@TK2MSFTNGP14.phx.gbl...
> how about
> tracert
> "Steve N." <Steve_N@nunya.biz.nes> wrote in message
> news:u6Zcbt5wFHA.2132@TK2MSFTNGP15.phx.gbl...
>> Thief_ wrote:
>>> We have a LinkSys Access Point setup in the office but we want to change
>>> its WEP setup but no one knows the IP address. Is it possible to find
>>> the AP's IP address?
>>>
>>> Regards
>>>
>>> Thief_

>>
>> Try this:
>>
>> http://www.angryziber.com/ipscan/
>>
>> Steve

>
>



Posted by R. McCarty on September 28th, 2005


If you do a Tracert to any public Internet site, the first hop should
reflect the AP IP.

"Julian" <Julian@JDMils.com> wrote in message
news:uKHxlcCxFHA.2348@TK2MSFTNGP15.phx.gbl...
> Tried that. Only gives the firewall address not the AP!
>
> Regards
>
> Thief_
>
> "Vincent Lape" <vlape@news.postalias> wrote in message
> news:%234eWGx6wFHA.3720@TK2MSFTNGP14.phx.gbl...
>> how about
>> tracert
>> "Steve N." <Steve_N@nunya.biz.nes> wrote in message
>> news:u6Zcbt5wFHA.2132@TK2MSFTNGP15.phx.gbl...
>>> Thief_ wrote:
>>>> We have a LinkSys Access Point setup in the office but we want to
>>>> change its WEP setup but no one knows the IP address. Is it possible to
>>>> find the AP's IP address?
>>>>
>>>> Regards
>>>>
>>>> Thief_
>>>
>>> Try this:
>>>
>>> http://www.angryziber.com/ipscan/
>>>
>>> Steve

>>
>>

>
>



Posted by ChrisC on September 28th, 2005


Hi, I would have thought that, and correct me if I'm wrong, running CMD then
running ipconfig would give you the default gateway?
ChrisC
"R. McCarty" <PcEngWork-NoSpam_@mindspring.com> wrote in message
news:e8J73gCxFHA.2212@TK2MSFTNGP15.phx.gbl...
> If you do a Tracert to any public Internet site, the first hop should
> reflect the AP IP.
>
> "Julian" <Julian@JDMils.com> wrote in message
> news:uKHxlcCxFHA.2348@TK2MSFTNGP15.phx.gbl...
>> Tried that. Only gives the firewall address not the AP!
>>
>> Regards
>>
>> Thief_
>>
>> "Vincent Lape" <vlape@news.postalias> wrote in message
>> news:%234eWGx6wFHA.3720@TK2MSFTNGP14.phx.gbl...
>>> how about
>>> tracert
>>> "Steve N." <Steve_N@nunya.biz.nes> wrote in message
>>> news:u6Zcbt5wFHA.2132@TK2MSFTNGP15.phx.gbl...
>>>> Thief_ wrote:
>>>>> We have a LinkSys Access Point setup in the office but we want to
>>>>> change its WEP setup but no one knows the IP address. Is it possible
>>>>> to find the AP's IP address?
>>>>>
>>>>> Regards
>>>>>
>>>>> Thief_
>>>>
>>>> Try this:
>>>>
>>>> http://www.angryziber.com/ipscan/
>>>>
>>>> Steve
>>>
>>>

>>
>>

>
>



Posted by R. McCarty on September 28th, 2005


Yes, you are correct, just suggested Trace Route to actually test the
traffic path.

"ChrisC" <cuke2u(remove)@hotmail.com> wrote in message
news:%23GcySsCxFHA.2008@TK2MSFTNGP10.phx.gbl...
> Hi, I would have thought that, and correct me if I'm wrong, running CMD
> then running ipconfig would give you the default gateway?
> ChrisC
> "R. McCarty" <PcEngWork-NoSpam_@mindspring.com> wrote in message
> news:e8J73gCxFHA.2212@TK2MSFTNGP15.phx.gbl...
>> If you do a Tracert to any public Internet site, the first hop should
>> reflect the AP IP.
>>
>> "Julian" <Julian@JDMils.com> wrote in message
>> news:uKHxlcCxFHA.2348@TK2MSFTNGP15.phx.gbl...
>>> Tried that. Only gives the firewall address not the AP!
>>>
>>> Regards
>>>
>>> Thief_
>>>
>>> "Vincent Lape" <vlape@news.postalias> wrote in message
>>> news:%234eWGx6wFHA.3720@TK2MSFTNGP14.phx.gbl...
>>>> how about
>>>> tracert
>>>> "Steve N." <Steve_N@nunya.biz.nes> wrote in message
>>>> news:u6Zcbt5wFHA.2132@TK2MSFTNGP15.phx.gbl...
>>>>> Thief_ wrote:
>>>>>> We have a LinkSys Access Point setup in the office but we want to
>>>>>> change its WEP setup but no one knows the IP address. Is it possible
>>>>>> to find the AP's IP address?
>>>>>>
>>>>>> Regards
>>>>>>
>>>>>> Thief_
>>>>>
>>>>> Try this:
>>>>>
>>>>> http://www.angryziber.com/ipscan/
>>>>>
>>>>> Steve
>>>>
>>>>
>>>
>>>

>>
>>

>
>



Posted by Pegasus \(MVP\) on September 28th, 2005


This will only work if the access point is also a router.
If it's only a switch then its IP address is used for administration
purposes only and plays no part in the route.

"R. McCarty" <PcEngWork-NoSpam_@mindspring.com> wrote in message
news:OMbgJwCxFHA.2252@TK2MSFTNGP09.phx.gbl...
> Yes, you are correct, just suggested Trace Route to actually test the
> traffic path.
>
> "ChrisC" <cuke2u(remove)@hotmail.com> wrote in message
> news:%23GcySsCxFHA.2008@TK2MSFTNGP10.phx.gbl...
> > Hi, I would have thought that, and correct me if I'm wrong, running CMD
> > then running ipconfig would give you the default gateway?
> > ChrisC
> > "R. McCarty" <PcEngWork-NoSpam_@mindspring.com> wrote in message
> > news:e8J73gCxFHA.2212@TK2MSFTNGP15.phx.gbl...
> >> If you do a Tracert to any public Internet site, the first hop should
> >> reflect the AP IP.
> >>
> >> "Julian" <Julian@JDMils.com> wrote in message
> >> news:uKHxlcCxFHA.2348@TK2MSFTNGP15.phx.gbl...
> >>> Tried that. Only gives the firewall address not the AP!
> >>>
> >>> Regards
> >>>
> >>> Thief_
> >>>
> >>> "Vincent Lape" <vlape@news.postalias> wrote in message
> >>> news:%234eWGx6wFHA.3720@TK2MSFTNGP14.phx.gbl...
> >>>> how about
> >>>> tracert
> >>>> "Steve N." <Steve_N@nunya.biz.nes> wrote in message
> >>>> news:u6Zcbt5wFHA.2132@TK2MSFTNGP15.phx.gbl...
> >>>>> Thief_ wrote:
> >>>>>> We have a LinkSys Access Point setup in the office but we want to
> >>>>>> change its WEP setup but no one knows the IP address. Is it

possible
> >>>>>> to find the AP's IP address?
> >>>>>>
> >>>>>> Regards
> >>>>>>
> >>>>>> Thief_
> >>>>>
> >>>>> Try this:
> >>>>>
> >>>>> http://www.angryziber.com/ipscan/
> >>>>>
> >>>>> Steve
> >>>>
> >>>>
> >>>
> >>>
> >>
> >>

> >
> >

>
>




Similar Posts