Reply
Thread Tools
Posts: 198 | Thanked: 130 times | Joined on Sep 2012 @ Pakistan
#11
Originally Posted by Addoozz View Post
I need vpn for USA. There are very less apps in ovistore for my country. I've installed openvpn successfully. But i don't know how to create a usa .config file or how to configure. Can someone please help
in the provided .zip file, open vpn.conf with NOTEPAD++ . You can create yours as such.

Edit: for certificate making, which is necessary to run vpn, you have to google it. Most probably you'll find it on ubuntuforums as i don't know how to create a certificate.

Here I am assuming you want to create your own VPN network.

Last edited by khan.orak; 2013-05-17 at 17:10.
 
Posts: 428 | Thanked: 226 times | Joined on Dec 2010 @ Philippines
#12
Originally Posted by khan.orak View Post
There is a video.

http://www.youtube.com/watch?v=frUh5MS3Pbo

But this covers the installation of OpenVPN only. No profiles or anything.

By the way, instructions are easy, ain't they?
Thanks for referencing my video. I basically documented my attempts following the instructions at 12vpn.

I did not include in my video some steps to adding actual VPN profiles due to the sheer diversity of VPN service providers, but in general they follow the same concept.

I also have some YouTube video tutorials of the same for the N900 at my YouTube channel, in case some of you are interested. Although the difference is that on the N900, OpenVPN was already there so it was easier. My video for the N900 included some setup steps of actual VPN services (but I am not sure if it will work for others - I'm from the Philippines by the way).

Last edited by topet2k12001; 2013-07-03 at 10:25.
 
Posts: 198 | Thanked: 130 times | Joined on Sep 2012 @ Pakistan
#13
Originally Posted by mikal2100 View Post
HeLLo DeVeLoPeR... I inStALLeD ThE OpEnVpN... It waS WorkInG BefOre... BuT I ReFLaShEd mY N9, I InsTaLLed openvpn via n9QT... BuT ItS NoT WoRkInG nOw... AnY HeLp WhY...???
I have just replied there.
__________________
N9 - 16 GB Black Reborn

Tutorial - OpenVPN for N9
 
Posts: 29 | Thanked: 3 times | Joined on May 2013 @ Karachi
#14
Khan.orak
I aM In pakIsTaN... AnD U MiGhT knOw ThaT YoUTUbe iS bLoCkEd HeRe... I DonT kNow WhAt iS wrOnG... I TrIeD EvEryThInG... Plzzz GiVe Me A FuLL GuIdE iF U CaN BrO...
 
Posts: 29 | Thanked: 3 times | Joined on May 2013 @ Karachi
#15
ThAnK U KhaN... ItS WoRkInG...
 
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#16
Originally Posted by mikal2100 View Post
HeLLo DeVeLoPeR... I inStALLeD ThE OpEnVpN... It waS WorkInG BefOre... BuT I ReFLaShEd mY N9, I InsTaLLed openvpn via n9QT... BuT ItS NoT WoRkInG nOw... AnY HeLp WhY...???
Originally Posted by mikal2100 View Post
I aM In pakIsTaN... AnD U MiGhT knOw ThaT YoUTUbe iS bLoCkEd HeRe... I DonT kNow WhAt iS wrOnG... I TrIeD EvEryThInG... Plzzz GiVe Me A FuLL GuIdE iF U CaN BrO...
Originally Posted by mikal2100 View Post
ThAnK U KhaN... ItS WoRkInG...
Can you fix your keyboard?
It is nigh impossible to understand what youre typing, it hurts my eyes...
 

The Following 6 Users Say Thank You to juiceme For This Useful Post:
Posts: 29 | Thanked: 3 times | Joined on May 2013 @ Karachi
#17
HaHa... JuIcemE... SoRrY FoR HuRtInG Ur EyEs BrO... BuT I LikE ThE waY I TyPe... BuT I wiLL StOp iF It iS ReaLLy HuRtInG Ur EyEs... I CaNt HuRt AnYbOdY...
 

The Following User Says Thank You to mikal2100 For This Useful Post:
www.rzr.online.fr's Avatar
Posts: 1,348 | Thanked: 1,863 times | Joined on Jan 2009 @ fr/35/rennes
#18
Hi added my configuration steps on this page for PA :

http://wiki.maemo.org/OpenVPN#N9_HARMATTAN

feel free to improve or comment
__________________
Current obsession:

https://purl.org/rzr/abandonware

Please help to list all maemo existing apps :

https://github.com/abandonware/aband...ment-578143760

https://wiki.maemo.org/Apps#

I am looking for " 4 inch TFT LCD display screen " for Nokia n950 HandSet

http://rzr.online.fr/q/lcd


Also, I need online storage to archive files :

http://db.tt/gn5Qffd6#

https://my.pcloud.com/#page=register...e=g8ikZmcfEJy#
 

The Following 2 Users Say Thank You to www.rzr.online.fr For This Useful Post:
Posts: 10 | Thanked: 2 times | Joined on Nov 2012 @ Germany, Stuttgart
#19
Hmm, unfortunately it seems not possible anymore to setup openvpn on N9.

I guess because elleos repository is not available anymore. N9QTweak tweak CC-3 to install openvpn is also not working. Probably because of the same reason.

All other files mentioned in the first posting in this thread are still available.

Does anyone has an idea where I can get everything that would come with this command?
Code:
apt-get install openvpn
 

The Following User Says Thank You to Nokia_N9 For This Useful Post:
Posts: 290 | Thanked: 385 times | Joined on Jan 2012 @ Madrid, Spain
#20
Hi.

You can get the .deb file here:
https://openrepos.net/content/rzr/openvpn
Then install it as root with:
Code:
dpkg -i filename.deb
On the other hand I managed to:

1.- Install openvpn.
Instead of devel-su I used opensh to get root. This way it got rid of all the messages like 'permission denied'.

2.- Register telepathy SIP client through the VPN client.
Just for future reference I had to hack it with this command:
Code:
mc-tool update sofiasip/sip/_313_40172_2e26_2e0_2e20 string:local-ip-address='172.26.0.8'
Where 172.26.0.8 is the address recognized by the SIP server. It seems the SIP client address is always bind to the GPRS address of the gprs0 interface. More info here

Regards.

Last edited by pasko; 2016-01-31 at 12:53.
 

The Following User Says Thank You to pasko For This Useful Post:
Reply

Tags
blocked site, open vpn, proxy

Thread Tools

 
Forum Jump


All times are GMT. The time now is 16:11.