|
|
#1 |
|
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)
|
|
|
|
|
|
#2 |
|
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. |
|
|
|
|
|
#3 |
|
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. |
|
|
|
|
|
#4 |
|
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 |
|
|
|
|
|
#5 |
|
Triple-A Player
Join Date: Aug 2002
Posts: 70
|
Does anyone know how to do this from the command line?
Thanks, Bill J. |
|
|
|
|
|
#6 |
|
League Commissioner
Join Date: Mar 2003
Location: Bay Area, CA
Posts: 11,352
|
|
|
|
|
|
|
#7 |
|
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. |
|
|
|
|
|
#8 |
|
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. |
|
|
|
|
|
#9 |
|
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. |
|
|
|
|
|
#10 |
|
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 |
|
|
|
![]() |
|
|