On Mon, Jan 12, 2009 at 4:35 PM, Mark A. Ross <[email protected]> wrote:
>>> ...Seeking a utility that will show the ip's in use, or where they are
>>> colliding,  to determine where the conflict is located.
>>
>> nmap
>
> Any idea which function or setting I would use in nmap to witness these
> ip collisions?

  I don't think nmap can find collisions, per se, but it can show you
which IP addresses are in use, which is one of the things you asked
for.

        nmap -T5 -sP -n 192.0.2.0/24

  The above takes approximately one second to run on my test box.
"-T5" is the scan rate, with "5" being very fast.  "-sP" does a simple
ping scan; it doesn't probe services.  "-n" turns off name resolution.
 And "192.0.2.0/24" is the network to scan.

-- Ben

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

Reply via email to