Hello Everyone,
I would like to collect a list of networking commands for windows. Please add a command so we can have a nice reference manual for administering our windows networking environment. I've successfully collected a list of Sun networking commands and it proved to be very valuable. I hope we can be just as successfull with this attempt.
Here is my contribution:
tracert: The tracert command is used to visually see a network packet being sent and received and the amount of hops required for that packet to get to its destination.
c:\tracert <hostname or IP>
ping: This utility is used to check if a certain host is online.
c:\ping <hostname or IP>
pathping: At a dos prompt if you want detailed info about your network, type the following:
C:\pathping <IPADDRESS>
net helpmsg: if you have error messages from pathping, do the following:
c:\net helpmsg <ERRORNUMBER>
Thank you,
ponetguy2
Carlo Reyes
I would like to collect a list of networking commands for windows. Please add a command so we can have a nice reference manual for administering our windows networking environment. I've successfully collected a list of Sun networking commands and it proved to be very valuable. I hope we can be just as successfull with this attempt.
Here is my contribution:
tracert: The tracert command is used to visually see a network packet being sent and received and the amount of hops required for that packet to get to its destination.
c:\tracert <hostname or IP>
ping: This utility is used to check if a certain host is online.
c:\ping <hostname or IP>
pathping: At a dos prompt if you want detailed info about your network, type the following:
C:\pathping <IPADDRESS>
net helpmsg: if you have error messages from pathping, do the following:
c:\net helpmsg <ERRORNUMBER>
Thank you,
ponetguy2
Carlo Reyes