A reusit careva sa puna iplog-ul pe picioare ? Eu am incercat da nu vrea sa mearga de
loc. Adica porneste da nu imi logheaza nika.
Fisierul de configurare arata cam asa:
/*
** $Id: example-iplog.conf,v 1.2 2000/12/31 18:40:40 odin Exp $
**
** Example iplog configuration file.
** Edit me and copy me to /etc/iplog.conf
**
** See iplog.conf(5) for details on syntax and a full description
** of available options.
*/
# Run as an unprivileged account with the login "iplog"
user iplog
# Run with group "root"
group root
# User "iplog" has write permission for the directory "/var/run/iplog"
pid-file /var/run/iplog/iplog.pid
# Log to /var/log/iplog
logfile /var/log/iplog
# Use the syslog(3) facility log_daemon.
facility log_daemon
# Use the syslog(3) priority (level) log_info.
priority log_info
# Log the IP address as well as the hostname of packets.
set log_ip true
# Do not log the destination of packets.
set log_dest false
# Ignore DNS traffic from nameservers in /etc/resolv.conf.
set ignore_dns
# Listen on eth0 and eth1
interface eth0,lo
# Operate in promiscuous mode and watch the 192.168.0.x network
promisc 193.231.30.0/24
#log
log tcp from 193.231.30.198 to 193.231.30.197
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
unsubscribe from this list.