Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-04-2005, 02:15 PM
|
#1
|
Member
Registered: Jul 2004
Posts: 164
Rep:
|
discovering computers on home network?
any advice on how see who's connected to my network at any time? using a linksys wireless b router; i can use the web-based interface, but that isn't always accurate. which terminal based or graphic front ends can i use to find this info?
|
|
|
11-04-2005, 02:41 PM
|
#2
|
Member
Registered: Aug 2003
Location: UK
Distribution: Slackware 10.2, Fluxbox.
Posts: 64
Rep:
|
nmap is useful.
you can do :
$nmap -sP 192.168.0.*
this will ping all hosts on the subnet 192.168.1. and give you a list of who's online.
However, I think that windows xp sp2 machines, with the windows firewall switched on won't respond (can anyone confirm?).
you could conclusively test for machines by doing :
$nmap -sS -p 1-1500 192.168.1.*
but this scan would take a while to complete.
nmap is selected for install by default on slackware, not sure about other distros.
Hope this helps,
G.
|
|
|
11-05-2005, 03:12 PM
|
#3
|
Member
Registered: Mar 2005
Location: Norway, by the coast
Distribution: Debian and the likes
Posts: 190
Rep:
|
Window native firewall and others won't respond to simple ping, I've tested with Kerio and Sygate in win. Also in linux, many firewalls wont respond, like firehol.
|
|
|
11-05-2005, 08:28 PM
|
#4
|
Member
Registered: Jun 2004
Location: Lawrence, KS
Distribution: Slackware
Posts: 315
Rep:
|
tcpdump
You might enjoy tcpdump.
running tcpdump will show all communication going on on the network.
Windows units tend to chatter a fair amount.
|
|
|
11-07-2005, 08:13 AM
|
#5
|
Member
Registered: Aug 2003
Location: UK
Distribution: Slackware 10.2, Fluxbox.
Posts: 64
Rep:
|
If you want to look at traffic on the network you will probably find ethereal much better than tcpdump (imo).
G.
|
|
|
11-07-2005, 09:12 AM
|
#6
|
Senior Member
Registered: Sep 2005
Location: Out
Posts: 3,307
Rep:
|
I like Ntop , it gives some nice graphs.
Nmap is active
Ntop/ethereal/.. are passive, they don't send anything
|
|
|
11-07-2005, 05:40 PM
|
#7
|
LQ Newbie
Registered: Dec 2003
Location: Louisville, Kentucky USA
Distribution: Debian
Posts: 5
Rep:
|
Smb4k gives a nice tree after you set it up for your network, complete with host names and ip addresses.
|
|
|
11-07-2005, 09:23 PM
|
#8
|
Member
Registered: Jun 2005
Posts: 542
Rep:
|
Check the ARP's cache. See arp(8)
Anything related with the broadcast address (that you may see with both ifconfig and netstat) may do as well, but many times ICMP is blocked. Any sub IP protocol is easy to block with these firewalls, so ARP may be better, if your network permits it.
|
|
|
All times are GMT -5. The time now is 11:23 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|