Results 1 to 4 of 4

Thread: Unable to connect to openVPN server

  1. #1
    Join Date
    2015-Dec
    Posts
    1

    Unable to connect to openVPN server

    Hello i am going to be as more specifig as i can. I am using Kali 2.0 amd 64bit on VirtualBox 5.0.10 with host system xubuntu 14.04 LTS. I am trying to connect to vpnbook openvpn european server #1 through vpnbook-euro1-tcp433.ovpn file which is contained in the downloadable archive VPNBook.com-OpenVPN-Euro1.zip. Other files in the archive include :

    vpnbook-euro1-tcp80.ovpn
    vpnbook-euro1-udp53.ovpn
    vpnbook-euro1-tcp25000.ovpn

    Im running the following command on terminal as root and i get corresponding error :

    openvpn vpnbook-euro1-tcp433.ovpn

    Options error: In [CMD-LINE]:1: Error opening configuration file : vpnbook-euro1-tcp433.ovpn

    Note that other files seem to open properly and prompt me for credentials.
    Any help gladly appreciated, dealing with this 2 days now.

  2. #2
    What are the file contents of the vpnbook-euro1-tcp80.ovpn, vpnbook-euro1-udp53.ovpn, and vpnbook-euro1-tcp25000.ovpn files?
    This may be something you need to contact vpnbook about since two of the files are working without issue.

  3. #3
    Join Date
    2015-Dec
    Posts
    1
    When i connect to openvpn and receive success message, internet connection becomes unavailable. I mean, i can't open a single website. Is there anything i habe to do in order to fix this?

  4. #4

    Lightbulb Vpnbook

    Hey,

    I was getting the same error and i found out it was just a simple mistake :P .. you may be doing the same as i was.....

    So... I downloaded the OVPN files from vpnbook's site ... i extracted the zipped bundle of 'ovpn' files on to the desktop.

    I then opened an terminal and ran the cmd root@kali:~# openvpn --config "nameoffile.ovpn"
    then i get the bla bla bla error on line 1... so i went and had a cup of green tea to refresh the brain... and here is the mistake..

    Since my ovpn files are extracted on the desktop i need to run the cmd;

    root@kali:~# cd Desktop
    then...
    root@kali:~/Desktop# openvpn --config us1-tcp443.ovpn
    ue Feb 16 11:53:37 2016 OpenVPN 2.3.4 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [IPv6] built on Dec 1 2014
    Tue Feb 16 11:53:37 2016 library versions: OpenSSL 1.0.1k 8 Jan 2015, LZO 2.08
    Enter Auth Username: *******
    Enter Auth Password: ********
    Tue Feb 16 11:54:05 2016 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
    Tue Feb 16 11:54:05 2016 NOTE: --fast-io is disabled since we are not using UDP
    Tue Feb 16 11:54:05 2016 Socket Buffers: R=[87380->131072] S=[16384->131072]
    Tue Feb 16 11:54:05 2016 Attempting to establish TCP connection with [AF_INET]198.7.62.204:443 [nonblock]
    Tue Feb 16 11:54:06 2016 TCP connection established with [AF_INET]198.7.62.204:443


    :P hope that helps

Similar Threads

  1. Replies: 0
    Last Post: 2020-08-25, 04:18
  2. AWUS036H, Disconnects, Server not found, Unable to connect...
    By Foolproof in forum TroubleShooting Archive
    Replies: 6
    Last Post: 2016-01-11, 18:20

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •