LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   openvpn unstable (https://www.linuxquestions.org/questions/linux-server-73/openvpn-unstable-871836/)

nelsone 03-29-2011 11:27 PM

openvpn unstable
 
hi

i use openvpn version is openvpn-2.1.1-2.el5 but it's very unstable ,for example i open multiple web pages will be very slow before i try to ping openvpn server display timeout ! but the openvpn logs don't show many error message and the client does not disconnect, i don't know what happened openvpn . server configuration is as follows


port 1194
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key # This file should be kept secret
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
plugin /usr/share/openvpn/plugin/lib/openvpn-auth-pam.so openvpn
client-cert-not-required
username-as-common-name

Thanks in advance
Nelsone

catkin 04-18-2011 10:48 AM

Quote:

Originally Posted by nelsone (Post 4308128)
... but the openvpn logs don't show many error message ...

Do you mean it doesn't show any error messages?

If there are any error messages (including in the general /var/log/* files) it might help to post them here.


All times are GMT -5. The time now is 12:46 AM.