Is it an mtu case?
Posted: Mon Feb 11, 2013 3:24 pm
My server.cfg
My client con.ovpn
In server log i have:
and then, after timeout:
In client log:
And that's all.
It is also known that server has nothing that prevents traffic from clients.
Appreciate any help!
Code: Select all
local my-ip
port 1194
proto udp
dev tun
tun-mtu 1200
ca keys/ca.crt
cert keys/my.crt
key keys/my.key
dh keys/dh1024.pem
crl-verify keys/crl.pem
server 10.0.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
client-to-client
keepalive 10 120
comp-lzo
max-clients 100
user openvpn
group openvpn
persist-key
persist-tun
status openvpn-status.log
log /var/log/openvpn.log
verb 3
Code: Select all
client
remote my-servers-ip 1194
comp-lzo yes
dev tun
proto udp
script-security 2
persist-key
persist-tun
tun-mtu 1200
verb 5
<ca>
-----BEGIN CERTIFICATE-----
ommited
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
ommited
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN RSA PRIVATE KEY-----
ommited
-----END RSA PRIVATE KEY-----
</key>
Code: Select all
VERIFY OK:
Code: Select all
TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
TLS Error: TLS handshake failed
Code: Select all
EVENT: CONNECTION_TIMEOUT [ERR]
EVENT: DISCONNECTED
It is also known that server has nothing that prevents traffic from clients.
Appreciate any help!