Den tirsdag 3.jan kl. 12:36 skrev George Thompson:
My upsteam bandwidth is avaliable. There is nothing else using it up
Okay
This is the config for my openvpn server and client
My server config:
mode server
local <Server's public ip here>
port 443
proto udp
dev tap2
ca ./keys/ca.crt
cert ./keys/Kizaki2-vpn.crt
key ./keys/Kizaki2-vpn.key
dh ./keys/dh2048.pem
--client-config-dir ./config
server-bridge 10.216.228.201 255.255.255.0 10.216.228.50 10.216.228.59
client-to-client
push "keepalive 15 120"
tls-auth ./keys/ta.key 0
cipher aes-256-cbc
Why do you force it to this cihper?
max-clients 10
persist-key
persist-tun
status openvpn-status.log
log openvpn.log
verb 3
mute 20
comp-lzo
Can the data be compressed?
crl-verify ./keys/crl.pem
My client's config-dir file on server:
--ifconfig-push 10.216.228.217 255.255.255.0
10.216.228.201
push "redirect-gateway"
You now send every traffic across the tunnel. This might steal some
of your
bandwidth.
Check for packet loss, and slow packets. I would do this using smokeping
both outside the tunnel and inside the tunnel
JonB
____________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|