Getting IP Address of Access Point
recently I turned my Router to a wireless access point for my home network. Unfortunately, I forgot to note down the AP's IP Address and Subnet.
How do I reliably get the IP of my AP?
Thank's in advance.
EDIT:
OS is Vista XP, but I have xubuntu dual booted.
Ok so the configuration is as follow:
PCs => (wireless) Belkin Router (AP) -> (wired, bridged) 2Wire Gateway Modem
I want to be able to get the IP Address of the AP, ie. the Belkin Router
networking router ip-address wireless-access-point
|
show 1 more comment
recently I turned my Router to a wireless access point for my home network. Unfortunately, I forgot to note down the AP's IP Address and Subnet.
How do I reliably get the IP of my AP?
Thank's in advance.
EDIT:
OS is Vista XP, but I have xubuntu dual booted.
Ok so the configuration is as follow:
PCs => (wireless) Belkin Router (AP) -> (wired, bridged) 2Wire Gateway Modem
I want to be able to get the IP Address of the AP, ie. the Belkin Router
networking router ip-address wireless-access-point
What OS are you using?
– Henno
Jun 5 '10 at 12:45
Ups sorry I forgot to specify, edited now.
– Andreas Wong
Jun 5 '10 at 12:57
Possible duplicate: superuser.com/questions/142851/get-ip-address-of-router
– Hello71
Jun 5 '10 at 13:36
In my care, it's a bridged network, in the link you've given, it's a normal PC -> Modem network. So I don't think it's duplicate.
– Andreas Wong
Jun 5 '10 at 13:41
What is the ip address of your computer? If you haven't made any drastic changes, it should default to xx.xx.xx.1 (where xx is the same as your computer's)
– Default
Jun 5 '10 at 14:23
|
show 1 more comment
recently I turned my Router to a wireless access point for my home network. Unfortunately, I forgot to note down the AP's IP Address and Subnet.
How do I reliably get the IP of my AP?
Thank's in advance.
EDIT:
OS is Vista XP, but I have xubuntu dual booted.
Ok so the configuration is as follow:
PCs => (wireless) Belkin Router (AP) -> (wired, bridged) 2Wire Gateway Modem
I want to be able to get the IP Address of the AP, ie. the Belkin Router
networking router ip-address wireless-access-point
recently I turned my Router to a wireless access point for my home network. Unfortunately, I forgot to note down the AP's IP Address and Subnet.
How do I reliably get the IP of my AP?
Thank's in advance.
EDIT:
OS is Vista XP, but I have xubuntu dual booted.
Ok so the configuration is as follow:
PCs => (wireless) Belkin Router (AP) -> (wired, bridged) 2Wire Gateway Modem
I want to be able to get the IP Address of the AP, ie. the Belkin Router
networking router ip-address wireless-access-point
networking router ip-address wireless-access-point
edited Jun 5 '10 at 21:53
quack quixote
35.1k1086119
35.1k1086119
asked Jun 5 '10 at 12:40
Andreas WongAndreas Wong
2872415
2872415
What OS are you using?
– Henno
Jun 5 '10 at 12:45
Ups sorry I forgot to specify, edited now.
– Andreas Wong
Jun 5 '10 at 12:57
Possible duplicate: superuser.com/questions/142851/get-ip-address-of-router
– Hello71
Jun 5 '10 at 13:36
In my care, it's a bridged network, in the link you've given, it's a normal PC -> Modem network. So I don't think it's duplicate.
– Andreas Wong
Jun 5 '10 at 13:41
What is the ip address of your computer? If you haven't made any drastic changes, it should default to xx.xx.xx.1 (where xx is the same as your computer's)
– Default
Jun 5 '10 at 14:23
|
show 1 more comment
What OS are you using?
– Henno
Jun 5 '10 at 12:45
Ups sorry I forgot to specify, edited now.
– Andreas Wong
Jun 5 '10 at 12:57
Possible duplicate: superuser.com/questions/142851/get-ip-address-of-router
– Hello71
Jun 5 '10 at 13:36
In my care, it's a bridged network, in the link you've given, it's a normal PC -> Modem network. So I don't think it's duplicate.
– Andreas Wong
Jun 5 '10 at 13:41
What is the ip address of your computer? If you haven't made any drastic changes, it should default to xx.xx.xx.1 (where xx is the same as your computer's)
– Default
Jun 5 '10 at 14:23
What OS are you using?
– Henno
Jun 5 '10 at 12:45
What OS are you using?
– Henno
Jun 5 '10 at 12:45
Ups sorry I forgot to specify, edited now.
– Andreas Wong
Jun 5 '10 at 12:57
Ups sorry I forgot to specify, edited now.
– Andreas Wong
Jun 5 '10 at 12:57
Possible duplicate: superuser.com/questions/142851/get-ip-address-of-router
– Hello71
Jun 5 '10 at 13:36
Possible duplicate: superuser.com/questions/142851/get-ip-address-of-router
– Hello71
Jun 5 '10 at 13:36
In my care, it's a bridged network, in the link you've given, it's a normal PC -> Modem network. So I don't think it's duplicate.
– Andreas Wong
Jun 5 '10 at 13:41
In my care, it's a bridged network, in the link you've given, it's a normal PC -> Modem network. So I don't think it's duplicate.
– Andreas Wong
Jun 5 '10 at 13:41
What is the ip address of your computer? If you haven't made any drastic changes, it should default to xx.xx.xx.1 (where xx is the same as your computer's)
– Default
Jun 5 '10 at 14:23
What is the ip address of your computer? If you haven't made any drastic changes, it should default to xx.xx.xx.1 (where xx is the same as your computer's)
– Default
Jun 5 '10 at 14:23
|
show 1 more comment
14 Answers
14
active
oldest
votes
Since it is simply functioning as a WAP device now, short of reseting the WAP and using the default, it might not be all that easy.
Try going through your ARP cache (arp -a in windows, might be similar in linux) and see if the WAP has an entry. Just try each address on your local subnet that's listed.
Other than that, the WAP should be completely transparent so unless you're already communicating with its IP, its IP probably won't show up in network traffic.
6
+1 for usingarp -a
– ta.speot.is
Jun 6 '10 at 0:18
Nope, the only one I can see is the gateway modem's IP
– Andreas Wong
Jun 6 '10 at 3:47
@andreas Then if it's not 192.168.0.1, 192.168.1.1, 192.168.2.1, or *.2 for any of those, I'd just reset it back to factory settings and then reconfigure it.
– Darth Android
Jun 6 '10 at 5:08
1
arp -asaved my behind just now, 3 years after the answer :) Thank you!
– Chahk
Dec 30 '13 at 17:22
add a comment |
Unless you get get in in from your arp cache (try doing ping 192.168.0.255 first), the only way I know to find it is port scanning. Using something like nmap to scan your network - a WAP should be listening on port 80, and possibly something like telnet as well. Try nmap 192.168.0.1/24
add a comment |
IPCONFIG /ALL (in a command line in Windows) will tell you under the heading Default Gateway.
ifconfig under Linux will tell you, and also on Mac OS X (command line), and in the GUI: Network preferences, select wireless, advanced (right below) and TCP/IP tab, router entry.
It tells me the IP address of the modem, but not the Access Point. Perhaps a bit of background will be useful, my configuration is: PCs => Belkin Router (AP) -> (wired) Gateway Modem if I do ipconfig /all, it will tell me the Gateway Modem's IP, but not the AP.
– Andreas Wong
Jun 5 '10 at 13:01
The router will give the IP addresses, right, so look for the DHCP server IP. It's also listed if memory serves me.
– Henno
Jun 5 '10 at 13:16
The DNS address is coincidentally the same as gateway address. So no, I don't think it works.
– Andreas Wong
Jun 5 '10 at 13:18
I corrected it to DHCP
– Henno
Jun 5 '10 at 13:20
and conveniently, it's also the same as DNS and gateway.
– Andreas Wong
Jun 5 '10 at 13:23
|
show 12 more comments
Default IP is 192.168.2.1 for a Belkin router, but can't you do a tracert to, say google.com and then find out which one is your router? (It should usually be the first hop.)
Or you could look in your browser's history...
The first hop is the Gateway, not the AP unfortunately :(
– Andreas Wong
Jun 5 '10 at 13:42
+1 for tracert. @Andreas: If your network traffic passes the AP you should still be able to find out the ipaddress of it with tracert. In the tracertstats, is there any other ip-addresses that are on the same subnet as your computer's?
– Default
Jun 5 '10 at 14:19
Nope, sadly it goes straight to the Gateway
– Andreas Wong
Jun 5 '10 at 14:43
a WAP doesn't work at the network layer so you won't see an IP hop.
– Andy
Jun 5 '10 at 16:15
That's an interesting point, do you have a more elaborate explanation/article on that?
– Andreas Wong
Jun 7 '10 at 3:23
|
show 3 more comments
I had the same problem. From my Windows 7 PC, i could do a ping on the local subnet by typing
ping 192.168.X.255
-- where X is your local subnet. This should send a broadcast to ALL ips in the subnet. Of course, the ping command will fail.
Next type
arp -a
This should now list ALL the ping responses received on the subnet. Note that if there are systems on the subnet which have ECHO RESPONSE turned OFF, they wont show up in the list.
One of the these IPs listed will be your AP's IP. If not sure, lookup on the MAC and find out who the vendor is... (http://www.macvendorlookup.com/)
HTH
-A's B
add a comment |
to accomplish this on a modern windows OS from the command line
netsh wlan show networks mode=bssid
find the network to which you are interested and connected, note the bssid and then run
arp -a
now find the bssid you discovered above in the new list of physical addresses, your access points internet address is listed on the same line.
add a comment |
you should be able to see this from the 2wire web interface. I'm assuming that it is a router which is the gateway address from ipconfig. Most likely would be in the logs. If the belkin was set to dhcp it should be in the dhcp log. the other option would be to use a ping utility to ping every address in the ip range and see which ones respond. if your ip address is 192.168.1.2 say you would ping every address from 192.168.1.1 to 192.168.1.254.
I've done that, and I still can't find the AP IP Address.
– Andreas Wong
Jun 5 '10 at 18:51
can you plug in an ethernet cable into the belkin router and see if you can get an ip address from that router? if you do it will probably have a gateway address which would be the ip address of the belkin router. if all else fails reset the router. Usually if you hold in the reset button for about 30 seconds or so it resets the router to the factory default at which point you can reconfigure it.
– user4892
Jun 6 '10 at 3:52
Nope, the DHCP, DNS and Gateway again are pointing to my Gateway Modem even on ethernet. I think I will start considering reseting the router .
– Andreas Wong
Jun 6 '10 at 3:56
add a comment |
In the command prompt you can do arp -a This will show you the MAC address and IP of everything connected to the same broadcast domain that you are. Given your setup, this should show you everything on your network. You can figure out the IP by finding out the MAC address of your AP. Usually this is printed right on the device itself somewhere.
add a comment |
You can use nmap to scan IPs near you own IP.
or use ping:http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/
there are lots of tools doing this in linux.
you can even use aircrack-ng(but this one needs some time to work).
EDIT:
I think transparent routers(I think your router is) don't have IPs.
1
There's no such thing as a "transparent" router.
– MDMarra
Jun 5 '10 at 17:29
add a comment |
Use this command ( This gives details about all active ips starting with 192.168.1. & their mac & brand ):
sudo arp-scan 192.168.1.0/24
Above command can be read as below
This will give the list of active ips. You can replace 192.168.1.0 with whatever ip u want but the "/24" is a must.
Sorry if there are some mistakes this is my first time writing solutions.
Souce: https://sites.google.com/site/unityindiversity99/
The above website has a lot of solutions for opensource softwares and linux ubuntu
Hope this helps
1
Welcome. That link goes on forever and covers quite a range of stuff. Could you add some kind of identifier to your answer for where in that link to look? Thanks.
– fixer1234
Dec 13 '14 at 5:12
add a comment |
I had the same issue and didn't know the exact nmap syntax to search for, so I've downloaded https://nmap.org/dist/nmap-6.47-setup.exe for windows, typed my network 192.168.0.1/24 in the address field, hit scan, and then checked the results that show with Discovered open port 80/tcp on ... (webservers).
add a comment |
You do not need to reset the Belkin router, can you follow below steps:-
- Connect to the Belkin AP using LAN cable
- Change your machine IP address to 192.168.2.50, subnet 255.255.255.0, leave blank for gateway and dns
- From your browser, go to 192.168.2.254 then you will go to the Belkin setup page
This will only work if the Belkin router is192.168.2.254. The OP has said he doesn't know the IP at all.
– Burgi
May 8 '16 at 15:04
add a comment |
If you are using Linux, check the interface you are using with:
$ ifconfig
Then (if connected by WLAN):
$ iwconfig wlp2s0
Extract the MAC address of the access point from the response, and use nmap to check the devices in your network:
$ sudo nmap -sn 192.168.0.1/24
Find the MAC address in the list and its reference to the IP address.
It is very difficult to determine an address of a transparent device, e.g. switch or WAP, because the device may have an address in a different network and would never respond to ARP on your network.
– Ron Maupin
Dec 10 '16 at 5:48
add a comment |
Reset the router to defaults and reconfigure?
I could do that, but I really want to know if there's a way to do get IP Address of an AP. Thank's for the suggestion though.
– Andreas Wong
Jun 5 '10 at 14:43
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f149102%2fgetting-ip-address-of-access-point%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
14 Answers
14
active
oldest
votes
14 Answers
14
active
oldest
votes
active
oldest
votes
active
oldest
votes
Since it is simply functioning as a WAP device now, short of reseting the WAP and using the default, it might not be all that easy.
Try going through your ARP cache (arp -a in windows, might be similar in linux) and see if the WAP has an entry. Just try each address on your local subnet that's listed.
Other than that, the WAP should be completely transparent so unless you're already communicating with its IP, its IP probably won't show up in network traffic.
6
+1 for usingarp -a
– ta.speot.is
Jun 6 '10 at 0:18
Nope, the only one I can see is the gateway modem's IP
– Andreas Wong
Jun 6 '10 at 3:47
@andreas Then if it's not 192.168.0.1, 192.168.1.1, 192.168.2.1, or *.2 for any of those, I'd just reset it back to factory settings and then reconfigure it.
– Darth Android
Jun 6 '10 at 5:08
1
arp -asaved my behind just now, 3 years after the answer :) Thank you!
– Chahk
Dec 30 '13 at 17:22
add a comment |
Since it is simply functioning as a WAP device now, short of reseting the WAP and using the default, it might not be all that easy.
Try going through your ARP cache (arp -a in windows, might be similar in linux) and see if the WAP has an entry. Just try each address on your local subnet that's listed.
Other than that, the WAP should be completely transparent so unless you're already communicating with its IP, its IP probably won't show up in network traffic.
6
+1 for usingarp -a
– ta.speot.is
Jun 6 '10 at 0:18
Nope, the only one I can see is the gateway modem's IP
– Andreas Wong
Jun 6 '10 at 3:47
@andreas Then if it's not 192.168.0.1, 192.168.1.1, 192.168.2.1, or *.2 for any of those, I'd just reset it back to factory settings and then reconfigure it.
– Darth Android
Jun 6 '10 at 5:08
1
arp -asaved my behind just now, 3 years after the answer :) Thank you!
– Chahk
Dec 30 '13 at 17:22
add a comment |
Since it is simply functioning as a WAP device now, short of reseting the WAP and using the default, it might not be all that easy.
Try going through your ARP cache (arp -a in windows, might be similar in linux) and see if the WAP has an entry. Just try each address on your local subnet that's listed.
Other than that, the WAP should be completely transparent so unless you're already communicating with its IP, its IP probably won't show up in network traffic.
Since it is simply functioning as a WAP device now, short of reseting the WAP and using the default, it might not be all that easy.
Try going through your ARP cache (arp -a in windows, might be similar in linux) and see if the WAP has an entry. Just try each address on your local subnet that's listed.
Other than that, the WAP should be completely transparent so unless you're already communicating with its IP, its IP probably won't show up in network traffic.
answered Jun 5 '10 at 19:19
Darth AndroidDarth Android
34.1k47599
34.1k47599
6
+1 for usingarp -a
– ta.speot.is
Jun 6 '10 at 0:18
Nope, the only one I can see is the gateway modem's IP
– Andreas Wong
Jun 6 '10 at 3:47
@andreas Then if it's not 192.168.0.1, 192.168.1.1, 192.168.2.1, or *.2 for any of those, I'd just reset it back to factory settings and then reconfigure it.
– Darth Android
Jun 6 '10 at 5:08
1
arp -asaved my behind just now, 3 years after the answer :) Thank you!
– Chahk
Dec 30 '13 at 17:22
add a comment |
6
+1 for usingarp -a
– ta.speot.is
Jun 6 '10 at 0:18
Nope, the only one I can see is the gateway modem's IP
– Andreas Wong
Jun 6 '10 at 3:47
@andreas Then if it's not 192.168.0.1, 192.168.1.1, 192.168.2.1, or *.2 for any of those, I'd just reset it back to factory settings and then reconfigure it.
– Darth Android
Jun 6 '10 at 5:08
1
arp -asaved my behind just now, 3 years after the answer :) Thank you!
– Chahk
Dec 30 '13 at 17:22
6
6
+1 for using
arp -a– ta.speot.is
Jun 6 '10 at 0:18
+1 for using
arp -a– ta.speot.is
Jun 6 '10 at 0:18
Nope, the only one I can see is the gateway modem's IP
– Andreas Wong
Jun 6 '10 at 3:47
Nope, the only one I can see is the gateway modem's IP
– Andreas Wong
Jun 6 '10 at 3:47
@andreas Then if it's not 192.168.0.1, 192.168.1.1, 192.168.2.1, or *.2 for any of those, I'd just reset it back to factory settings and then reconfigure it.
– Darth Android
Jun 6 '10 at 5:08
@andreas Then if it's not 192.168.0.1, 192.168.1.1, 192.168.2.1, or *.2 for any of those, I'd just reset it back to factory settings and then reconfigure it.
– Darth Android
Jun 6 '10 at 5:08
1
1
arp -a saved my behind just now, 3 years after the answer :) Thank you!– Chahk
Dec 30 '13 at 17:22
arp -a saved my behind just now, 3 years after the answer :) Thank you!– Chahk
Dec 30 '13 at 17:22
add a comment |
Unless you get get in in from your arp cache (try doing ping 192.168.0.255 first), the only way I know to find it is port scanning. Using something like nmap to scan your network - a WAP should be listening on port 80, and possibly something like telnet as well. Try nmap 192.168.0.1/24
add a comment |
Unless you get get in in from your arp cache (try doing ping 192.168.0.255 first), the only way I know to find it is port scanning. Using something like nmap to scan your network - a WAP should be listening on port 80, and possibly something like telnet as well. Try nmap 192.168.0.1/24
add a comment |
Unless you get get in in from your arp cache (try doing ping 192.168.0.255 first), the only way I know to find it is port scanning. Using something like nmap to scan your network - a WAP should be listening on port 80, and possibly something like telnet as well. Try nmap 192.168.0.1/24
Unless you get get in in from your arp cache (try doing ping 192.168.0.255 first), the only way I know to find it is port scanning. Using something like nmap to scan your network - a WAP should be listening on port 80, and possibly something like telnet as well. Try nmap 192.168.0.1/24
answered Jul 2 '10 at 8:20
DentrasiDentrasi
9,32532126
9,32532126
add a comment |
add a comment |
IPCONFIG /ALL (in a command line in Windows) will tell you under the heading Default Gateway.
ifconfig under Linux will tell you, and also on Mac OS X (command line), and in the GUI: Network preferences, select wireless, advanced (right below) and TCP/IP tab, router entry.
It tells me the IP address of the modem, but not the Access Point. Perhaps a bit of background will be useful, my configuration is: PCs => Belkin Router (AP) -> (wired) Gateway Modem if I do ipconfig /all, it will tell me the Gateway Modem's IP, but not the AP.
– Andreas Wong
Jun 5 '10 at 13:01
The router will give the IP addresses, right, so look for the DHCP server IP. It's also listed if memory serves me.
– Henno
Jun 5 '10 at 13:16
The DNS address is coincidentally the same as gateway address. So no, I don't think it works.
– Andreas Wong
Jun 5 '10 at 13:18
I corrected it to DHCP
– Henno
Jun 5 '10 at 13:20
and conveniently, it's also the same as DNS and gateway.
– Andreas Wong
Jun 5 '10 at 13:23
|
show 12 more comments
IPCONFIG /ALL (in a command line in Windows) will tell you under the heading Default Gateway.
ifconfig under Linux will tell you, and also on Mac OS X (command line), and in the GUI: Network preferences, select wireless, advanced (right below) and TCP/IP tab, router entry.
It tells me the IP address of the modem, but not the Access Point. Perhaps a bit of background will be useful, my configuration is: PCs => Belkin Router (AP) -> (wired) Gateway Modem if I do ipconfig /all, it will tell me the Gateway Modem's IP, but not the AP.
– Andreas Wong
Jun 5 '10 at 13:01
The router will give the IP addresses, right, so look for the DHCP server IP. It's also listed if memory serves me.
– Henno
Jun 5 '10 at 13:16
The DNS address is coincidentally the same as gateway address. So no, I don't think it works.
– Andreas Wong
Jun 5 '10 at 13:18
I corrected it to DHCP
– Henno
Jun 5 '10 at 13:20
and conveniently, it's also the same as DNS and gateway.
– Andreas Wong
Jun 5 '10 at 13:23
|
show 12 more comments
IPCONFIG /ALL (in a command line in Windows) will tell you under the heading Default Gateway.
ifconfig under Linux will tell you, and also on Mac OS X (command line), and in the GUI: Network preferences, select wireless, advanced (right below) and TCP/IP tab, router entry.
IPCONFIG /ALL (in a command line in Windows) will tell you under the heading Default Gateway.
ifconfig under Linux will tell you, and also on Mac OS X (command line), and in the GUI: Network preferences, select wireless, advanced (right below) and TCP/IP tab, router entry.
answered Jun 5 '10 at 12:59
HennoHenno
64945
64945
It tells me the IP address of the modem, but not the Access Point. Perhaps a bit of background will be useful, my configuration is: PCs => Belkin Router (AP) -> (wired) Gateway Modem if I do ipconfig /all, it will tell me the Gateway Modem's IP, but not the AP.
– Andreas Wong
Jun 5 '10 at 13:01
The router will give the IP addresses, right, so look for the DHCP server IP. It's also listed if memory serves me.
– Henno
Jun 5 '10 at 13:16
The DNS address is coincidentally the same as gateway address. So no, I don't think it works.
– Andreas Wong
Jun 5 '10 at 13:18
I corrected it to DHCP
– Henno
Jun 5 '10 at 13:20
and conveniently, it's also the same as DNS and gateway.
– Andreas Wong
Jun 5 '10 at 13:23
|
show 12 more comments
It tells me the IP address of the modem, but not the Access Point. Perhaps a bit of background will be useful, my configuration is: PCs => Belkin Router (AP) -> (wired) Gateway Modem if I do ipconfig /all, it will tell me the Gateway Modem's IP, but not the AP.
– Andreas Wong
Jun 5 '10 at 13:01
The router will give the IP addresses, right, so look for the DHCP server IP. It's also listed if memory serves me.
– Henno
Jun 5 '10 at 13:16
The DNS address is coincidentally the same as gateway address. So no, I don't think it works.
– Andreas Wong
Jun 5 '10 at 13:18
I corrected it to DHCP
– Henno
Jun 5 '10 at 13:20
and conveniently, it's also the same as DNS and gateway.
– Andreas Wong
Jun 5 '10 at 13:23
It tells me the IP address of the modem, but not the Access Point. Perhaps a bit of background will be useful, my configuration is: PCs => Belkin Router (AP) -> (wired) Gateway Modem if I do ipconfig /all, it will tell me the Gateway Modem's IP, but not the AP.
– Andreas Wong
Jun 5 '10 at 13:01
It tells me the IP address of the modem, but not the Access Point. Perhaps a bit of background will be useful, my configuration is: PCs => Belkin Router (AP) -> (wired) Gateway Modem if I do ipconfig /all, it will tell me the Gateway Modem's IP, but not the AP.
– Andreas Wong
Jun 5 '10 at 13:01
The router will give the IP addresses, right, so look for the DHCP server IP. It's also listed if memory serves me.
– Henno
Jun 5 '10 at 13:16
The router will give the IP addresses, right, so look for the DHCP server IP. It's also listed if memory serves me.
– Henno
Jun 5 '10 at 13:16
The DNS address is coincidentally the same as gateway address. So no, I don't think it works.
– Andreas Wong
Jun 5 '10 at 13:18
The DNS address is coincidentally the same as gateway address. So no, I don't think it works.
– Andreas Wong
Jun 5 '10 at 13:18
I corrected it to DHCP
– Henno
Jun 5 '10 at 13:20
I corrected it to DHCP
– Henno
Jun 5 '10 at 13:20
and conveniently, it's also the same as DNS and gateway.
– Andreas Wong
Jun 5 '10 at 13:23
and conveniently, it's also the same as DNS and gateway.
– Andreas Wong
Jun 5 '10 at 13:23
|
show 12 more comments
Default IP is 192.168.2.1 for a Belkin router, but can't you do a tracert to, say google.com and then find out which one is your router? (It should usually be the first hop.)
Or you could look in your browser's history...
The first hop is the Gateway, not the AP unfortunately :(
– Andreas Wong
Jun 5 '10 at 13:42
+1 for tracert. @Andreas: If your network traffic passes the AP you should still be able to find out the ipaddress of it with tracert. In the tracertstats, is there any other ip-addresses that are on the same subnet as your computer's?
– Default
Jun 5 '10 at 14:19
Nope, sadly it goes straight to the Gateway
– Andreas Wong
Jun 5 '10 at 14:43
a WAP doesn't work at the network layer so you won't see an IP hop.
– Andy
Jun 5 '10 at 16:15
That's an interesting point, do you have a more elaborate explanation/article on that?
– Andreas Wong
Jun 7 '10 at 3:23
|
show 3 more comments
Default IP is 192.168.2.1 for a Belkin router, but can't you do a tracert to, say google.com and then find out which one is your router? (It should usually be the first hop.)
Or you could look in your browser's history...
The first hop is the Gateway, not the AP unfortunately :(
– Andreas Wong
Jun 5 '10 at 13:42
+1 for tracert. @Andreas: If your network traffic passes the AP you should still be able to find out the ipaddress of it with tracert. In the tracertstats, is there any other ip-addresses that are on the same subnet as your computer's?
– Default
Jun 5 '10 at 14:19
Nope, sadly it goes straight to the Gateway
– Andreas Wong
Jun 5 '10 at 14:43
a WAP doesn't work at the network layer so you won't see an IP hop.
– Andy
Jun 5 '10 at 16:15
That's an interesting point, do you have a more elaborate explanation/article on that?
– Andreas Wong
Jun 7 '10 at 3:23
|
show 3 more comments
Default IP is 192.168.2.1 for a Belkin router, but can't you do a tracert to, say google.com and then find out which one is your router? (It should usually be the first hop.)
Or you could look in your browser's history...
Default IP is 192.168.2.1 for a Belkin router, but can't you do a tracert to, say google.com and then find out which one is your router? (It should usually be the first hop.)
Or you could look in your browser's history...
edited Jun 6 '10 at 16:11
answered Jun 5 '10 at 13:23
Hello71Hello71
7,16233443
7,16233443
The first hop is the Gateway, not the AP unfortunately :(
– Andreas Wong
Jun 5 '10 at 13:42
+1 for tracert. @Andreas: If your network traffic passes the AP you should still be able to find out the ipaddress of it with tracert. In the tracertstats, is there any other ip-addresses that are on the same subnet as your computer's?
– Default
Jun 5 '10 at 14:19
Nope, sadly it goes straight to the Gateway
– Andreas Wong
Jun 5 '10 at 14:43
a WAP doesn't work at the network layer so you won't see an IP hop.
– Andy
Jun 5 '10 at 16:15
That's an interesting point, do you have a more elaborate explanation/article on that?
– Andreas Wong
Jun 7 '10 at 3:23
|
show 3 more comments
The first hop is the Gateway, not the AP unfortunately :(
– Andreas Wong
Jun 5 '10 at 13:42
+1 for tracert. @Andreas: If your network traffic passes the AP you should still be able to find out the ipaddress of it with tracert. In the tracertstats, is there any other ip-addresses that are on the same subnet as your computer's?
– Default
Jun 5 '10 at 14:19
Nope, sadly it goes straight to the Gateway
– Andreas Wong
Jun 5 '10 at 14:43
a WAP doesn't work at the network layer so you won't see an IP hop.
– Andy
Jun 5 '10 at 16:15
That's an interesting point, do you have a more elaborate explanation/article on that?
– Andreas Wong
Jun 7 '10 at 3:23
The first hop is the Gateway, not the AP unfortunately :(
– Andreas Wong
Jun 5 '10 at 13:42
The first hop is the Gateway, not the AP unfortunately :(
– Andreas Wong
Jun 5 '10 at 13:42
+1 for tracert. @Andreas: If your network traffic passes the AP you should still be able to find out the ipaddress of it with tracert. In the tracertstats, is there any other ip-addresses that are on the same subnet as your computer's?
– Default
Jun 5 '10 at 14:19
+1 for tracert. @Andreas: If your network traffic passes the AP you should still be able to find out the ipaddress of it with tracert. In the tracertstats, is there any other ip-addresses that are on the same subnet as your computer's?
– Default
Jun 5 '10 at 14:19
Nope, sadly it goes straight to the Gateway
– Andreas Wong
Jun 5 '10 at 14:43
Nope, sadly it goes straight to the Gateway
– Andreas Wong
Jun 5 '10 at 14:43
a WAP doesn't work at the network layer so you won't see an IP hop.
– Andy
Jun 5 '10 at 16:15
a WAP doesn't work at the network layer so you won't see an IP hop.
– Andy
Jun 5 '10 at 16:15
That's an interesting point, do you have a more elaborate explanation/article on that?
– Andreas Wong
Jun 7 '10 at 3:23
That's an interesting point, do you have a more elaborate explanation/article on that?
– Andreas Wong
Jun 7 '10 at 3:23
|
show 3 more comments
I had the same problem. From my Windows 7 PC, i could do a ping on the local subnet by typing
ping 192.168.X.255
-- where X is your local subnet. This should send a broadcast to ALL ips in the subnet. Of course, the ping command will fail.
Next type
arp -a
This should now list ALL the ping responses received on the subnet. Note that if there are systems on the subnet which have ECHO RESPONSE turned OFF, they wont show up in the list.
One of the these IPs listed will be your AP's IP. If not sure, lookup on the MAC and find out who the vendor is... (http://www.macvendorlookup.com/)
HTH
-A's B
add a comment |
I had the same problem. From my Windows 7 PC, i could do a ping on the local subnet by typing
ping 192.168.X.255
-- where X is your local subnet. This should send a broadcast to ALL ips in the subnet. Of course, the ping command will fail.
Next type
arp -a
This should now list ALL the ping responses received on the subnet. Note that if there are systems on the subnet which have ECHO RESPONSE turned OFF, they wont show up in the list.
One of the these IPs listed will be your AP's IP. If not sure, lookup on the MAC and find out who the vendor is... (http://www.macvendorlookup.com/)
HTH
-A's B
add a comment |
I had the same problem. From my Windows 7 PC, i could do a ping on the local subnet by typing
ping 192.168.X.255
-- where X is your local subnet. This should send a broadcast to ALL ips in the subnet. Of course, the ping command will fail.
Next type
arp -a
This should now list ALL the ping responses received on the subnet. Note that if there are systems on the subnet which have ECHO RESPONSE turned OFF, they wont show up in the list.
One of the these IPs listed will be your AP's IP. If not sure, lookup on the MAC and find out who the vendor is... (http://www.macvendorlookup.com/)
HTH
-A's B
I had the same problem. From my Windows 7 PC, i could do a ping on the local subnet by typing
ping 192.168.X.255
-- where X is your local subnet. This should send a broadcast to ALL ips in the subnet. Of course, the ping command will fail.
Next type
arp -a
This should now list ALL the ping responses received on the subnet. Note that if there are systems on the subnet which have ECHO RESPONSE turned OFF, they wont show up in the list.
One of the these IPs listed will be your AP's IP. If not sure, lookup on the MAC and find out who the vendor is... (http://www.macvendorlookup.com/)
HTH
-A's B
answered Mar 28 '14 at 17:09
BalaBala
111
111
add a comment |
add a comment |
to accomplish this on a modern windows OS from the command line
netsh wlan show networks mode=bssid
find the network to which you are interested and connected, note the bssid and then run
arp -a
now find the bssid you discovered above in the new list of physical addresses, your access points internet address is listed on the same line.
add a comment |
to accomplish this on a modern windows OS from the command line
netsh wlan show networks mode=bssid
find the network to which you are interested and connected, note the bssid and then run
arp -a
now find the bssid you discovered above in the new list of physical addresses, your access points internet address is listed on the same line.
add a comment |
to accomplish this on a modern windows OS from the command line
netsh wlan show networks mode=bssid
find the network to which you are interested and connected, note the bssid and then run
arp -a
now find the bssid you discovered above in the new list of physical addresses, your access points internet address is listed on the same line.
to accomplish this on a modern windows OS from the command line
netsh wlan show networks mode=bssid
find the network to which you are interested and connected, note the bssid and then run
arp -a
now find the bssid you discovered above in the new list of physical addresses, your access points internet address is listed on the same line.
answered Dec 19 '18 at 6:57
user975387user975387
111
111
add a comment |
add a comment |
you should be able to see this from the 2wire web interface. I'm assuming that it is a router which is the gateway address from ipconfig. Most likely would be in the logs. If the belkin was set to dhcp it should be in the dhcp log. the other option would be to use a ping utility to ping every address in the ip range and see which ones respond. if your ip address is 192.168.1.2 say you would ping every address from 192.168.1.1 to 192.168.1.254.
I've done that, and I still can't find the AP IP Address.
– Andreas Wong
Jun 5 '10 at 18:51
can you plug in an ethernet cable into the belkin router and see if you can get an ip address from that router? if you do it will probably have a gateway address which would be the ip address of the belkin router. if all else fails reset the router. Usually if you hold in the reset button for about 30 seconds or so it resets the router to the factory default at which point you can reconfigure it.
– user4892
Jun 6 '10 at 3:52
Nope, the DHCP, DNS and Gateway again are pointing to my Gateway Modem even on ethernet. I think I will start considering reseting the router .
– Andreas Wong
Jun 6 '10 at 3:56
add a comment |
you should be able to see this from the 2wire web interface. I'm assuming that it is a router which is the gateway address from ipconfig. Most likely would be in the logs. If the belkin was set to dhcp it should be in the dhcp log. the other option would be to use a ping utility to ping every address in the ip range and see which ones respond. if your ip address is 192.168.1.2 say you would ping every address from 192.168.1.1 to 192.168.1.254.
I've done that, and I still can't find the AP IP Address.
– Andreas Wong
Jun 5 '10 at 18:51
can you plug in an ethernet cable into the belkin router and see if you can get an ip address from that router? if you do it will probably have a gateway address which would be the ip address of the belkin router. if all else fails reset the router. Usually if you hold in the reset button for about 30 seconds or so it resets the router to the factory default at which point you can reconfigure it.
– user4892
Jun 6 '10 at 3:52
Nope, the DHCP, DNS and Gateway again are pointing to my Gateway Modem even on ethernet. I think I will start considering reseting the router .
– Andreas Wong
Jun 6 '10 at 3:56
add a comment |
you should be able to see this from the 2wire web interface. I'm assuming that it is a router which is the gateway address from ipconfig. Most likely would be in the logs. If the belkin was set to dhcp it should be in the dhcp log. the other option would be to use a ping utility to ping every address in the ip range and see which ones respond. if your ip address is 192.168.1.2 say you would ping every address from 192.168.1.1 to 192.168.1.254.
you should be able to see this from the 2wire web interface. I'm assuming that it is a router which is the gateway address from ipconfig. Most likely would be in the logs. If the belkin was set to dhcp it should be in the dhcp log. the other option would be to use a ping utility to ping every address in the ip range and see which ones respond. if your ip address is 192.168.1.2 say you would ping every address from 192.168.1.1 to 192.168.1.254.
answered Jun 5 '10 at 17:12
user4892user4892
1743
1743
I've done that, and I still can't find the AP IP Address.
– Andreas Wong
Jun 5 '10 at 18:51
can you plug in an ethernet cable into the belkin router and see if you can get an ip address from that router? if you do it will probably have a gateway address which would be the ip address of the belkin router. if all else fails reset the router. Usually if you hold in the reset button for about 30 seconds or so it resets the router to the factory default at which point you can reconfigure it.
– user4892
Jun 6 '10 at 3:52
Nope, the DHCP, DNS and Gateway again are pointing to my Gateway Modem even on ethernet. I think I will start considering reseting the router .
– Andreas Wong
Jun 6 '10 at 3:56
add a comment |
I've done that, and I still can't find the AP IP Address.
– Andreas Wong
Jun 5 '10 at 18:51
can you plug in an ethernet cable into the belkin router and see if you can get an ip address from that router? if you do it will probably have a gateway address which would be the ip address of the belkin router. if all else fails reset the router. Usually if you hold in the reset button for about 30 seconds or so it resets the router to the factory default at which point you can reconfigure it.
– user4892
Jun 6 '10 at 3:52
Nope, the DHCP, DNS and Gateway again are pointing to my Gateway Modem even on ethernet. I think I will start considering reseting the router .
– Andreas Wong
Jun 6 '10 at 3:56
I've done that, and I still can't find the AP IP Address.
– Andreas Wong
Jun 5 '10 at 18:51
I've done that, and I still can't find the AP IP Address.
– Andreas Wong
Jun 5 '10 at 18:51
can you plug in an ethernet cable into the belkin router and see if you can get an ip address from that router? if you do it will probably have a gateway address which would be the ip address of the belkin router. if all else fails reset the router. Usually if you hold in the reset button for about 30 seconds or so it resets the router to the factory default at which point you can reconfigure it.
– user4892
Jun 6 '10 at 3:52
can you plug in an ethernet cable into the belkin router and see if you can get an ip address from that router? if you do it will probably have a gateway address which would be the ip address of the belkin router. if all else fails reset the router. Usually if you hold in the reset button for about 30 seconds or so it resets the router to the factory default at which point you can reconfigure it.
– user4892
Jun 6 '10 at 3:52
Nope, the DHCP, DNS and Gateway again are pointing to my Gateway Modem even on ethernet. I think I will start considering reseting the router .
– Andreas Wong
Jun 6 '10 at 3:56
Nope, the DHCP, DNS and Gateway again are pointing to my Gateway Modem even on ethernet. I think I will start considering reseting the router .
– Andreas Wong
Jun 6 '10 at 3:56
add a comment |
In the command prompt you can do arp -a This will show you the MAC address and IP of everything connected to the same broadcast domain that you are. Given your setup, this should show you everything on your network. You can figure out the IP by finding out the MAC address of your AP. Usually this is printed right on the device itself somewhere.
add a comment |
In the command prompt you can do arp -a This will show you the MAC address and IP of everything connected to the same broadcast domain that you are. Given your setup, this should show you everything on your network. You can figure out the IP by finding out the MAC address of your AP. Usually this is printed right on the device itself somewhere.
add a comment |
In the command prompt you can do arp -a This will show you the MAC address and IP of everything connected to the same broadcast domain that you are. Given your setup, this should show you everything on your network. You can figure out the IP by finding out the MAC address of your AP. Usually this is printed right on the device itself somewhere.
In the command prompt you can do arp -a This will show you the MAC address and IP of everything connected to the same broadcast domain that you are. Given your setup, this should show you everything on your network. You can figure out the IP by finding out the MAC address of your AP. Usually this is printed right on the device itself somewhere.
answered Jun 5 '10 at 21:43
MDMarraMDMarra
19.1k33752
19.1k33752
add a comment |
add a comment |
You can use nmap to scan IPs near you own IP.
or use ping:http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/
there are lots of tools doing this in linux.
you can even use aircrack-ng(but this one needs some time to work).
EDIT:
I think transparent routers(I think your router is) don't have IPs.
1
There's no such thing as a "transparent" router.
– MDMarra
Jun 5 '10 at 17:29
add a comment |
You can use nmap to scan IPs near you own IP.
or use ping:http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/
there are lots of tools doing this in linux.
you can even use aircrack-ng(but this one needs some time to work).
EDIT:
I think transparent routers(I think your router is) don't have IPs.
1
There's no such thing as a "transparent" router.
– MDMarra
Jun 5 '10 at 17:29
add a comment |
You can use nmap to scan IPs near you own IP.
or use ping:http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/
there are lots of tools doing this in linux.
you can even use aircrack-ng(but this one needs some time to work).
EDIT:
I think transparent routers(I think your router is) don't have IPs.
You can use nmap to scan IPs near you own IP.
or use ping:http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/
there are lots of tools doing this in linux.
you can even use aircrack-ng(but this one needs some time to work).
EDIT:
I think transparent routers(I think your router is) don't have IPs.
edited Jul 2 '10 at 8:16
answered Jun 5 '10 at 17:03
behroozbehrooz
3151314
3151314
1
There's no such thing as a "transparent" router.
– MDMarra
Jun 5 '10 at 17:29
add a comment |
1
There's no such thing as a "transparent" router.
– MDMarra
Jun 5 '10 at 17:29
1
1
There's no such thing as a "transparent" router.
– MDMarra
Jun 5 '10 at 17:29
There's no such thing as a "transparent" router.
– MDMarra
Jun 5 '10 at 17:29
add a comment |
Use this command ( This gives details about all active ips starting with 192.168.1. & their mac & brand ):
sudo arp-scan 192.168.1.0/24
Above command can be read as below
This will give the list of active ips. You can replace 192.168.1.0 with whatever ip u want but the "/24" is a must.
Sorry if there are some mistakes this is my first time writing solutions.
Souce: https://sites.google.com/site/unityindiversity99/
The above website has a lot of solutions for opensource softwares and linux ubuntu
Hope this helps
1
Welcome. That link goes on forever and covers quite a range of stuff. Could you add some kind of identifier to your answer for where in that link to look? Thanks.
– fixer1234
Dec 13 '14 at 5:12
add a comment |
Use this command ( This gives details about all active ips starting with 192.168.1. & their mac & brand ):
sudo arp-scan 192.168.1.0/24
Above command can be read as below
This will give the list of active ips. You can replace 192.168.1.0 with whatever ip u want but the "/24" is a must.
Sorry if there are some mistakes this is my first time writing solutions.
Souce: https://sites.google.com/site/unityindiversity99/
The above website has a lot of solutions for opensource softwares and linux ubuntu
Hope this helps
1
Welcome. That link goes on forever and covers quite a range of stuff. Could you add some kind of identifier to your answer for where in that link to look? Thanks.
– fixer1234
Dec 13 '14 at 5:12
add a comment |
Use this command ( This gives details about all active ips starting with 192.168.1. & their mac & brand ):
sudo arp-scan 192.168.1.0/24
Above command can be read as below
This will give the list of active ips. You can replace 192.168.1.0 with whatever ip u want but the "/24" is a must.
Sorry if there are some mistakes this is my first time writing solutions.
Souce: https://sites.google.com/site/unityindiversity99/
The above website has a lot of solutions for opensource softwares and linux ubuntu
Hope this helps
Use this command ( This gives details about all active ips starting with 192.168.1. & their mac & brand ):
sudo arp-scan 192.168.1.0/24
Above command can be read as below
This will give the list of active ips. You can replace 192.168.1.0 with whatever ip u want but the "/24" is a must.
Sorry if there are some mistakes this is my first time writing solutions.
Souce: https://sites.google.com/site/unityindiversity99/
The above website has a lot of solutions for opensource softwares and linux ubuntu
Hope this helps
answered Dec 13 '14 at 4:40
Vishnu Nithya SoundharVishnu Nithya Soundhar
1
1
1
Welcome. That link goes on forever and covers quite a range of stuff. Could you add some kind of identifier to your answer for where in that link to look? Thanks.
– fixer1234
Dec 13 '14 at 5:12
add a comment |
1
Welcome. That link goes on forever and covers quite a range of stuff. Could you add some kind of identifier to your answer for where in that link to look? Thanks.
– fixer1234
Dec 13 '14 at 5:12
1
1
Welcome. That link goes on forever and covers quite a range of stuff. Could you add some kind of identifier to your answer for where in that link to look? Thanks.
– fixer1234
Dec 13 '14 at 5:12
Welcome. That link goes on forever and covers quite a range of stuff. Could you add some kind of identifier to your answer for where in that link to look? Thanks.
– fixer1234
Dec 13 '14 at 5:12
add a comment |
I had the same issue and didn't know the exact nmap syntax to search for, so I've downloaded https://nmap.org/dist/nmap-6.47-setup.exe for windows, typed my network 192.168.0.1/24 in the address field, hit scan, and then checked the results that show with Discovered open port 80/tcp on ... (webservers).
add a comment |
I had the same issue and didn't know the exact nmap syntax to search for, so I've downloaded https://nmap.org/dist/nmap-6.47-setup.exe for windows, typed my network 192.168.0.1/24 in the address field, hit scan, and then checked the results that show with Discovered open port 80/tcp on ... (webservers).
add a comment |
I had the same issue and didn't know the exact nmap syntax to search for, so I've downloaded https://nmap.org/dist/nmap-6.47-setup.exe for windows, typed my network 192.168.0.1/24 in the address field, hit scan, and then checked the results that show with Discovered open port 80/tcp on ... (webservers).
I had the same issue and didn't know the exact nmap syntax to search for, so I've downloaded https://nmap.org/dist/nmap-6.47-setup.exe for windows, typed my network 192.168.0.1/24 in the address field, hit scan, and then checked the results that show with Discovered open port 80/tcp on ... (webservers).
answered Mar 24 '15 at 12:21
NiloctNiloct
1112
1112
add a comment |
add a comment |
You do not need to reset the Belkin router, can you follow below steps:-
- Connect to the Belkin AP using LAN cable
- Change your machine IP address to 192.168.2.50, subnet 255.255.255.0, leave blank for gateway and dns
- From your browser, go to 192.168.2.254 then you will go to the Belkin setup page
This will only work if the Belkin router is192.168.2.254. The OP has said he doesn't know the IP at all.
– Burgi
May 8 '16 at 15:04
add a comment |
You do not need to reset the Belkin router, can you follow below steps:-
- Connect to the Belkin AP using LAN cable
- Change your machine IP address to 192.168.2.50, subnet 255.255.255.0, leave blank for gateway and dns
- From your browser, go to 192.168.2.254 then you will go to the Belkin setup page
This will only work if the Belkin router is192.168.2.254. The OP has said he doesn't know the IP at all.
– Burgi
May 8 '16 at 15:04
add a comment |
You do not need to reset the Belkin router, can you follow below steps:-
- Connect to the Belkin AP using LAN cable
- Change your machine IP address to 192.168.2.50, subnet 255.255.255.0, leave blank for gateway and dns
- From your browser, go to 192.168.2.254 then you will go to the Belkin setup page
You do not need to reset the Belkin router, can you follow below steps:-
- Connect to the Belkin AP using LAN cable
- Change your machine IP address to 192.168.2.50, subnet 255.255.255.0, leave blank for gateway and dns
- From your browser, go to 192.168.2.254 then you will go to the Belkin setup page
edited May 13 '16 at 0:17
VL-80
3,61922233
3,61922233
answered May 8 '16 at 12:26
Ricky KongRicky Kong
1
1
This will only work if the Belkin router is192.168.2.254. The OP has said he doesn't know the IP at all.
– Burgi
May 8 '16 at 15:04
add a comment |
This will only work if the Belkin router is192.168.2.254. The OP has said he doesn't know the IP at all.
– Burgi
May 8 '16 at 15:04
This will only work if the Belkin router is
192.168.2.254. The OP has said he doesn't know the IP at all.– Burgi
May 8 '16 at 15:04
This will only work if the Belkin router is
192.168.2.254. The OP has said he doesn't know the IP at all.– Burgi
May 8 '16 at 15:04
add a comment |
If you are using Linux, check the interface you are using with:
$ ifconfig
Then (if connected by WLAN):
$ iwconfig wlp2s0
Extract the MAC address of the access point from the response, and use nmap to check the devices in your network:
$ sudo nmap -sn 192.168.0.1/24
Find the MAC address in the list and its reference to the IP address.
It is very difficult to determine an address of a transparent device, e.g. switch or WAP, because the device may have an address in a different network and would never respond to ARP on your network.
– Ron Maupin
Dec 10 '16 at 5:48
add a comment |
If you are using Linux, check the interface you are using with:
$ ifconfig
Then (if connected by WLAN):
$ iwconfig wlp2s0
Extract the MAC address of the access point from the response, and use nmap to check the devices in your network:
$ sudo nmap -sn 192.168.0.1/24
Find the MAC address in the list and its reference to the IP address.
It is very difficult to determine an address of a transparent device, e.g. switch or WAP, because the device may have an address in a different network and would never respond to ARP on your network.
– Ron Maupin
Dec 10 '16 at 5:48
add a comment |
If you are using Linux, check the interface you are using with:
$ ifconfig
Then (if connected by WLAN):
$ iwconfig wlp2s0
Extract the MAC address of the access point from the response, and use nmap to check the devices in your network:
$ sudo nmap -sn 192.168.0.1/24
Find the MAC address in the list and its reference to the IP address.
If you are using Linux, check the interface you are using with:
$ ifconfig
Then (if connected by WLAN):
$ iwconfig wlp2s0
Extract the MAC address of the access point from the response, and use nmap to check the devices in your network:
$ sudo nmap -sn 192.168.0.1/24
Find the MAC address in the list and its reference to the IP address.
edited Dec 10 '16 at 5:41
MJH
1,02941018
1,02941018
answered Dec 9 '16 at 21:46
SegaromaSegaroma
1
1
It is very difficult to determine an address of a transparent device, e.g. switch or WAP, because the device may have an address in a different network and would never respond to ARP on your network.
– Ron Maupin
Dec 10 '16 at 5:48
add a comment |
It is very difficult to determine an address of a transparent device, e.g. switch or WAP, because the device may have an address in a different network and would never respond to ARP on your network.
– Ron Maupin
Dec 10 '16 at 5:48
It is very difficult to determine an address of a transparent device, e.g. switch or WAP, because the device may have an address in a different network and would never respond to ARP on your network.
– Ron Maupin
Dec 10 '16 at 5:48
It is very difficult to determine an address of a transparent device, e.g. switch or WAP, because the device may have an address in a different network and would never respond to ARP on your network.
– Ron Maupin
Dec 10 '16 at 5:48
add a comment |
Reset the router to defaults and reconfigure?
I could do that, but I really want to know if there's a way to do get IP Address of an AP. Thank's for the suggestion though.
– Andreas Wong
Jun 5 '10 at 14:43
add a comment |
Reset the router to defaults and reconfigure?
I could do that, but I really want to know if there's a way to do get IP Address of an AP. Thank's for the suggestion though.
– Andreas Wong
Jun 5 '10 at 14:43
add a comment |
Reset the router to defaults and reconfigure?
Reset the router to defaults and reconfigure?
answered Jun 5 '10 at 13:42
AndyAndy
2,46431528
2,46431528
I could do that, but I really want to know if there's a way to do get IP Address of an AP. Thank's for the suggestion though.
– Andreas Wong
Jun 5 '10 at 14:43
add a comment |
I could do that, but I really want to know if there's a way to do get IP Address of an AP. Thank's for the suggestion though.
– Andreas Wong
Jun 5 '10 at 14:43
I could do that, but I really want to know if there's a way to do get IP Address of an AP. Thank's for the suggestion though.
– Andreas Wong
Jun 5 '10 at 14:43
I could do that, but I really want to know if there's a way to do get IP Address of an AP. Thank's for the suggestion though.
– Andreas Wong
Jun 5 '10 at 14:43
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f149102%2fgetting-ip-address-of-access-point%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What OS are you using?
– Henno
Jun 5 '10 at 12:45
Ups sorry I forgot to specify, edited now.
– Andreas Wong
Jun 5 '10 at 12:57
Possible duplicate: superuser.com/questions/142851/get-ip-address-of-router
– Hello71
Jun 5 '10 at 13:36
In my care, it's a bridged network, in the link you've given, it's a normal PC -> Modem network. So I don't think it's duplicate.
– Andreas Wong
Jun 5 '10 at 13:41
What is the ip address of your computer? If you haven't made any drastic changes, it should default to xx.xx.xx.1 (where xx is the same as your computer's)
– Default
Jun 5 '10 at 14:23