Re: port number list on DOS [7:2809]

2001-05-03 Thread Jason
You can check for well-know ports. Also there are various utilities that will allow you to link the ports to the process running on the machine. Most of these utils will work only on NT or W2K since Win9X is somewhat braindead in TCPIP Chipps,Ken wrote in message [EMAIL

RE: port number list on DOS [7:2809]

2001-05-02 Thread Deloso, Elmer G (WPNSTA Yorktown)
DOS in a Windows environment would use netstat -a. I think you need a TCP Client plugin to get this same functionality in a pure DOS environment. Elmer -Original Message- From: Priscilla Oppenheimer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 5:39 PM To: [EMAIL PROTECTED]

Re: port number list on DOS [7:2809]

2001-05-01 Thread Scott Hoover
I think you are looking for netstat. Try nestat ? at the command line for the options. Scott Priscilla Oppenheimer wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... OK, I have a DOS question that really is relevant to Cisco networking (sort of. ;-) This came up a couple months

RE: port number list on DOS [7:2809]

2001-05-01 Thread Steve Smith
Windows= netstat -a steve -Original Message- From: Priscilla Oppenheimer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 4:39 PM To: [EMAIL PROTECTED] Subject: port number list on DOS [7:2809] OK, I have a DOS question that really is relevant to Cisco networking (sort of. ;-)

RE: port number list on DOS [7:2809]

2001-05-01 Thread Chipps,Ken
netstat -a If you find out how to track down what the various ports are really being used for, let me know. I asked about this a while back. So far no one has suggested anything useful except for monitoring and asking security related lists. -Original Message- From: [EMAIL PROTECTED]

Re: port number list on DOS [7:2809]

2001-05-01 Thread Allen May
You mean I/O ports? MSD.EXE (Microsoft Diagnostics) is the only utility native to DOS I know of like that. - Original Message - From: Priscilla Oppenheimer To: Sent: Tuesday, May 01, 2001 4:38 PM Subject: port number list on DOS [7:2809] OK, I have a DOS question that really is

RE: port number list on DOS [7:2809]

2001-05-01 Thread Chris Boyd
netstat -a Thanks, Chris Boyd Network Support 828.323.4103 Alex Lee, Inc. 120 4th St SW Hickory, NC 28602 www.alexlee.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Priscilla Oppenheimer Sent: Tuesday, May 01, 2001 2:39 PM To: [EMAIL PROTECTED]

Re: port number list on DOS [7:2809]

2001-05-01 Thread Allen May
If you mean DOS prompt on 9x above machines you have netstat... But regular DOS 6.x below...nopenot natively. - Original Message - From: Priscilla Oppenheimer To: Sent: Tuesday, May 01, 2001 4:38 PM Subject: port number list on DOS [7:2809] OK, I have a DOS question that

Re: port number list on DOS [7:2809]

2001-05-01 Thread EA Louie
netstat -a - Original Message - From: Priscilla Oppenheimer To: Sent: Tuesday, May 01, 2001 2:38 PM Subject: port number list on DOS [7:2809] OK, I have a DOS question that really is relevant to Cisco networking (sort of. ;-) This came up a couple months ago, but I can't find the

RE: port number list on DOS [7:2809]

2001-05-01 Thread Tim Lovelace
PROTECTED] Subject: RE: port number list on DOS [7:2809] netstat -a If you find out how to track down what the various ports are really being used for, let me know. I asked about this a while back. So far no one has suggested anything useful except for monitoring and asking security related lists

Re: port number list on DOS [7:2809]

2001-05-01 Thread Carroll Kong
At 05:38 PM 5/1/01 -0400, Priscilla Oppenheimer wrote: OK, I have a DOS question that really is relevant to Cisco networking (sort of. ;-) This came up a couple months ago, but I can't find the answer in the archives. What is the DOS command to see port numbers (services) in use on a PC? Someone