Go Back   The macosxhints Forums > OS X Help Requests > Networking



Reply
 
Thread Tools Rating: Thread Rating: 3 votes, 5.00 average. Display Modes
Old 04-20-2006, 03:07 PM   #1
Photek
Hall of Famer
 
Join Date: Feb 2005
Location: Warwick, UK
Posts: 4,835
Hoos connected to my Airport?

Is their any way to see who is connected to my Airport Express? or how many people are connected to my Airport Express? Like you can on OSX server?

My 1mb connection regulaly goes slow and I want to reassure myself no one in the street is stealing my bandwidth! (it is password protected)
Photek is offline   Reply With Quote
Old 04-20-2006, 03:17 PM   #2
bramley
MVP
 
Join Date: Apr 2004
Location: Cumbria, UK
Posts: 2,461
You can try the Airport Management Tools, which you can download from here: http://download.info.apple.com/Mac_O...ementTools.dmg

I don't think they are Universal, so you've had it if your machine is Intel. Use the monitor options - should show all connected machines on the network.
bramley is offline   Reply With Quote
Old 04-20-2006, 03:19 PM   #3
tlarkin
League Commissioner
 
Join Date: Mar 2003
Location: Bay Area, CA
Posts: 11,352
check these links

http://www.versiontracker.com/php/se...macosx&x=0&y=0

http://bengross.com/wireless.html (scroll down to mac os x section)

http://www.apple.com/support/airport/

If you have access to a cheap PC, you may want to download an ISO of auditor live cd, which will run off x86 based hardware. It has wep/wpa crackers/analyzers, system security analyzers, port scanners, packet sniffers, all that great stuff and it will audit how secure you are.

Unfortunately, I do not know of any package like that for macintosh hardware. however, networking is a standard, so if you were to get a cheap PC, or even an older PC laptop you could run auditor on it and check out your security.

There is also some admin tools in the airport admin app under /Applications/Utilities

You may want to look there first.
tlarkin is offline   Reply With Quote
Old 04-20-2006, 04:03 PM   #4
tbsingleton73
MVP
 
Join Date: Feb 2006
Location: Toronto
Posts: 1,114
You could also run the Network Utility (/Application/Utility/ Folder) and use the Netstat - routing table information.
It should show you all the IP Address of connected devices.
There is also an Application I run called IP Scanner and it shows the connected devices, the free version will only show 4 connected devices.
__________________
"When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth." - SH
tbsingleton73 is offline   Reply With Quote
Old 05-01-2006, 10:23 AM   #5
bjast
Triple-A Player
 
Join Date: Aug 2002
Posts: 70
Does anyone know how to do this from the command line?

Thanks,

Bill J.
bjast is offline   Reply With Quote
Old 05-01-2006, 10:28 AM   #6
tlarkin
League Commissioner
 
Join Date: Mar 2003
Location: Bay Area, CA
Posts: 11,352
I would start here

http://www.ss64.com/osx/
tlarkin is offline   Reply With Quote
Old 05-01-2006, 11:58 AM   #7
voldenuit
League Commissioner
 
Join Date: Sep 2003
Location: Old Europe
Posts: 5,146
And then, when you start banging your head against the wall given the amount of unix command-line stuff, having a look at tcpdump is probably an even better idea to see all packets on your AirPort connection fly by.

A well set-up WPA connection should be secure enough for non-spook-agency use. There may be 2,4 GHz interference or flakiness on the ISP-side responsible for your speed problems.

traceroute slow connections, look at DNS response speed etc.
voldenuit is offline   Reply With Quote
Old 05-01-2006, 12:52 PM   #8
bjast
Triple-A Player
 
Join Date: Aug 2002
Posts: 70
What perimeters would you recommend using with tcpdump to capture computer specific AirPort use like Macs and PCs?

Thanks,

Bill J.
bjast is offline   Reply With Quote
Old 05-01-2006, 01:24 PM   #9
voldenuit
League Commissioner
 
Join Date: Sep 2003
Location: Old Europe
Posts: 5,146
sudo tcpdump -i en1

will get you all AirPort traffic, whether it was meant for your machine or not, type

man tcpdump

for further detail how it works.
voldenuit is offline   Reply With Quote
Old 05-01-2006, 01:30 PM   #10
hayne
Site Admin
 
Join Date: Jan 2002
Location: Montreal
Posts: 32,473
I think it is easier to follow what is happening if you use 'tcpflow' (available via Fink) instead of 'tcpdump'.
E.g.:
To catch all transmissions over Airport:
sudo tcpflow -i en1 -c
To catch TCP transmissions:
sudo tcpflow -i en1 -c tcp
To catch HTTP transmissions:
sudo tcpflow -i en1 -c tcp port 80

Of course, using Ethereal is probably even easier.
__________________
hayne.net/macosx.html
hayne is offline   Reply With Quote
Reply


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

Forum Jump



All times are GMT -5. The time now is 05:28 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2014, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.