so nun zu meinem problem ich habe die grund installation von wheezy (amd64) mit ssh installiert starte per wget irgend einen download dieser startet mit 400-500 kb/s und bricht innerhalb von sekunden auf 50- 100 kb/s ein
habe vdsl 50 am win7 rechner gehts problemlos los 5-6 mb/s download das ganze sitzt hinter nem router speedport w724v
onboard netzwerkkarte : Ethernet controller: Silicon Integrated Systems [SiS] 191 Gigabit Ethernet Adapter (rev 02)
habe es testweise mit der onboard wlankarte probiert die läd komischer weise mit 2,5 mb/s
hatte auch schon ipv6 am router und rechner ausgeschaltet aber alles ohne erfolg ich hab keine ahnung woran das liegt falls noch infos fehlen fix bescheid sagen
![Wink ;)](./images/smilies/icon_wink.gif)
ifconfig etc.
Code: Alles auswählen
root@piri:~# ifconfig
eth0 Link encap:Ethernet Hardware Adresse 00:90:f5:8a:b1:af
inet Adresse:192.168.1.5 Bcast:192.168.1.255 Maske:255.255.255.0
inet6-Adresse: 2003:56:cc08:8f33:290:f5ff:fe8a:b1af/64 Gültigkeitsbereich:Global
inet6-Adresse: fe80::290:f5ff:fe8a:b1af/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:201 errors:0 dropped:0 overruns:0 frame:0
TX packets:133 errors:2 dropped:0 overruns:2 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:25728 (25.1 KiB) TX bytes:18712 (18.2 KiB)
Interrupt:19 Basisadresse:0xdead
lo Link encap:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
inet6-Adresse: ::1/128 Gültigkeitsbereich:Maschine
UP LOOPBACK RUNNING MTU:16436 Metrik:1
RX packets:1 errors:0 dropped:0 overruns:0 frame:0
TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:88 (88.0 B) TX bytes:88 (88.0 B)
Code: Alles auswählen
root@piri:~# ifconfig eth0
eth0 Link encap:Ethernet Hardware Adresse 00:90:f5:8a:b1:af
inet Adresse:192.168.1.5 Bcast:192.168.1.255 Maske:255.255.255.0
inet6-Adresse: 2003:56:cc08:8f33:290:f5ff:fe8a:b1af/64 Gültigkeitsbereich:Global
inet6-Adresse: fe80::290:f5ff:fe8a:b1af/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:659 errors:0 dropped:0 overruns:0 frame:0
TX packets:553 errors:3 dropped:0 overruns:3 carrier:0
Kollisionen:1 Sendewarteschlangenlänge:1000
RX bytes:171189 (167.1 KiB) TX bytes:130463 (127.4 KiB)
Interrupt:19 Basisadresse:0xdead
Code: Alles auswählen
root@piri:~# ethtool -i eth0
driver: sis190
version: 1.4
firmware-version:
bus-info: 0000:00:04.0
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: yes
supports-priv-flags: no
Code: Alles auswählen
root@piri:~# mii-tool -v
eth0: negotiated 100baseTx-FD, link ok
product info: vendor 00:00:20, model 32 rev 1
basic mode: autonegotiation enabled
basic status: autonegotiation complete, link ok
capabilities: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
advertising: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
link partner: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
ethtool
Code: Alles auswählen
root@piri:~# ethtool eth0
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Supported pause frame use: No
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Link partner advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Link partner advertised pause frame use: Symmetric Receive-only
Link partner advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: MII
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
Current message level: 0x00000037 (55)
drv probe link ifdown ifup
Link detected: yes
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
allow-hotplug eth0
iface eth0 inet static
address 192.168.1.5
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.1.1
dns-search local.net
Code: Alles auswählen
127.0.0.1 localhost
192.168.1.5 piri.local.net piri
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
Code: Alles auswählen
search local.net
nameserver 192.168.1.1