chloe K wrote:
Hi
I have ip list in my network

I need to check which ip is unused

what is better solution?

Write the ping script or use other command

arping has some option which will tell you if an ip address is already present on the network.

apt-get install arping
man arping

The networking scripts used in redhat systems use arping to check whether an ip address already exists before assigning it to an interface.

--
Raj Kiran Grandhi


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to