>Can anyone point me to some OS X software (or 9) that will let me >see the ip address on a local network? Like in a school with a mixed >computer environment (windows 95/98/200 and powermacs 0S 7.5.3 up to >OS X) > If you don't already have fink installed then install fink. Once you have fink installed then install nmap: % fink install nmap You can then use nmap to scan your local network, e.g. % nmap -sP '10.0.1.*' Paul --