• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

upload nur beschränkt möglich

PC_freak

Member
Mein Rechner ist direkt über LAN mit meinem WLAN-Router verbunden. Sowohl unter Windows als auch unter Linux kann ich von meinem Rechner aus keine größeren Dateien uploaden (online mailkonto und virustotal bis jetzt ausprobiert). 75KB sind noch möglich, 800 jedoch nicht mehr.
Habe ne Hama Netzwerkkarte mit Railink Chipsatz. Früher habe ich Windows mit WLAN betrieben, dann hatte ich mir vor ca. 2 Wochen die Karte gekauft und Linux installiert (das erste mal konnte ich keine richtige WLAN- Verbindung herstellen).

Code:
linux-5rtl:/home/user/Desktop # /sbin/ifconfig 
eth0      Link encap:Ethernet  Hardware Adresse 00:0C:F6:48:B9:AD  
          inet Adresse:192.168.2.101  Bcast:192.168.2.255  Maske:255.255.255.0
          inet6 Adresse: fe80::20c:f6ff:fe48:b9ad/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:10950 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11188 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:1000 
          RX bytes:10736029 (10.2 Mb)  TX bytes:5272868 (5.0 Mb)
          Interrupt:11 Basisadresse:0x6000 

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  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 Sendewarteschlangenlänge:0 
          RX bytes:340 (340.0 b)  TX bytes:340 (340.0 b)

Code:
linux-5rtl:/home/user/Desktop # /sbin/route 
Kernel IP Routentabelle
Ziel            Router          Genmask         Flags Metric Ref    Use Iface
192.168.2.0     *               255.255.255.0   U     0      0        0 eth0
link-local      *               255.255.0.0     U     0      0        0 eth0
loopback        *               255.0.0.0       U     0      0        0 lo
default         .               0.0.0.0         UG    0      0        0 eth0

Code:
### /etc/resolv.conf file autogenerated by netconfig!
#
# Before you change this file manually, consider to define the
# static DNS configuration using the following variables in the
# /etc/sysconfig/network/config file:
#     NETCONFIG_DNS_STATIC_SEARCHLIST
#     NETCONFIG_DNS_STATIC_SERVERS
#     NETCONFIG_DNS_FORWARDER
# or disable DNS configuration updates via netconfig by setting:
#     NETCONFIG_DNS_POLICY=''
#
# See also the netconfig(8) manual page and other documentation.
#
# Note: Manual change of this file disables netconfig too, but
# may get lost when this file contains comments or empty lines
# only, the netconfig settings are same with settings in this
# file and in case of a "netconfig update -f" call.
#
### Please remove (at least) this line when you modify the file!
nameserver 192.168.2.1

http://www.dsl-speed-messung.de/speedtest.htm : 1Mbit down u. 35kbit up
http://www.wieistmeineip.de/speedtest : 944 kbit down u. 17 kbit up
http://www.speedmeter.de/speedtest : 703 kbit down 32 kbit up
eigentlich müsste der upload 128 kbit betragen ?

mein laptop am gleichen LAN-Kabel funktioniert ihne Probleme, wenn ich Daten intern übers netztwerk verschiebn will (Windows), bricht er mit "Pfad zu lang" ab.
Soll ich mal meine Netzwerkkarte umtauschen lassen, sieht irgendwie so aus als ob die kaputt wäre?
 
Oben