ichase Posted February 1, 2013 Posted February 1, 2013 (edited) Greetings all, I was currious as to the best way to scan the IP addresses of devices on my network. I plan on installing Arch Linux ARM on the Rasberry Pi. I have read in the wiki that you can perform the full installation via Secure Shell and would connect to the default hostname for Arch ARM: ssh -p 22 alarmpi@192.168.0.XXX" With 22 being the default port for SSH hopefully that will work, but in the intram, what will be the best way via my laptop to scan for the IP address dhcp gives to the R-Pi upon connecting the ethernet cable? I know it will be in the 192.168.0.XXX range. Is there a recommended "Network scanner" in the arch repos that is suggested to use? Hopeing to give this a run this weekend and read that once you turn the R-Pi on with the ARch ARM Image on the sd card, that everything can be done via secure shell so that is definitely the route I want to go. Don't feel like hooking up a monitor, mouse, and keyboard. Maybe later on if I add a gui but for now, just want to be able to get a working Arch Linux install up and running on it. Thanks as always for your suggestions, guidance, and education Ian Edited February 1, 2013 by ichase Quote
securitybreach Posted February 1, 2013 Posted February 1, 2013 nmap -A -F -n -T4 192.168.1.1-254 Also, ipscan from AUR: aur/ipscan 3.0_beta6-2 (65) Angry IP Scanner (or simply ipscan) is an open-source and cross-platform network scanner designed to be fast and simple to use. It scans IP addresses and ports as well as has many other features. Quote
ichase Posted February 1, 2013 Author Posted February 1, 2013 Thanks Josh. Got to LOVE that Command Line 1 Quote
jimg Posted February 1, 2013 Posted February 1, 2013 nmap works fine, however it can be slow. ipscan is my tool of choice for a windows box, however it is flagged as possible malware by many virus scanners (it is not). The easiest way is probably to access the admin page for your router and see what IP addresses are in use. The first three digits of the mac address for each device can be used to determine the manufacturer. http://standards.ieee.org/cgi-bin/ouisearch?B8-27-EB shows that B8-27-EB (from my R-Pi) belongs to the Raspberry Pi Foundation. 1 Quote
crp Posted February 1, 2013 Posted February 1, 2013 What the *nix equivalent of for %t in (0 1 256) do ping -a -n 1 192.168.1.%t Quote
securitybreach Posted February 1, 2013 Posted February 1, 2013 Yeah I like IpScan as well but I bought the Official Nmap manual a year or so ago so I enjoy trying out the examples: http://nmap.org/book/ Quote
V.T. Eric Layton Posted February 2, 2013 Posted February 2, 2013 What the *nix equivalent of for %t in (0 1 256) do ping -a -n 1 192.168.1.%t The above pings all addresses available on the 192.168.1 network. It would probably be easier just to access your router's Admin page via your browser to see all your network IPs. They will be listed regardless of whether the devices are powered up. Whereas, the above commands that Josh and others mention require the devices to all be powered up and in operating mode. 1 Quote
securitybreach Posted February 2, 2013 Posted February 2, 2013 The above pings all addresses available on the 192.168.1 network. It would probably be easier just to access your router's Admin page via your browser to see all your network IPs. They will be listed regardless of whether the devices are powered up. Whereas, the above commands that Josh and others mention require the devices to all be powered up and in operating mode. Indeed Odd enough the forum will not let me Like your post: You have reached your quota of positive votes for the day 1 Quote
V.T. Eric Layton Posted February 2, 2013 Posted February 2, 2013 HAHA! You are just likin' too much stuff, man. It's after midnight. Maybe you can like again now. Quote
securitybreach Posted February 2, 2013 Posted February 2, 2013 HAHA! You are just likin' too much stuff, man. It's after midnight. Maybe you can like again now. Well it is only 23:23 here It works now 1 Quote
V.T. Eric Layton Posted February 2, 2013 Posted February 2, 2013 Ah... that's right. You're an hour behind me. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.