OpenVPN 100Mbit Speed

Centro

Der mit dem roten Hut!
Hallo,

hat jemand schon mal ne Funktion gefunden das tun/tap Device von OpenVPN auf 100Mbit zu stellen?

Konstellation:
Server Centos 6 64bit
Clients: XP32bit und Windows 7 64 bit

Es gibt Quellen im Web welche behaupten das die Anzeige von 10Mbit nur eine Anzeige sei, das ist aber großer Unfug. Bei einer Messung mit VDSL ist das sehr wohl ein Thema. Mit anderen Worten, hier wird auf die 10Mbit gedrückt.

Freu mich auf euer Feedback

Greetz Centro
 
Huhu..

Code:
fusl@thinktop:~$ ifconfig; route -n; wget -O /dev/null http://ovh.net/files/100Mio.dat
eth0      Link encap:Ethernet  HWaddr 00:21:85:9d:71:7a  
          inet addr:172.16.2.11  Bcast:172.16.2.255  Mask:255.255.255.0
          inet6 addr: fe80::221:85ff:fe9d:717a/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:48525240 errors:0 dropped:0 overruns:0 frame:0
          TX packets:36105247 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:42207342177 (42.2 GB)  TX bytes:13858987939 (13.8 GB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:8859127 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8859127 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:3102466238 (3.1 GB)  TX bytes:3102466238 (3.1 GB)

tun0      Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:10.255.255.1  P-t-P:10.255.255.1  Mask:255.255.0.0
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
          RX packets:4991496 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7578580 errors:0 dropped:72 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          RX bytes:1570479754 (1.5 GB)  TX bytes:7778865982 (7.7 GB)

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         10.255.0.1      128.0.0.0       UG    0      0        0 tun0
0.0.0.0         172.16.2.1      0.0.0.0         UG    0      0        0 eth0
10.255.0.0      0.0.0.0         255.255.0.0     U     0      0        0 tun0
84.200.8.206    172.16.2.1      255.255.255.255 UGH   0      0        0 eth0
84.200.79.66    172.16.2.1      255.255.255.255 UGH   0      0        0 eth0
128.0.0.0       10.255.0.1      128.0.0.0       UG    0      0        0 tun0
169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 eth0
172.16.2.0      0.0.0.0         255.255.255.0   U     1      0        0 eth0
--2013-04-22 22:56:50--  http://ovh.net/files/100Mio.dat
Resolving ovh.net (ovh.net)... 213.186.33.6
Connecting to ovh.net (ovh.net)|213.186.33.6|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 104857600 (100M) [application/octet-stream]
Saving to: `/dev/null'

100%[===================================================================================================================================>] 104.857.600 3,67M/s   in 29s     

2013-04-22 22:57:19 (3,41 MB/s) - `/dev/null' saved [104857600/104857600]

fusl@thinktop:~$

Peak: 5 MB/s

Wo sehe ich denn die "Geschwindigkeitsanzeige" von OpenVPN?

/Edit: Sehe gerade, Windows... 10Mbits sollten echt nur eine Anzeige sein. Bei nem Kumpel war's auch 'mal so und bei einem Download von Steam hat er 70Mbits zusammenbekommen...
 
Joa, bei mir schlägt der Speedtest an der Decke an wenn ich den Traffic über das Tap32 Interface leite.
Es muss dann wohl doch ne Einstellung geben.
 
OpenVPN komprimiert.
Ja, aber OpenVPN komprimiert nur mit "comp-lza" zwischen dem TUN/TAP-Device und dem richtigen Device... Wenn also das TUN/TAP-Device nur 10 Mbps hätten, bringt da die Komprimierung zwischen dem TUN/TAP-Device und dem richtigen Device auch nicht mehr viel bzw. garnichts. Außerdem ist "comp-lza" bei mir schon lange deaktiviert, da der Router hier nicht viel CPU-Leistung hat.
 
Back
Top