Results 1 to 4 of 4
can somebody give an idea of how to record IP addresses of clients accesing a central machine!! I am newbie linux...
- 10-31-2007 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 17
record IP addresses
can somebody give an idea of how to record IP addresses of clients accesing a central machine!! I am newbie linux
- 10-31-2007 #2
How are they accessing the machine? ssh? http/s? ftp?
iptables/netfilter comes complete with logging capabilities. Many daemons also have logging facilities.
- 11-01-2007 #3Just Joined!
- Join Date
- Oct 2007
- Posts
- 17
They access through http.
netfilter.... is that a package!!
- 11-01-2007 #4
So, what Linux distro is this? Is apache the webserver?
For example: under CentOS, using the config/logging defaults will provide the information you're looking for in /var/log/httpd/access_log.


Reply With Quote
