Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
jb-vpn.uk Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Troubleshooting:Openvpn Troubleshooting
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
This guide covers troubleshooting for OpenVPN server and client connection issues. == Server Not Starting == === '''Check logs''': === <pre class="lang-bash"> journalctl -u openvpn -n 50 </pre> == '''Verify configuration''': == <pre class="lang-bash"> openvpn --config /etc/openvpn/server/server.conf --test-crypto </pre> == '''Check file permissions''': == <pre class="lang-bash"> ls -la /etc/openvpn/server/ === Certificates should be readable by OpenVPN user === </pre> == Client Cannot Connect == === '''Check server is listening''': === <pre class="lang-bash"> ss -ulnp | grep 1194 </pre> == '''Check firewall''': == <pre class="lang-bash"> iptables -L INPUT -n -v | grep 1194 </pre> == '''Verify client certificate''': == * Ensure certificate hasn't been revoked * Check certificate expiration date * Verify CA certificate matches server == '''Check server logs''': == <pre class="lang-bash"> tail -f /var/log/syslog | grep openvpn </pre> == Connection Drops == === '''Check keepalive settings''' in server.conf === == '''Verify network connectivity''': == <pre class="lang-bash"> ping 10.8.0.2 </pre> == '''Check routing''': == <pre class="lang-bash"> ip route | grep 10.8.0.0 </pre> == Performance Issues == === '''Check server load''': === <pre class="lang-bash"> top htop </pre> == '''Monitor network traffic''': == <pre class="lang-bash"> iftop -i tun0 </pre> == '''Check for connection limits''' in server configuration == == Related Documentation == * [OpenVPN Server](index.md) - Server configuration * [User Management](user-management.md) - User management [[Category:Documentation]] [[Category:Documentation/Troubleshooting]]
Summary:
Please note that all contributions to jb-vpn.uk Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Jb-vpn.uk Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Troubleshooting:Openvpn Troubleshooting
Add topic