kann keine routen hinzufügen

Einrichten des lokalen Netzes, Verbindung zu anderen Computern und Diensten.
Antworten
Spoonful
Beiträge: 2
Registriert: 03.10.2004 15:24:59

kann keine routen hinzufügen

Beitrag von Spoonful » 03.10.2004 15:37:18

schönen sonntag,

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! 
es funktioniert komischerweise, wenn ich nmap -S 192.168.0.142 -e eth0 -sP 192.168.0.0/24 eingebe.
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

Benutzeravatar
hacman
Beiträge: 209
Registriert: 24.04.2004 13:05:48
Wohnort: Hamburg
Kontaktdaten:

Beitrag von hacman » 03.10.2004 15:42:23

Pack hier mal die Ausgabe von

Code: Alles auswählen

route -n
und

Code: Alles auswählen

ifconfig
hin.

hacman
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GE/CS d- s++:+ a- C+++ USL++++ P+ L+++ E--- W+++ N++ o-- K w--- O- M- V-- PS++ PE Y+ PGP++ t++ 5++ X- R !tv b+++ DI++ D++ G e+++ h-- r++ y?
-----END GEEK CODE BLOCK-----

Spoonful
Beiträge: 2
Registriert: 03.10.2004 15:24:59

Beitrag von Spoonful » 03.10.2004 15:54:25

route -n:

Code: Alles auswählen

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
ifconfig:

Code: Alles auswählen

eth0      Link encap:Ethernet  HWaddr 00:C1:26:07:02:2A
          inet addr:192.168.0.142  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:21 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:2476 (2.4 KiB)
          Interrupt:10 Base address:0xec00

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:4 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:200 (200.0 b)  TX bytes:200 (200.0 b)

und nach der einwahl ins netz:

route -n:

Code: Alles auswählen


Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
217.5.98.142    0.0.0.0         255.255.255.255 UH    0      0        0 ppp0
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
0.0.0.0         217.5.98.142    0.0.0.0         UG    0      0        0 ppp0
ifconfig:

Code: Alles auswählen


eth0      Link encap:Ethernet  HWaddr 00:C1:26:07:02:2A
          inet addr:192.168.0.142  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3051 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3945 errors:0 dropped:0 overruns:0 carrier:0
          collisions:3 txqueuelen:1000
          RX bytes:1271672 (1.2 MiB)  TX bytes:367257 (358.6 KiB)
          Interrupt:10 Base address:0xec00

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:6 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:300 (300.0 b)  TX bytes:300 (300.0 b)

ppp0      Link encap:Point-to-Point Protocol
          inet addr:meine inet-ip :P P-t-P:217.5.98.142  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
          RX packets:3027 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3879 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3
          RX bytes:1202363 (1.1 MiB)  TX bytes:273494 (267.0 KiB)


[/i]

Antworten