• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

nmap nach Kernel Update komisch

Tag zusammen!

Habe heute per YOU eine Kernelupdate gemacht und seit dem funktioniert mein nmap nicht mehr.

Nur wenn ich es in folgender Form benutze funktioniert es wie gewohnt:

nmap localhost -P0 -sT

Was kann ich tun, damit es wieder normal funktioniert?

Markus

P.S: Hier noch die Fehlermeldung:

Starting nmap 3.30 ( http://www.insecure.org/nmap/ ) at 2004-08-16 17:16 CEST
pcap_open_live: socket: Address family not supported by protocol
There are several possible reasons for this, depending on your operating system:
LINUX: If you are getting Socket type not supported, try modprobe af_packet or recompile your kernel with SOCK_PACKET enabled.
*BSD: If you are getting device not configured, you need to recompile your kernel with Berkeley Packet Filter support. If you are getting No such file or directory, try creating the device (eg cd /dev; MAKEDEV <device>; or use mknod).
SOLARIS: If you are trying to scan localhost and getting '/dev/lo0: No such file or directory', complain to Sun. I don't think Solaris can support advanced localhost scans. You can probably use "-P0 -sT localhost" though.
 
Welche Linux-Version ?
Welcher Kernel ?

Habe eben mal erfolgreich getestet:

SuSE 9.0 Pro Kernel 2.4.21.243-default nmap 3.0
SuSE 9.1 Pro Kernel 2.6.5-7.104-smp nmap 3.5
 
Oben