Connect an Android VPN client with Rockhopper.


Version: 0.2.b1-022 or later




- IKEv1/XAuth PSK


  1. Tap Settings.
  2. Tap Wireless & Networks: More.
  3. Tap VPN.
  4. Tap the Plus sign (+).
  5. Select IPSec Xauth PSK as type and enter the following settings.

    - Name: A name for the VPN connection you like. (e.g.) IPsecVPN
    - Server address: An IP address or a host name (FQDN) if DNS service is available for your remote VPN gateway.
    - IPSec identifier: The VPN ID or a group policy name. (e.g. IPsecVpnForSalesMembers)
    - IPSec pre-shared key: A pre-shared key (PSK) to the above IPSec identifier.

  6. Click Save.

  7. Tap the VPN connection name you configured above. (e.g.) IPsecVPN
  8. Enter your Username (e.g. alice) and Password, and then tap Connect.


- IKEv1/XAuth RSA


  1. Import your credential (e.g. a PKCS#12 file) into your Android device. See Import a PKCS#12 file or a CA certificate(X.509) into Android for more details.
  2. Tap Settings.
  3. Tap Wireless & Networks: More.
  4. Tap VPN.
  5. Tap the Plus sign (+).
  6. Select IPSec Xauth RSA as type and enter the following settings.

    - Name: A name for the VPN connection you like. (e.g.) IPsecVPN
    - Server address: An IP address or a host name (FQDN) if DNS service is available for your remote VPN gateway.
    - IPSec user certificate: Your imported certificate name. (e.g. CertForAlice)
    - IPSec CA certificate: Your imported certificate name. (e.g. CertForAlice)
    - IPSec server certificate: received from server (default).

  7. Click Save.

  8. Tap the VPN connection name you configured above. (e.g.) IPsecVPN
  9. Enter your Username (e.g. alice) and Password, and then tap Connect.


- IKEv1/Hybrid RSA


  1. Import your CA certificate (e.g. a PKCS#12 file) into your Android device. See Import a PKCS#12 file or a CA certificate(X.509) into Android for more details.
  2. Tap Settings.
  3. Tap Wireless & Networks: More.
  4. Tap VPN.
  5. Tap the Plus sign (+).
  6. Select IPSec Hybrid RSA as type and enter the following settings.

    - Name: A name for the VPN connection you like. (e.g.) IPsecVPN
    - Server address: An IP address or a host name (FQDN) if DNS service is available for your remote VPN gateway.
    - IPSec CA certificate: The imported CA's certificate name. (e.g. CertForAlice)
    - IPSec server certificate: received from server (default).

  7. Click Save.

  8. Tap the VPN connection name you configured above. (e.g.) IPsecVPN
  9. Enter your Username (e.g. alice) and Password, and then tap Connect.


Back to Top