Ich muss euch nochmal belästigen weil ich mal wieder irgendwie ein brett vor
dem Kopf habe...
also- ich hab mein modem an meinen RTL 8139 angeschlossen und
resetet- danach habe ich pppoeconf ausgeführt- (efolgreich.. gleaube ich)
danach hatte ich dann folgendes "Gespräch" mit meinem Debian Sarge:
Code: Alles auswählen
Rechner:/home/david# poff -a
Rechner:/home/david# plog
Nov 4 20:39:58 localhost pppd[8103]: Unable to complete PPPoE Discovery
Nov 4 20:39:58 localhost pppd[8103]: Terminating on signal 15
Nov 4 20:39:58 localhost pppd[8103]: Exit.
Nov 4 20:41:35 localhost pppd[7977]: Terminating on signal 15
Nov 4 20:41:35 localhost pppd[7977]: Connect time 8.3 minutes.
Nov 4 20:41:35 localhost pppd[7977]: Sent 168 bytes, received 5912 bytes.
Nov 4 20:41:35 localhost pppd[7977]: Couldn't increase MTU to 1500
Nov 4 20:41:35 localhost pppd[7977]: Couldn't increase MRU to 1500
Nov 4 20:41:35 localhost pppd[7977]: Connection terminated.
Nov 4 20:41:35 localhost pppd[7977]: Exit.
Rechner:/home/david# pon dsl-provider
Plugin rp-pppoe.so loaded.
Rechner:/home/david# plog
Nov 4 20:42:07 localhost pppd[8189]: Couldn't increase MRU to 1500
Nov 4 20:42:07 localhost pppd[8189]: Couldn't increase MRU to 1500
Nov 4 20:42:07 localhost pppd[8189]: PAP authentication succeeded
Nov 4 20:42:07 localhost pppd[8189]: peer from calling number 00:90:1A:A0:15:4A authorized
Nov 4 20:42:07 localhost pppd[8189]: not replacing default route to eth0 [192.168.0.1]
Nov 4 20:42:07 localhost pppd[8189]: Cannot determine ethernet address for proxy ARP
Nov 4 20:42:07 localhost pppd[8189]: local IP address 84.138.229.59
Nov 4 20:42:07 localhost pppd[8189]: remote IP address 217.0.116.107
Nov 4 20:42:07 localhost pppd[8189]: primary DNS address 217.237.148.33
Nov 4 20:42:07 localhost pppd[8189]: secondary DNS address 217.237.151.33
Rechner:/home/david# ping 217.237.148.33
PING 217.237.148.33 (217.237.148.33) 56(84) bytes of data.
--- 217.237.148.33 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 1999ms
in meinem rechner habe über die ich gewöhnlich jeden transfer abhandele?
hier meine interfaces
Code: Alles auswählen
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.2
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
auto dsl-provider
iface dsl-provider inet ppp
provider dsl-provider
# please do not modify the following line
pre-up /sbin/ifconfig eth1 up # line maintained by pppo
in der "interfaces" nicht drine.. hmm..
naja- wie auch immer- vielleicht mag mir einer n tipp geben ;o)
liebe Grüsse