Troubleshooting
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.