Results 1 to 9 of 9
How to see all computers that are connected to my router and how to see theyr IP`s Im using wlan0
Thanks...
- 07-26-2011 #1Just Joined!
- Join Date
- Jul 2011
- Posts
- 3
How to see all computers that are connected to my router
How to see all computers that are connected to my router and how to see theyr IP`s


Im using wlan0
Thanks
- 07-26-2011 #2Code:
netstat -anp | grep ESTABLISHED or another approach: arp -a
You must always face the curtain with a bow.
- 07-26-2011 #3Just Joined!
- Join Date
- Jul 2011
- Posts
- 3
I did it and it only shows my IP
- 07-26-2011 #4
Than only your IP is connected.
Can you perhaps show the output?You must always face the curtain with a bow.
- 07-26-2011 #5Just Joined!
- Join Date
- Jul 2011
- Posts
- 3
? (192.168.2.1) Thats all I get O__o
- 07-26-2011 #6
and for the netstat?
Note: It might be possible, that you need to grep the word "ESTABLISHED" in your languageYou must always face the curtain with a bow.
- 07-27-2011 #7Linux Guru
- Join Date
- May 2011
- Posts
- 1,813
I (and Trinity) use nmap for this. For example, if my local ip address is 192.168.1.4 and subnet mask 255.255.255.0, then the network address is 192.168.1.0, so the command is:
Code:nmap -n -sP 192.168.1.0/24
- 07-27-2011 #8
I just have the router tell me. You should be able to access it via your browser, probably at ip 192.168.2.1, but perhaps 192.168.2.0, or something else close. It depend on the router, and the manual for the router should tell you. You'll need to log on to the router using the appropriate username and password. That depends on how you set it up.
- 07-31-2011 #9
I use the same method as mentioned by sgosnell.
Simple is good.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.


1Likes
Reply With Quote
