openvpn udp over tcp via SSH IP Tunnel
tonight, i make a simple test to make udp over tcp with ssh IP tunnel, main tools is pppd and ssh connection. by this ways, you can transfer udp over tcp, but its too slow, then to raise its performance, i put openvpn udp. The speed is good enough for me.
before you use it, you need to...
Feb 26, 2014
[SOLVED] ERROR: unable to download video

when you download with youtube-dl, you get an error as this :
[youtube] Setting language
[youtube] pgEFfZOV9GQ: Downloading video webpage
[youtube] pgEFfZOV9GQ: Downloading video info webpage
[youtube] pgEFfZOV9GQ: Extracting video information
[youtube] pgEFfZOV9GQ: Encrypted signatures detected.
ERROR: unable to download video
then...
Feb 25, 2014
inject links

i want to share this link so they can try to make their own "header inject", some of this links may have been blocked by broadband mobile provider, but some others is still ok.
...
Feb 22, 2014
install openvpn webmin ubuntu

here's simpler ways to use server as vpn server, you just need install webmin then everything will be run as you want. Let's start :
install openvpn and webmin
add webmin repository on your source list (/etc/apt/sources.list)
deb http://download.webmin.com/download/repository sarge contrib
add key and update repository
sudo wget...
Feb 21, 2014
simple vpn over ssh

some people write a simple trick to make vpn connection over ssh tunnel without additional program or authentication files such ta, cert, ca etc.
on linux, pppd and ssh are commonly used. So you can try this trick :
PPPD is /usr/sbin/pppd
SSH is /usr/bin/ssh
${PPPD} updetach noauth passive pty "${SSH} ${LOCAL_SSH_OPTS} ${SERVER_HOSTNAME}...
Feb 19, 2014
get free internet zero balance with default home page

First of all, i want to show you some vulnerable internet connection on mobile internet broadband provider, its depend on your service / internet plan.
I've test this trick with ZERO balance, its ABSOLUTELY FREE !!!
How It Works
when you connect with tour mobile modem, it will get default intenet-plan (or just as your profile,...
Feb 15, 2014
install openvpn admin gui web base administration part 1

there are so many openvpn administration software, there are :
http://openvpncertmgmt.sourceforge.net/
http://sourceforge.net/projects/openvpn-admin/?source=recommended
http://sourceforge.net/projects/openvpn-control/?source=recommended
http://www.bytemine.net/en/bytemine-manager
http://sourceforge.net/projects/openvpn-control/files/?source=navbar
but,...
install openvpn admin gui web base administration part 2

previously, we try to install openvpn administration gui, now lets move forward to its setting.
goto :
http://yourwebserver/purplenet/login
then go to menu "manage"
a. Create vpn Server
b. Create organization
c. Create Network
then you need to link it, one server can have many organization, on one...
install openvpn on ubuntu

before we start to install openvpn, let me explain about it.
A. Openvpn Authentication
there are 3 types of openvpn Authentication.
you can use fully key only (no need username and password)
you can use pam plugin to activate username and password
or you can use username and tls files.
moreover, you can combine it.
B. How it works
it...
Subscribe to:
Posts (Atom)