OpenVPN 2.4.3

Antivirus, forensics, intrusion detection, cryptography, etc.
Post Reply
Message
Author
User avatar
OscarTalks
Posts: 2196
Joined: Mon 06 Feb 2012, 00:58
Location: London, England

OpenVPN 2.4.3

#1 Post by OscarTalks »

I have uploaded a few builds of OpenVPN version 2.4.3
These are compiled in Precise, Slacko 5.7, Wheezy and Stretch respectively.

http://smokey01.com/OscarTalks

This seems to work well. It can be used with free providers such as VPNBook or VPNGate or the paid-for providers. It is quite easy to start and run from command line with:-

Code: Select all

openvpn --config /path/to/config/file
Enter username and password if prompted.
To stop it and return to routing directly through your ISP

Code: Select all

killall openvpn
The config file is downloaded from the VPN provider you are using. You place it wherever you want. (Rename it to something simpler if you want too). Then specify the path of where you have put it in the launch code above.
Last edited by OscarTalks on Sat 22 Jul 2017, 09:42, edited 1 time in total.
Oscar in England
Image

april

#2 Post by april »

I see that went up yesterday so I would not have been likely to find it .
I see your answers to the error masseges and will try to incorporate those in my useage .

Can you tell me where I find the configure file to put it in please?

I don't think there is any doubt that a name and password must be supplied . The name staying as "vpnbook" but the password changing from time to time and must be obtained from the vpnbook website.
http://www.vpnbook.com/

I have found on precise 5.7.1 closing the terminal kills the tunnel.
For me it would not compile as it needed "libpam" which is not on my distro. I'll grab your compiled binary and give it a run

User avatar
OscarTalks
Posts: 2196
Joined: Mon 06 Feb 2012, 00:58
Location: London, England

#3 Post by OscarTalks »

Version update to 2.4.3
See first post.
To be able to be sure you can close the terminal without stopping openvpn

Code: Select all

openvpn --daemon --config /path/to/config/file
but you will not see the initialization output.
Oscar in England
Image

april

#4 Post by april »

Just want to say thanks again for putting this stuff up . I'm just having another look at VPN to see if I can get it going finally.

Its pretty straightforward this way . Download the openvpn pet and then download the 4 certificate files and put them say in /root.
http://smokey01.com/OscarTalks/openvpn- ... recise.pet Also stretch,slako and wheezy.
http://www.vpnbook.com/free-openvpn-acc ... -Euro1.zip
http://www.vpnbook.com/


Choose one of those to try and issue say

Code: Select all

# openvpn --config vpnbook-euro1-tcp80.ovpn
in a terminal window

A name and password must be supplied . The name staying as "vpnbook" but the password changing from time to time and must be obtained from the vpnbook website under the openvpn tab.
http://www.vpnbook.com/

And there you go . As long as you get "Initialization Sequence Completed" it seems to work fine.
This creates a tunnel that gives a false IP address to your ISP and everybody else. So you can get the torrent address to put into transmission or whatever you use to bring down torrents.

Once I have obtained my torrent links I close the tunnel for faster downloads on my normal Wlan0.

I have found on precise 5.7.1 closing the terminal kills the tunnel. Ihave to just minimise it .

I've had quite a lot of dropouts from the openvpn server it seems but I hope to sort this out. Edit once I learnt how to use it I have not lost one since.

Not bad for free!

EDIT - on another thread I asked for help to automate the getting of name and password from their site . I was very pleased with the resulting answer here
http://murga-linux.com/puppy/viewtopic.php?t=112403
Last edited by april on Fri 29 Dec 2017, 00:06, edited 4 times in total.

User avatar
russoodle
Posts: 707
Joined: Fri 12 Sep 2008, 17:36
Location: Down-Under in South Oz

VPN Book

#5 Post by russoodle »

Hi April, are you obliged to donate before you can download?
Not to be a scrooge, but donating, by definition, is voluntary, which is the principle of the thing, and i know ppl who don't do paypal or bitcoin...just curious, i'd like to know.

Thanks...cheers :)
[i][color=Green][size=92]The mud-elephant, wading thru the sea, leaves no tracks..[/size][/color][/i]

april

#6 Post by april »

No donation required . I only donate after I use a service and find it to be useful to me .

User avatar
ETP
Posts: 1193
Joined: Tue 19 Oct 2010, 19:55
Location: UK

OpenVPN 2.4.3

#7 Post by ETP »

The attached may be handy for anyone using ppp or vpn.

It provides a simple desktop display of IP address(s) tun/ppp0/eth0/wlan0 in the top right hand corner of the screen.

If Conky is not already installed it may be installed via PPM or QPM prior to installing the pet.

Once the pet is installed restart X to bring it into operation.
Attachments
Conky_ppp0_tun_show-V1.pet
(1.14 KiB) Downloaded 272 times
Regards ETP
[url=http://tinyurl.com/pxzq8o9][img]https://s17.postimg.cc/tl19y14y7/You_Tube_signature80px.png[/img][/url]
[url=http://tinyurl.com/kennels2/]Kennels[/url]

User avatar
russoodle
Posts: 707
Joined: Fri 12 Sep 2008, 17:36
Location: Down-Under in South Oz

#8 Post by russoodle »

Thank you, April and ETP :)

Happy New Year to you..
[i][color=Green][size=92]The mud-elephant, wading thru the sea, leaves no tracks..[/size][/color][/i]

Post Reply