Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


BlackBerry vpn issue
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

BlackBerry vpn issue

hello

i have 2 openvpn server based on nyr roadwarrior for openvpn
but i can not use them on a blackberry.

so is there any free alternative like openvpn that would work on blackberry or is there a tweak to make the openvpn work on the blackberry device

also there is no openvpn client for blackberry i could find

Comments

  • You have the following options:

    1. Cisco IPSec
    2. IKEv2
    3. DO NOT USE BLACKBERRY!
  • @yaocheng said:
    You have the following options:

    1. Cisco IPSec
    2. IKEv2
    3. DO NOT USE BLACKBERRY!

    any tutorial or setup steps for the first two option..

  • enitan092 said: any tutorial or setup steps for the first two option..

    StrongSwan: http://wiki.strongswan.org/projects/strongswan/wiki/

  • okey thanks.

    will try set it up on a vps now

  • cant get it to work

    any help here

  • @enitan092 said:
    cant get it to work

    any help here

    IPSec doesn't work ovz. Get KVM vps.

  • @elwebmaster said:
    IPSec doesn't work ovz. Get KVM vps.

    that was the issue..

    thank

    getting a kvm server now

  • it works with this simple line on centos6 on kvm

    yum -y install wget

    bash <(wget -qO- --no-check-certificate https://www.dropbox.com/s/xk8jaqv67m8h15o/vpn.sh)

    SET UP ON BLACKBERRY

    Create a new VPN profile using the following connection details:

    Profile Name: anything

    Server Address: VPN server's public Internet address

    Gateway Type: Generic IKEv2 VPN Server

    Authentication Type: EAP-MSCHAPv2

    Authentication ID Type: IPv4

    MSCHAPv2 EAP Identity: anything, this field does not matter

    MSCHAPv2 Username: user1 (username specified in ipsec.secrets)

    MSCHAPv2 Password: password2 (user password specified in ipsec.secrets)

    Gateway Auth Type: PSK

    Gateway Auth ID Type: IPv4

    Gateway Preshared Key: password1 (the PSK password specified in ipsec.secrets)

    Perfect Forward Secrecy: not checked

    There is no need to change any "Advanced" configurations.

    Thanked by 1elwebmaster
Sign In or Register to comment.