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

Re: [lugbe] tcpdump -i lo



Patrik Schilt wrote:
> 
> Hallo,
> 
> Ich habe da ein Problemchen, ich sehe den Traffic nicht, den ich mit
> 'telnet 127.0.0.1 119' produziere, wenn ich mit 'tcpdump -i lo tcp port 119'
> sniffe. Das Problem tritt aber nur mit dem loop-back interface auf. Muss
> ich da etwas speziell beachten?
> 
> linux: 2.2.19pre17
potatototo?


siehst du eintraege wie "... device lo entered promiscuous mode" im
kernel log?

da es sonst ja funzt, nehme ich an, dass es mit folgendem nichts zu tun
hat:

[.config]
CONFIG_PACKET:                                                                      
?
 
?                                                                                     
?
  ? The Packet protocol is used by applications which
communicate                        ?
  ? directly with network devices without an intermediate
network                        ?
  ? protocol implemented in the kernel, e.g. tcpdump. If you want
them                   ?
  ? to work, choose Y. This driver is also available as a module
called                  ?
  ? af_packet.o ( = code which can be inserted in and removed from
the                   ?
  ? running kernel whenever you want). If you want to compile it as
a                    ?
  ? module, say M here and read Documentation/modules.txt.  You
will                     ?
  ? need to add 'alias net-pf-17 af_packet' to your
/etc/conf.modules                    ?
  ? file for the module version to function automatically.  If unsure,
say Y.