DESCRIPTION
How to configure a VPN completely anonymous through the TOR network
ADVANTAGES
The server does not know the real IP address of the client and the client does not know the real ip address of the server
PREPARE TO INSTALLATION
Download vpn.zip
Unpack vpn.zip and put:
- tor_0.2.4.23_mips32el.ipk
- onioncat_r567_mips32el.ipk
- torrc
- ocat_ip
into /tmp folder
INSTALLATION
cd /tmp
opkg install tor_0.2.4.23_mips32el.ipk
opkg install onioncat_r567_mips32el.ipk
mv torrc /etc/tor/
mv ocat_ip /usr/sbin/
chmod +x /usr/sbin/ocat_ip
FIRST START
/etc/init.d/tor start
/etc/init.d/onioncat start
KNOW YOUR IP ADDRESS
ocat_ip
TESTED ON
dm800se OE2.0
DEPENDS
kernel-module-tun_3.2-r14.17.49_dm800se.ipk
libcrypto1.0.0_1.0.1h-r0_mips32el.ipk
libevent_2.0.21-r1_mips32el.ipk
libssl1.0.0_1.0.1h-r0_mips32el.ipk
LINKS
https://www.onioncat.org
https://www.torproject.org
http://openpli.org
Have fun!




Reply With Quote