Category Archives: Uncategorized

naiveproxy

A lot of praise going around for naiveproxy It’s simple enough to install on Raspberry Pi, phone and PC. Most of the guides I tried failed with “Segmentation fault (core dumped)” or similar. The only guide I got working was … Continue reading

Posted in Uncategorized | Leave a comment

Compile patched openvpn ipk package for openwrt/lede router

# # # Cross compile ipk on digital ocean Debian 8 64 bit # Guide https://lede-project.org/docs/guide-developer/compile_packages_for_lede_with_the_sdk # # Raspberry Pi 3 as openwrt router, want to install scramble openvpn # Quickest way is to compile the existing base openvpn with … Continue reading

Posted in Uncategorized | Leave a comment

Raspberry PI and patched openvpn server, built from source code 2.4.1

# Tested on # Raspbian Jessie Lite version date: March 2017 # # This post builds a scrambled openvpn server on a Raspberry PI # from source code for openvpn 2.4.1 plus patch to add scramble functionality # To get … Continue reading

Posted in Uncategorized | 7 Comments

Raspberry PI and patched openvpn server, built from source code 2.3.11

# Tested on # Raspbian Jessie Lite version date: March 2016 # # This post builds a scrambled openvpn server on a Raspberry PI # from source code for openvpn 2.3.11 plus patch to add scramble functionality # To get … Continue reading

Posted in Uncategorized | Leave a comment

Raspberry PI and patched openvpn server, built from source code 2.3.10

# Tested on # Raspbian Jessie Lite version date: March 2016 # # This post builds a scrambled openvpn server on a Raspberry PI # from source code for openvpn 2.3.10 plus patch to add scramble functionality # To get … Continue reading

Posted in Uncategorized | 3 Comments

obfsproxy and openvpn

# Using a Cheap 64MB RAM NAT VPS in US as server # Raspberry PI to run obfsproxy client. Then connect to Raspberry PI # using any device supporting openvpn, like IPad or Android pad. # This solution has pros … Continue reading

Posted in Uncategorized | Leave a comment

using chroot /etc/openvpn/jail

# creating a security jail # add directories sudo mkdir /etc/openvpn/jail/ sudo mkdir /etc/openvpn/jail/tmp/ sudo cp /etc/openvpn/update-resolv-conf /etc/openvpn/jail/ # in your server.conf script # add to server script sudo nano /etc/openvpn/server.conf chroot /etc/openvpn/jail # and modify in server script status … Continue reading

Posted in Uncategorized | Leave a comment

Raspberry PI and patched openvpn server, built from source code 2.3.8

# Tested on # Raspbian Wheezy version date: 2015-05-05 # # This post builds a scrambled openvpn server on a Raspberry PI # from source code for openvpn 2.3.8 plus patch to add scramble functionality # To get it working, … Continue reading

Posted in Uncategorized | 5 Comments

build deb linux package

# openvpn 2.3.4 Deb package available for Raspberry pi, Still works # Tested on # Raspbian Jessie Lite version date: March 2016 sudo apt-get install openssl-blacklist openvpn-blacklist liblzo2-dev libpam0g-dev libpkcs11-helper1-dev -y wget –no-check-cert https://www.dropbox.com/s/5y4218mmue2mv9x/openvpn_2.3.4-Scramblevpn-raspbian_armhf.deb sudo dpkg -i openvpn_2.3.4-Scramblevpn-raspbian_armhf.deb # uninstall … Continue reading

Posted in Uncategorized | 5 Comments

Build patched openvpn Linux package

# This post replaced by build deb linux package # due to openvpn-2.3.4 heartbleed update #================================================================== #================================================================== #================================================================== # Old post. This is no longer valid and supported # Base source openvpn-2.3.2 # #================================================================== # Need a few components to be … Continue reading

Posted in Uncategorized | 2 Comments