On Fri, Jan 17, 2014 at 01:26:40PM -0600, Steven Stern wrote: > On 01/17/2014 01:14 PM, Suvayu Ali wrote: > > > > I'm trying to find all my computers on my home network (ip addresses are > > assigned using DHCP, can't change that). So far these are my attempts: > > > > $ ip neigh | grep REACHABLE | grep <mac_address> > > > > But this seems rather unrealiable. Often the reported addresses are not > > up to date (e.g. offline devices still show up, or newly connected > > devices are missing). I also tried nmap with the DHCP ip range: > > > > $ nmap -sn 192.168.1.65-150 > > > > But that is too intensive (I intend to run this from a script in a cron > > job from time to time); also I do not know how to get the mac_address so > > that I can identify which device it is. > > nmap -T4 -F 192.168.1.65-150 This does not give me any new information to identify my hosts. > > Try zenmap to play around with scans. Thanks, I'll check this out. -- Suvayu Open source is the future. It sets us free. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org