[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dmesg wird vollgemüllt



Hallo,

>>  welches Programm erzeugt folgende Logs?
> 
> iptables
> 
>>  [  384.648616] IN= OUT=vmnet8 SRC=172.16.49.1 DST=172.16.49.255 LEN=78
>>  TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=60176 DPT=137 LEN=58
>>  [  384.648725] IN= OUT=vmnet1 SRC=172.16.221.1 DST=172.16.221.255 LEN=78
>>  TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=60176 DPT=137 LEN=58
>>  [  384.927783] IN=eth0 OUT= MAC= SRC=192.168.12.32 DST=192.168.12.0
>>  [  LEN=28
> 
> [...]
> 
>>  Anscheinend wird da jeder Netzwerkzugriff protokolliert, was dmesg fast
>>  unbrauchbar macht.
>>
>>  Welches Programm erzeugt das und wie kann ich dessen LogLever
>>  runterdrehen?
> 
> Poste mal dein iptables-Script/Rules

iptables -L
Chain INPUT (policy DROP)
target     prot opt source               destination
ACCEPT     all  --  anywhere             anywhere
LOG        all  --  loopback/8           anywhere         LOG level warning
DROP       all  --  loopback/8           anywhere
ACCEPT     all  --  anywhere             255.255.255.255
ACCEPT     all  --  anywhere             PetersLinux
ACCEPT     all  --  anywhere             192.168.1.255
LOG        all  --  anywhere             anywhere         LOG level warning
DROP       all  --  anywhere             anywhere

Chain FORWARD (policy DROP)
target     prot opt source               destination
LOG        all  --  anywhere             anywhere         LOG level warning
DROP       all  --  anywhere             anywhere

Chain OUTPUT (policy DROP)
target     prot opt source               destination
ACCEPT     all  --  anywhere             anywhere
ACCEPT     all  --  anywhere             255.255.255.255
ACCEPT     all  --  PetersLinux          anywhere
ACCEPT     all  --  192.168.1.255        anywhere
LOG        all  --  anywhere             anywhere         LOG level warning
DROP       all  --  anywhere             anywhere

Ciao
  Peter Schütt
-- 
www.pstt.de

Die E-Mail-Adresse funktioniert, kann aber u.U. in Zukunft mal abgeschaltet
werden. Ohne "_remove_this_" wird sie auch in Zukunft noch funktionieren.


Reply to: