K
K
Kirill Sirenko2014-02-15 10:38:43
VPN
Kirill Sirenko, 2014-02-15 10:38:43

OpenVPN: why is the server not pinging?

Much has been written about this on the Internet, but I have not solved my problem.
I have a vpn server on ubuntuserver installed and configured, a client on windows 8 - it connects without problems. However, the server does not ping. The firewall is disabled, the antivirus is generally demolished. I'm already lost in thought.
Client config

client
dev tun
proto udp
remote ***********
port 1194
resolv-retry infinite
persist-key
persist-tun
ca ca.crt
cert kirill.crt
key kirill.key
comp-lzo
verb 3

Server
port 1194
proto udp
dev tun
ca *.crt
cert *.crt
key *.key
dh dh1024.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
mrbaskus, 2015-09-15
@mrbaskus

There was no such garbage on win2003 and xp clients and server. On win7 I don't know why, but you need to
1. restart the server as administrator
2. run the client as administrator

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question