Bonjour,
Je suis en train d'essayer de configurer Netfilter sur ma machine.
Tous les logs de la chaîne OUTPUT arrive avec la même date :
Jan 1 01:00:00
canard:~/script-iptables# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ULOG all -- anywhere anywhere ULOG
copy_range 0 nlgroup 1 prefix `input' queue_threshold 1
Chain FORWARD (policy ACCEPT)
target prot opt source destination
ULOG all -- anywhere anywhere ULOG
copy_range 0 nlgroup 1 prefix `forward' queue_threshold 1
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ULOG all -- anywhere anywhere ULOG
copy_range 0 nlgroup 1 prefix `output' queue_threshold 1
Extrait du journal :
Jan 1 01:00:00 canard output IN= OUT=eth0 MAC= SRC=82.225.138.97
DST=212.27.32.5 LEN=57 TOS=00 PREC=0x00 TTL=64 ID=13031 DF PROTO=UDP
SPT=32768 DPT=53 LEN=37
Jul 31 11:04:52 canard input IN=eth0 OUT=
MAC=00:e0:29:2b:9d:e8:00:60:4c:2e:54:ad:08:00 SRC=212.27.32.5
DST=82.225.138.97 LEN=57 TOS=00 PREC=0x00 TTL=60 ID=0 DF PROTO=UDP
SPT=53 DPT=32768 LEN=37
Jan 1 01:00:00 canard output IN= OUT=eth0 MAC= SRC=82.225.138.97
DST=212.27.32.5 LEN=57 TOS=00 PREC=0x00 TTL=64 ID=13069 DF PROTO=UDP
SPT=32768 DPT=53 LEN=37
Jul 31 11:04:52 canard input IN=eth0 OUT=
MAC=00:e0:29:2b:9d:e8:00:60:4c:2e:54:ad:08:00 SRC=212.27.32.5
DST=82.225.138.97 LEN=57 TOS=00 PREC=0x00 TTL=60 ID=0 DF PROTO=UDP
SPT=53 DPT=32768 LEN=37
Jan 1 01:00:00 canard output IN= OUT=eth0 MAC= SRC=82.225.138.97
DST=212.27.32.5 LEN=57 TOS=00 PREC=0x00 TTL=64 ID=13107 DF PROTO=UDP
SPT=32768 DPT=53 LEN=37
Jul 31 11:04:52 canard input IN=eth0 OUT=
MAC=00:e0:29:2b:9d:e8:00:60:4c:2e:54:ad:08:00 SRC=212.27.32.5
DST=82.225.138.97 LEN=121 TOS=00 PREC=0x00 TTL=60 ID=0 DF PROTO=UDP
SPT=53 DPT=32768 LEN=101
Jan 1 01:00:00 canard output IN= OUT=eth0 MAC= SRC=82.225.138.97
DST=212.27.32.5 LEN=71 TOS=00 PREC=0x00 TTL=64 ID=13147 DF PROTO=UDP
SPT=32768 DPT=53 LEN=51
Est-ce que vous avez déjà rencontré ce problème et existe-t-il une solution?
Nicolas