Mailinglist Archive: opensuse-de (2461 mails)

< Previous Next >
9.3: bekomme Internet Zugang nicht hin
  • From: Werner Franke <wfranke@xxxxxxxxxx>
  • Date: Tue, 21 Jun 2005 13:09:51 +0200
  • Message-id: <200506211309.52602.wfranke@xxxxxxxxxx>
Hallo zusammen,

Ich bekomme den Internet Zugang nicht hin, von einem Laptop,
das ueber Ethernet mit einem Desktop PC verbunden ist und
der mit einem Modem mit dem Internet verbunden ist.
Alle PCs haben SUSE 9.3.

Laptop:
Name: notebook.site
IP: 192.168.0.5
Gateway: 192.168.0.4 (= Desk.-PC)

PC:
Name: obelix.site
IP: 192.168.0.4
echo 1 > /proc/sys/net/ipv4/ip_forward

Ein gegenseitigen Pingen funktioniert, aber ein
"ping www.suse.de" auf dem Laptop nicht.

Auf dem Desktop PC habe ich IP Forward im YAST ueber
"Weiterleitung" aktiviert, aber wenn die Modemverbindung
aufgebaut ist ergibt ein
cat /proc/sys/net/ipv4/ip_forward ein '0'

Das ist schon Merkwuerdig, oder ?
Ein anschliessendes "echo 1 > /proc/sys/net/ipv4/ip_forward"
unter root bringt allerdings auch nichts.

Hat jemand einen Hinweis fuer mich ??

Danke und Gruss
Werner Franke


Hier noch ein paar Ausgaben:

Desktop PC (keine Modemverbindung)

obelix:~ # route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo

(von wo die 169.254.0.0 her kommt, konnte ich nicht herausfinden)

Desktop PC (mit Modemverbindung nach freenet.de)

obelix:~ # route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
62.104.219.37 0.0.0.0 255.255.255.255 UH 0 0 0 modem0
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 62.104.219.37 0.0.0.0 UG 0 0 0 modem0

Laptop:
notebook:/etc/X11 # route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.0.4 0.0.0.0 UG 0 0 0 eth0

notebook:/etc/X11 # netstat
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 localhost:ibridge-data localhost:sunrpc TIME_WAIT
tcp 0 0 localhost:pcttunnell localhost:sunrpc TIME_WAIT
tcp 0 0 notebook.site:ssh obelix.site:22779 ESTABLISHED
udp 0 0 notebook.site:1028 62.104.191.241:domain ESTABLISHED

notebook:/etc/X11 # netstat -i
Kernel Interface table
Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg
eth0 1500 0 123012 0 0 0 17883 0 0 0 BMRU
lo 16436 0 208 0 0 0 208 0 0 0 LRU
notebook:/etc/X11 # netstat -r
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface

< Previous Next >
Follow Ups