EU: New server in Germany

December 14th, 2009 by acevpn 2 comments »

We have added a new server in Germany. We are still testing this server and both Openvpn and PPTP are supported. Access to this server is available to all premium subscribers at no extra cost. We would appreciate any feedback you provide on the speed and other connectivity issues if any.

Please download the new configuration files. If you are using Ace VPN on routers or other devices you will have to manually update the IP’s from the configuration file. The installation instructions can be found at http://www.acevpn.com/contact-ace-vpn#kb

Thank you for choosing Acevpn.com.

OpenVPN build with save password enabled

December 7th, 2009 by acevpn No comments »

At Ace VPN, We are always striving hard to provide the best service and improve the user experience. The ability to not save the password is annoying. We have re-compiled openvpn with –enable-password-save option.

Note: Saving password is against the security best practices. Use it with caution.

To save your password

  • Open C:\Program Files\OpenVPN\config\acevpn-pass.txt in notepad and enter your username on the 1st line and your password on the 2nd line. Save and exit.
  • Open C:\Program Files\OpenVPN\config\acevpn-premium-udp-faster.ovpn or the connection profile you use in notepad and change the line
    auth-user-pass
    to read
    auth-user-pass acevpn-pass.txt

From now when you connect to Ace VPN, it will never ask you to enter your username and the password and no more messing with the config files.

Please check the page Installing Ace VPN on Microsoft Windows for detailed instructions.

UPDATE: Openvpn 2.1.1 with save password released.

Downloads

Openvpn 2.1.1     Mirror     Released: Mar 24, 2010
Openvpn 2.1_rc22     Mirror     Released: Dec 16, 2009

EU: New server in Netherlands

December 4th, 2009 by acevpn 2 comments »

We have added a new server in Netherlands. We are still testing this server and only openvpn is supported at the moment. Support for PPTP will be added at a later date. Access to this server is available to all premium subscribers at no extra cost. We would appreciate any feedback you provide on the speed and other connectivity issues if any.

Please download the new configuration files. If you are using Ace VPN on routers or other devices you will have to manually update the IP’s from the configuration file. The installation instructions can be found at http://www.acevpn.com/contact-ace-vpn#kb

Dec 13, 2009: We have added a new server in NL to replace this server. Please download the newer configuration files or use the Windows installer.

Thank you for choosing acevpn.com.

Finding Optimum MTU size

December 2nd, 2009 by acevpn 1 comment »

Maximum Transmission Unit (MTU) in simple words is the maximum IP packet size in bytes, that can be transmitted over the underlying network.

One of the easy and most accurate ways to test for optimum MTU is to do a simple DOS Ping test. You will simply send out ping requests and progressively lower your packet size until the packet no longer needs to be fragmented. Although this simple test is accurate for testing end points, users may find that a lower MTU may be better for their particular circumstances.

A higher MTU brings greater efficiency because each packet carries more user data while protocol overheads, such as headers or underlying per-packet delays remain fixed, and higher efficiency means a slight improvement in bulk protocol throughput. However, large packets can occupy a slow link for some time, causing greater delays to following packets and increasing lag and minimum latency.

Steps

  • Go to Start and select Run. Type cmd
  • Type the following command and hit the enter key
    ping www.google.com -f -l 1492
    Test Fragmented Packets
  • Note the results above indicate that the packet needs to be fragmented. Lower the size of the packet in increments of +/-10 (e.g. 1472, 1462, 1440, 1400) until you have a packet size that does not fragment.
    Lowered MTU
  • Begin increasing the packet size from this number in small increments (+/-2) until you find the largest size that does not fragment. Add 28 to that number (IP/ICMP headers) to get the optimal MTU setting. You add 28 bytes because 20 bytes are reserved for the IP header and 8 bytes must be allocated for the ICMP Echo Request header.

    An example:
    1440 Max packet size from Ping Test
    + 28 IP and ICMP headers
    = 1468 Your optimum MTU Setting

To change the MTU value refer to the post Change MTU setting to fix connectivity issues

Change MTU setting to fix connectivity issues

December 1st, 2009 by acevpn No comments »

If you are facing any of the following …

  • Speed issues
  • Not able to open certain websites or connect to instant messengers
  • VPN disconnects frequently

The issue is most likely related to MTU. Maximum Transmission Unit (MTU) in simple words is the maximum IP packet size in bytes, that can be transmitted over the underlying network. While most of time this never has to be changed from the default values there are instances when you need to alter the MTU sizes to fix certain network performance issues.

Windows XP

Download the file, unzip and double click on acevpn-mtu-fix-windows-xp.reg to run. Hit “OK” to install when prompted. Reboot your PC and try again.

Windows 7 and Vista

In acevpn-premium-udp-faster or the connection profile you use, add the following and restart openvpn.

mssfix 1300

Alternative Step. Do only if the above step does not fix the issue

Connect to acevpn

Go to Programs > Accessories > Command Prompt >
Right Click on Command Prompt > Select “Run as administrator”

Run command prompt as administrator

You can only change the MTU value with elevated privileges. Even if you have administrator privileges you will still need to run cmd as Administrator. If you miss out this step then you will get the error “The requested operation requires elevation”.

Listing all the interfaces

Run the following command

netsh interface ipv4 show subinterfaces

List Interfaces

Choosing the correct interface

In the command prompt run the following command.

ipconfig /all

IPconfig output

Make a note of the exact name of the network device used by the VPN. In the above example they are the words directly after adapter ie “Local Area Connection 2″.

Run the following command to set the MTU value. Replace “Network Connection” with the name of the network device you made a note of above. If mtu 1400 does not help try 1300.

netsh interface ipv4 set subinterface "Network Connection" mtu=1400 store=persistent

In our example we would be running

netsh interface ipv4 set subinterface "Local Area Connection 2" mtu=1400 store=persistent

You should get the response “OK”. If you get “File not found” the interface is either not available or you have a typo. Also you need to login to the VPN first before you try this.

Restart your PC. The changes will not be set unless you reboot your PC.

US: New server in PA, USA

November 25th, 2009 by acevpn No comments »

We have added a new server in Pennsylvania, USA. Following is the speed test result.

Speedtest to PA

Please download the new configuration files. If you are using Ace VPN on routers or other devices you will have to manually update the IP’s from the configuration file. The installation instructions are available at http://www.acevpn.com/contact-ace-vpn#kb

US: Colorado server IP change

November 12th, 2009 by acevpn No comments »

The CO server is being moved to a different rack due to some network maintenance in the data center. The IP of the server will change after the move. We will update this post when the move is complete.

Update: Move complete. Please download the new configuration files. If you are using Ace VPN on routers or other devices you will have to update the IP manually.

UK: Server .110 issues

November 10th, 2009 by acevpn 2 comments »

The UK server with IP ending .110 is offline due to some failure. We are working with the data center to get this server up ASAP.

Update: The server is up and running. We will continue to monitor this server. If you have any issues related to this server please contact us.

Welcome to Ace VPN

November 2nd, 2009 by acevpn No comments »

Welcome to acevpn.com. This blog is part of our new site launch.

We are making certain changes to the way we send out the status and updates to our service. To minimize the email communications, from now on we plan to publish the status and updates to the blog at http://www.acevpn.com/blog. You would continue to receive emails from us related to billing and account renewal.

You can subscribe to our xml feed at http://feeds.feedburner.com/freeVPN

You can also subscribe by email to the status updates at http://feedburner.google.com/fb/a/mailverify?uri=freeVPN