-
Log Files
Hi there!
I have no much of experience in this matter.
- I would like to know if any one knows a website with the information about the relevant unix logs for I learn (tryed google but still not the information I needed)
- I would like to have a aplication or a metod to see wich ip's are connect to wich ports (like the information you get on a windows firewall (xxx.xxx tryed to connect xx port) something like that.
If you can help I apreciate !
Peace
- using slack 10 -
-
If you have a firewall installed on your computer then there should be a config option to show you where the log is. If a port is closed and there is no service running on it then chances are that any tried connections on that port wont be logged. If a port has a service running on it then check /var/log/<service>/ for logs.
-
You could type netstat -tp. Alternatively you can try out any of the network monitoring progs mentioned in the above post.