Nov 8, 2000 #1 rhearn IS-IT--Management Nov 6, 2000 22 CA Is there a command I can use that resolves ip address to machine name via command line??? Thanks in advance.
Is there a command I can use that resolves ip address to machine name via command line??? Thanks in advance.
Nov 8, 2000 #2 TRex Technical User Oct 29, 2000 6 US on the command line type ipconfig <retrn> You should get the machine name, IP address, subnet mask, and default gateway address. Upvote 0 Downvote
on the command line type ipconfig <retrn> You should get the machine name, IP address, subnet mask, and default gateway address.
Nov 8, 2000 #3 Technician MIS Feb 15, 2000 56 CA IPCONFIG /ALL will only show your own machine. I think you want to find other workstations on your network. I use NBTSTAT. NBTSTAT -A 10.0.0.1 NBTSTAT -a MACHINENAME NBTSTAT /? (For a complete listing) Gordon Upvote 0 Downvote
IPCONFIG /ALL will only show your own machine. I think you want to find other workstations on your network. I use NBTSTAT. NBTSTAT -A 10.0.0.1 NBTSTAT -a MACHINENAME NBTSTAT /? (For a complete listing) Gordon
Nov 13, 2000 1 #4 ChrisBurns IS-IT--Management Jun 7, 2000 5 US From a command line I use ping. ping netbios name and it returns the ip address. ping -a ipaddress and it returns the netbios name. burnz@technologist.com Upvote 0 Downvote
From a command line I use ping. ping netbios name and it returns the ip address. ping -a ipaddress and it returns the netbios name. burnz@technologist.com
Apr 23, 2002 #5 lifegard2 IS-IT--Management Mar 28, 2002 250 US ChrisBurns, it's been awhile since your post, but it's just saved me a ton of work. Thanks! Upvote 0 Downvote