ich hab bei meinem dsl-provider ne dsl connection, die ich auch schonmal unter debian (allerdings woody) funktionierend hatte, jetzt auf meinen alten rechner benutzen wollen, der hat ne 10Mbit karte von 3com drin.
damit kann ich super das netzwerk und alles benutzen aber die dsl connection funzt net.
hab die connection einstellungen mit pppoeconf gebastelt und die schaut so aus: (cutted)
Code: Alles auswählen
noipdefault
usepeerdns
defaultroute
demand
idle 300
hide-password
lcp-echo-interval 20
lcp-echo-failure 3
connect /bin/true
noauth
persist
mtu 1492
noaccomp
default-asyncmap
plugin rp-pppoe.so eth0
user "100003779639"
Code: Alles auswählen
cn-s233-m:~# pon dsl-provider
Plugin rp-pppoe.so loaded.
RP-PPPoE plugin version 3.3 compiled against pppd 2.4.2
cn-s233-m:~# plog
Oct 6 00:19:19 localhost pppd[1703]: Exit.
Oct 6 00:19:26 localhost pppd[1727]: Plugin rp-pppoe.so loaded.
Oct 6 00:19:26 localhost pppd[1727]: RP-PPPoE plugin version 3.3 compiled against pppd 2.4.2
Oct 6 00:19:27 localhost pppd[1729]: pppd 2.4.2 started by root, uid 0
Oct 6 00:19:27 localhost pppd[1729]: Using interface ppp0
Oct 6 00:19:27 localhost pppd[1729]: Couldn't increase MTU to 1500
Oct 6 00:19:27 localhost pppd[1729]: Couldn't increase MRU to 1500
Oct 6 00:19:27 localhost pppd[1729]: Cannot determine ethernet address for proxy ARP
Oct 6 00:19:27 localhost pppd[1729]: local IP address 10.64.64.64
Oct 6 00:19:27 localhost pppd[1729]: remote IP address 10.112.112.112
jemand ne idee worans liegen kann? sollte ich ne andere karte hernehmen (das is ne 10BaseT karte...)?
**EDIT: Hab grad nen ping ausgefuehrt:
Code: Alles auswählen
cn-s233-m:~# ping google.com
ping: unknown host google.com
cn-s233-m:~# ping 216.239.37.99
PING 216.239.37.99 (216.239.37.99) 56(84) bytes of data.
64 bytes from 216.239.37.99: icmp_seq=3 ttl=236 time=485 ms
64 bytes from 216.239.37.99: icmp_seq=4 ttl=236 time=500 ms
64 bytes from 216.239.37.99: icmp_seq=5 ttl=236 time=511 ms
64 bytes from 216.239.37.99: icmp_seq=6 ttl=236 time=481 ms
64 bytes from 216.239.37.99: icmp_seq=8 ttl=236 time=491 ms
64 bytes from 216.239.37.99: icmp_seq=9 ttl=236 time=498 ms
64 bytes from 216.239.37.99: icmp_seq=11 ttl=236 time=500 ms
64 bytes from 216.239.37.99: icmp_seq=12 ttl=236 time=472 ms
--- 216.239.37.99 ping statistics ---
12 packets transmitted, 8 received, 33% packet loss, time 11085ms
rtt min/avg/max/mdev = 472.657/492.846/511.470/11.713 ms
cn-s233-m:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
61.149.8.1 * 255.255.255.255 UH 0 0 0 ppp0
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
default 61.149.8.1 0.0.0.0 UG 0 0 0 ppp0
danke schonmal!
paddy