Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Pinging utility?
Name: Mike Date: November 17, 2000 at 10:35:07 Pacific
Comment:
Does anyone know of a pinging utility that will ping a range of numbers? For example, pinging 10.1.0.1 through 10.1.0.100 and telling me what is being used or not. Thanks Mike
Name: Martin Date: November 17, 2000 at 15:04:51 Pacific
Reply:
there are programs to tell wath the available IP's but if you looking so assing an static IP you can just ping anything and you get request time out you can use that IP
0
Response Number 2
Name: Mike Date: November 17, 2000 at 17:16:04 Pacific
Reply:
The problem is that I would sit there and ping a 254 ip addresses, which sucks.
0
Response Number 3
Name: Laron Date: November 18, 2000 at 22:43:14 Pacific
Reply:
Fat finger in DOS Command Prompt window: c:> REM for /L %i IN (start,incr,end) DO command C:> REM now for real
C: for /L %i IN (1,1,100) DO ping 10.1.0.%i
...that would be a one line command entered and you eyeball the results
...improve it by placing it an a batch file with input parameters (numbers) "start" and "end" and then let the batch file interpret the success of the ping command and then tell you the results good or bad (Hint:use IF ErrorLevel)
Summary: The problem is with your tcp/ip protocal you are connected because you are using netbuie too. Which does not use the ping utility. If you are using DHCP it may not be Configured correctely and also ch...
Summary: You have a few things going on here. First of all, if you installed this new machine as a PDC, it won't replace your current PDC. It will have different SIDs and your are probably asking for trouble...
Summary: ping stands for packet internet groper.It is a troubleshooting utility which comes with tcpip protocol stack . For standalone machines u can use ping this address" 127.01.01.01" to see whether your tc...