Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
howtos:security:openvpn [2013/01/23 00:25 (UTC)] comfree [How to use OpenVPN] |
howtos:security:openvpn [2013/01/23 00:28 (UTC)] comfree [Using OpenVPN with the i3wm] |
||
---|---|---|---|
Line 15: | Line 15: | ||
If you don't have a config that you can use you should have a look in /etc/openvpn. Slackware has a example config with some good hints in there. | If you don't have a config that you can use you should have a look in /etc/openvpn. Slackware has a example config with some good hints in there. | ||
- | ==== Using OpenVPN with the i3wm ==== | + | ==== Using OpenVPN with the i3 status bar ==== |
I'm using the [[howtos:window_managers:i3wm|i3 window manager]] with dmenu and the i3statusbar. You can configure the bar to show you if you're running openvpn or not. | I'm using the [[howtos:window_managers:i3wm|i3 window manager]] with dmenu and the i3statusbar. You can configure the bar to show you if you're running openvpn or not. | ||
Line 45: | Line 45: | ||
- | ===== Using OpenVPN with a password file ===== | + | ===== Rebuilding OpenVPN to read your login from file ===== |
Since I wanted my openvpn connection to start automatically when I connect my Thinkpad to the dock I thought it would be usefull to add the 'password safe' feature. ('password safe' setting allows you to store your username and password in a file for scripting) This feature is not installed by default. You have to add it to the slackbuild and recompile the package. | Since I wanted my openvpn connection to start automatically when I connect my Thinkpad to the dock I thought it would be usefull to add the 'password safe' feature. ('password safe' setting allows you to store your username and password in a file for scripting) This feature is not installed by default. You have to add it to the slackbuild and recompile the package. | ||