ich habe ein problem, das ich mir einfach nicht erklären kann. es hat damit angefangen, dass ich nach kernel update(2.6.6 zu 2.6.8.1) immer wenn ich versucht habe nmap -sP 192.168.0.0/24 auszuführen reihenweise fehler ausgespuckt gekriegt habe a la:
Code: Alles auswählen
Starting nmap 3.70 ( http://www.insecure.org/nmap/ ) at 2004-09-29 22:35 CEST
WARNING: Could not determine what interface to route packets through to 192.168.0.0, changing ping scantype to ICMP ping only
WARNING: Could not determine what interface to route packets through to 192.168.0.1, changing ping scantype to ICMP ping only
WARNING: Could not determine what interface to route packets through to 192.168.0.2, changing ping scantype to ICMP ping only
[... usw.]
through to 192.168.0.140, changing ping scantype to ICMP ping only
WARNING: Could not determine what interface to route packets through to 192.168.0.141, changing ping scantype to ICMP ping only
pcap_open_live: ioctl: No such device
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 ordirectory, 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.
QUITTING!
jetzt ist mir aufgefallen, dass ich gar keine route für 192.168.0.0(sprich mein lokales netzwerk habe) und die brauche ich doch sicher, oder? ich habe dann versucht diese mit "route add -net 192.168.0.0 netmask 255.255.255.0 dev eth0" einzufügen, es wurde auch kein fehler ausgegeben, aber es erschien kein eintrag im kernel routing table. ich konnte sie auch wieder entfernen(was natürlich keinen unterschied gemacht hat). das sonderbare ist, wenn ich meine internetverbindung starte (mit adsl-start) dann kann ich routen hinzufügen, wie ich will. meine netzwerkkarte funktioniert eigentlich prima, das sagt zumindest ifconfig. wenn ich im internet bin und versuche nmap -sP 192.168.0.0/24 funktioniert das super, auch wenn ich keine route fürs lokale netzwerk angelegt habe.
ich habe wirklich keinen großen plan vom netzwerk und ich wünschte ihr könntet mir nen tipp geben, denn es scheint mir ja irgendwie an der konfiguration meines ip tables zu liegen.
Gruß Spoonful