Archive for the ‘VPN server’ Category
Sunday, November 20th, 2011
Many people want to have their OpenVPN connection automatically start up and log in when they boot up their computer. Although there is no direct option in OpenVPN for Windows to accomplish it, it can be done. The first step is to launch OpenVPN with a configuration attached so that it can connect to a [...]
Posted in VPN server | No Comments »
Sunday, November 20th, 2011
Sometimes, when troubleshooting OpenVPN installation or connectivity issues, it is beneficial to disable the UAC to eliminate the factor of permissions problems being the problem. By doing this, one can determine if the issues are permissions related or not. Enter ‘UAC’ in the Search Box Double-click on ‘Turn User Account Control on or off’ Double-click [...]
Posted in VPN server | No Comments »
Sunday, November 20th, 2011
On occasion, the installation of OpenVPN goes wrong or some other factor prevents proper installation or function. In the majority of cases, both installation and connection errors are due to not having proper Windows 7 system permissions set. One way to prove that the problems are permission related is to disable the UAC (User Account [...]
Posted in VPN server | 1 Comment »
Saturday, November 12th, 2011
In OpenVPN installation the ability to read auth passwords from a file using –askpass and –auth-user-pass is disabled by default. Trying to read an auth password from a file without password save enabled will result in the following error: “Sorry, ‘Auth’ password cannot be read from a file” In order to enable we have to [...]
Posted in VPN server | No Comments »
Saturday, November 12th, 2011
OpenVPN is a very powerful free VPN solution that is supported on Solaris, Linux, OpenBSD, FreeBSD, NetBSD, Mac OS X, and Windows 2000/XP/Vista. I tried the Open Source SSL/TSL-based VPN software on Windows Vista x64 and SuSE Linux 10.1. I think the fact that OpenVPN is available for so many different platforms alone makes it [...]
Posted in VPN server | No Comments »
Saturday, November 12th, 2011
To install, the application has to be Run as Administrator: After downloading, right-click on the file and select Run as Administrator Agree to any questions that pop up. Click next where prompted. Note: The installation of the TAP adapter can sometimes take up to a minute. Do not exit the installer while the TAP adapter [...]
Posted in VPN server | No Comments »
Wednesday, September 28th, 2011
Secure Shell or SSH is a network protocol that allows data to be exchanged using a secure channel between two networked devices. SSH was designed to replace Telnet (an insecure shell), now nearly all Unix based computers use SSH to access their shell accounts. SSH uses Public-Key encryption, thus enabling it to provide confidentiality and [...]
Posted in VPN server | No Comments »