hy!
I use openvpn to tunnel my internet traffic over linode. for years it worked with 15mbit (i´m far away from my linode

.
recently i changed internet subscription from 20mbps docsis to 55mbps docsis - same provider, new modem (technicolor), didnt realize it changed a thing, apart that the line has 55mbps with direct connections.
then my win7 client crashed.
re-installed win7, installed openvpn, using old config.
now openvpn is max 5mbps, with the old client it was approx. 15 mbit.
plz help me debug this, i dont see the problem...
here´s the client config
Code:
proto udp
ns-cert-type server
tls-client
client
mssfix
dev-node tap
remote x.x.x.x 32799
ca xx.crt
cert xxx.crt
key xxxx.key
server config is
Code:
port 32799
proto udp
dev tap0
ca xxx.crt
cert xxxx.crt
key xxxx.key
dh dh512.pem
server 10.8.0.0 255.255.255.0
duplicate-cn
keepalive 10 120
push "redirect-gateway def1 bypass-dhcp"
push "redirect-gateway def1"
push "dhcp-option DNS 10.8.0.1"
push "route 10.8.0.0 255.255.255.0"
max-clients 25
client-to-client
status /var/log/openvpn.log
verb 4