Sep 5, 2005 #1 selimsl Programmer Joined Aug 15, 2005 Messages 62 Location TR Hi How can I get all IP addresses using DOS commands Thanks in advice
Sep 7, 2005 #2 AZeemeri Technical User Joined May 16, 2001 Messages 125 Location NL All IP address of what? The world? A subnet? Your PC? Upvote 0 Downvote
Sep 7, 2005 #3 user9876 IS-IT--Management Joined Jun 5, 2003 Messages 63 Location CA I would like to know that as well, for my office network, 20-25 pc's, and printers. Upvote 0 Downvote
Sep 8, 2005 #4 PalmTest Technical User Joined Mar 7, 2005 Messages 216 Location NL How about using NMap ? Upvote 0 Downvote
Sep 21, 2005 #5 AZeemeri Technical User Joined May 16, 2001 Messages 125 Location NL That would not technically be classified as a DOS command ;-) Upvote 0 Downvote
Sep 22, 2005 #6 RCorrigan MIS Joined Feb 24, 2004 Messages 2,872 Location MT Why DOS ??? Utilities like Look@Lan would work well. If it has to be DOS then a batch file would do it .... take a look here or here , there might be something usefull <Do I need A Signature or will an X do?> Upvote 0 Downvote
Why DOS ??? Utilities like Look@Lan would work well. If it has to be DOS then a batch file would do it .... take a look here or here , there might be something usefull <Do I need A Signature or will an X do?>
Sep 24, 2005 #7 gdvissch IS-IT--Management Joined Jun 17, 2002 Messages 161 Location BE It will not always show all of them but try to ping the subnet broadcast address e.g. 192.168.5.255 and then do "arp -a" Gives most of them ... Geert Upvote 0 Downvote
It will not always show all of them but try to ping the subnet broadcast address e.g. 192.168.5.255 and then do "arp -a" Gives most of them ... Geert