LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   finding the address (https://www.linuxquestions.org/questions/linux-newbie-8/finding-the-address-290926/)

bruse 02-16-2005 08:30 AM

finding the address
 
Hi,
i am mandrake 10.0 user.in my lab there are 11 systems that are connected through local network.......
i need to find the IP address of all the systems in LAN .......
i mean the ip address of all the currently working systems...

thanks...

reddazz 02-16-2005 08:44 AM

I don't know if "netstat" or "ifconfig" will be any help to you.

bruse 02-16-2005 08:55 AM

what about the ping commands is there any option to print the IP's
if it is give me the syntex of command...

Linux~Powered 02-16-2005 09:09 AM

Check this program out, it's just what you're looking for.

cheops

enemorales 02-16-2005 11:14 AM

If you know the machines by name just run

Code:

arp <mahine>
and it will give you the IP number.


All times are GMT -5. The time now is 12:13 AM.