but this would only log the connections that are active at that moment. I would need something that automaticaly logs everything always...
Main Topics
Browse All TopicsI'm not sure if I should ask this question here or in Windows 2000 area, but here goes...
I need to log all connections (as in what shows up with netstat command) to a log file that is generated daily. I run a windows 2000 server, and I would need to have a log file of every single connection to the server...
I know I can just see it in real time using netstat command, but I would really need something that can do this logging automaticaly so as to be able to just go back to a certain day and time, and see who connected and what port was used, etc...
thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Gotcha...ok try this application......
http://www.mfcsnet.com/mfc
Appears to be exactly what you're looking for. Of course there could be other "free" software out there but you'll have to goole search for more. =)
This one is free and pretty good. I use it quite often.
http://www.objectplanet.co
Good luck,
Tom
wow, he Probe prog on objectplanet is amazing!
although a few problems... first off, no where is the price listed until you are done instaling it and start using it... then it pops up that u have 7 days to pay $300!!
hehe, so I uninstalled that one, and installed the lite version... it does almost everything that the PRO does, except it absolutely floods the computer with popups and tries to install a ton of garbage...
unistalled that one also...
real shame
Try This One...
NetStat Live
http://www.analogx.com/con
Although the reviews say its great stuff, they say it doesn' that it doesn't log the connections, but I think with some tweaking you probably could find a way to log the data.
X-NetStat
http://www.freshsw.com/xns
They're looking for beta testers for the latest version, I couldn't determine if the software is Windows or Linux based.
Also try
TCPView by sysinternals.com or wininternals.com That has great reviews from PC Magazine, and although it doesn't say netstat specifically, it monitors all TCP/IP activity and may be a winner
Business Accounts
Answer for Membership
by: TheBrothaULuv2H8Posted on 2004-01-15 at 05:37:48ID: 10119892
Type t'
'netstat -an >c:\windows\desktop\log.tx
or any other directory you please. Netstat will create a file (in this case, log.txt on my desktop) and dump the output into it. Just open the file to see your results.
That will create a log for you. What you could do is create a batch script and automate it to run periodically during the day. Or even have it emailed to you.
This assumes you know how to script.