Jeff Johnson wrote: > On my network I have three wireless computers, three wireless streaming > devices, a hardwired server and two hardwired computers. I have > assigned fixed IP address to everything. I use the router to restrict > one user from accessing the internet during the day. > > This morning we have an IP conflict on one of the computers. > > Is there a tool that will show what devices are on what IP addresses? > The DHCP table on the router only shows assigned IP addresses and not > the fixed ones.
Try pinging the affected ip address, and then running arp. It'll at least tell you one of the mac addresses. Then remove that device temporarily, ping it again and run arp again. Should tell you the mac address of the second device. In the future consider setting your DHCP server to dish out even the static addresses. You basically say 'this mac address gets this ip address'. One configuration in one place, instead of having to maintain the information on each computer. If your router's dhcp server doesn't have this capability exposed to the web ui, it wouldn't be difficult to set up one of your Linux servers with this responsibility. Just an idea. Central administration, even for small networks, is better than spread-out administration. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

