what is ifconfig command for 95 or NT?
thanks
please cc reply to kw...@hardlink.com
;>is there any way to get a list of listening port of 95 , NT or UNIX?
?????????
;>what is ifconfig command for 95 or NT?
The program is Winipcfg.exe.
Gordon McAndrew
LAN Manager,
Alberta Environmental Centre,
Vegreville,
Alberta, Canada
gmca...@aec.env.gov.ab.ca Home
gor...@aec.env.gov.ab.ca Office
gor...@vegnet.afternet.com
>kw...@hardlink.com wrote:
>;>is there any way to get a list of listening port of 95 , NT or UNIX?
>?????????
>;>what is ifconfig command for 95 or NT?
>The program is Winipcfg.exe.
WinIPCfg.EXE is for displaying Ethernet Interface configuration
details. To get a list of listening TCP ports, use the following
command from a DOS prompt:
netstat -a
Regards,
Chris Cowley.
--
Tel: +44 (0)181 549 3537 |"The three principal virtues of a programmer are
Fax: +44 (0)181 546 4459 | Laziness, Impatience, and Hubris".
http://www.grok.co.uk/ | Larry Wall, Perl Programmers Reference, p.6
Except it doesn't seem to work. I run WFTPD, my own FTP server, and then
netstat -a, and get:
C:\WIN95>d:\windev\wftpd\winrel\wftpd
C:\WIN95>netstat -a
Active Connections
Proto Local Address Foreign Address State
TCP alun:1122 boris.eden.com:nntp ESTABLISHED
UDP alun:nbname *:*
UDP alun:nbdatagram *:*
C:\WIN95>
I should get a listener at 0.0.0.0:21, or alun:21, but I don't. So,
while "netstat -a" _should_ be the answer, it isn't.
Alun.
~~~~