Connect in 2 easy steps with IronSocket EasyVPNConnect
Step 1 – Download and Install EasyVPNConnect
- Download and run the IronSocket EasyVPNConnect Installer.
- Follow the installation instructions and once completed, run EasyVPNConnect
Step 2 – Enter your VPN credentials and you're ready to go
- On the VPN tab of EasyVPNConnect, enter your VPN credentials. You can find your credentials in the member's area here.
- Select the region you would like to connect to and click Connect.
EasyVPNConnect User Guide
- IronSocket EasyVPNConnect was built to be simple and easy to use. There are however a number of advanced features and settings that you may be interested in. For more details, please refer to our User's Guide.
Troubleshooting
OpenVPN Connect stops working and the client shows 'No VPN Servers found'
If this happens, it could be because the OpenVPN Access Client service stopped. Try this as a fix:
- Go to Control Panel > System and Security > Administrative Tools
- Click Services
- Scroll down and look for OpenVPN Access Client
- If the Status column does not show Started, right-click OpenVPN Access Client and select Start
- Try connecting again. You may need to restart your OpenVPN Connect application.
OpenVPN Connect shows 'The connection to ab-xyz-1.isvpn.net has been disconnected' when trying to connect.
Check and make sure the OpenVPN AS (OAS) TAP adapter is enabled.
- Go to Control Panel > Network and Internet > Network and Internet Sharing Center
- Click Change adapter settings on the left side.
- Look for an adapter with TAP-Win32 Adapter OAS or TAP Adapter OAS NDIS6.0 under it's name and make sure it is enabled. When it is disabled, you will see 'Disabled' under the name.
- To enable, right-click the adapter and select Enable
I am getting the message 'Authentication Failed' when trying to connect
Be sure to check that your account is still active. If it is, note that your VPN Username and Password is different than your IronSocket Website credentials. You can locate your VPN Username and Password on your VPN Login Details page.
After connecting I am unable to browse and I get disconnected after 1-2 minutes
Some routers and ISPs use abnormal UDP Network Address Translation (NAT) configurations which can result in your outgoing data jumping between different outgoing ports. This sort of connection is not supported by OpenVPN. Try switching to TCP to see if this resolves your connectivity issues. See how to do this below.
How do I switch between TCP and UDP protocols?
All of our .ovpn configuration files include both UDP and TCP connection information. By default UDP typically is used first as it appears first in the list of connection settings.
If you are using the OpenVPN Connect application you can simply adjust the settings to force the connection to use UDP or TCP. On Windows and Mac OSX this is an option in the Right-click / Control-click menu on the taskbar / menu bar icon. On iOS, in the general "Settings" area OpenVPN Connect can be selected and configured. On Android, the Preferences option can be selected by pressing the menu button within the OpenVPN Connect app.
If you are using OpenVPN Community or Tunnelblick you can edit the .ovpn file directly with a text editor and comment out the remote UDP or TCP lines. These lines appear at the bottom of the file and start with the word 'remote' and end with 'udp' or 'tcp'. To comment out a line just add a semi-colon ';' at the start of the line. For example change "remote uk-lon-1.isvpn.net 53 udp" to ";remote uk-lon-1.usvpn.net 53 udp". Save the file and re-import it into your application.