The final goal is to add a full configured, secure by default, encrypted mesh node to an existing network.
It will replicate all the services on the network, and it can be deleted without loosing any data.
Especially focused above security in every ISO/OSI pile level.
Applications are multiples, from bypass the European ECHELON, an enormous sniffer from some ISP, or the great firewall in China, to create very secure not logged chat, to dynamic traditional services that will move from an host to another in a total transparent mode to the final user.
I'm an addicted of privacy and security and I'm very tired about the modern slavery network transmitted by weapons from the European elite.
Vatican and Aristocracy are totally guilty about the recent destroy of democracy.
First of all you've got to rent a VPS in one service provider, there are a lot on Internet a great resource to find the correct one is this website:
Some that I use or I've used:
- SSD VPS Servers, Cloud Servers and Cloud Hosting by Vultr - Vultr.com
- AlphaVPS - Cheap and Reliable Hosting and Servers
- VPS Hosting in Europe and USA. Join VPS2DAY now!
- Liveinhost Web Services – The Best Web Hosting | Fast Professional Website Hosting Services
Try to understand that we've got to build a network of VPS interconnected site to site between everyone with IPsec and every host is plug and play, I mean that we can add or remove VPS just running the software in this repository. First of all it is important to understand that we can use this design in two different application, one will use registered domains the other will use free dns services. Goal for everyone is security trough simplicity, open source design and the correct use and implementation of robust compliance protocols and daemons. The system operative is OpenBSD but later we will use also Alpine Linux. At that point the goal will be interoperability and the search of near perfect TCP/IP throughput. Another goal will be the use of ARM64 mobile devices also based up Alpine, my favorite one is:
Another interesting end device based upon open hardware that use LoRa and GSM is:
Many times we've got to resolve problems like the one where OpenBSD isn't listed as a default system operative in our remote KVM administration web console. This isn't our death.
First of all install a classic Linux, like Debian for example. Next ssh to the new machine with the credentials provided. Next download the latest stable miniroot
image into the root and write it to the start of our virtual disk, in linux normally it will be vda
.
# wget https://cdn.openbsd.org/pub/OpenBSD/6.8/amd64/miniroot68.img
# dd if=miniroot68.img of=/dev/vda bs=4M
After the successful write to the virtual disk we've got to reboot the machine but we will do it in a particular way using the proc
filesystem:
# echo s > /proc/sysrq-trigger
# echo b > /proc/sysrq-trigger
Next reopen the KVM web console and the installation process of OpenBSD will start. Interrupt it choosing for the (S)hell option and:
# dhclient vio0
# cd /tmp && ftp -o install.conf https://bit.ly/3mEYdAo
# install -af /tmp/install.conf
# reboot
After the reboot login in the new node and change the password and upgrade the system with syspatch
.
Next that we will have a running fresh and patched OpenBSD system let's start to configure our guerrilla MESH node. Install the git package:
neo# pkg_add git
neo$ mkdir -p Sources/Git && cd Sources/Git
neo$ git clone https://github.com/noplacenoaddress/OpenBSD.git
Next let's start to configure the system with our script setup_node
, you've got to go ahead to every point pressing 1
or to type different variables:
hostname
, the name of the machine.routerid
, the OSPFD router id and the IP of thevether0
interface.publichost
, the DNS of the public ip of thevio0
interface.
root@neo:/home/taglio/Sources/Git/OpenBSD# sh setup_node
changing installurl
Go ahead type 1
Start with two VPS, one master in DNS service and the other slave. All the others services will be replicated. Some providers doesn't permit the installation of OpenBSD as a default option so install Linux and then rewrite the disc with dd
as explained:
Let's start discussing how we can boost our presence in Internet using that guerrilla MESH system that guaranty our privacy and security on the web. My first project is regarding a website replicated over different countries in all the languages over the world. Something very important to obtain maximum results about clients, about web goods sell, about be recognized over it and about whatever we want to obtain searching for visibility.
I've got to cases, one is about the correct information about the modern slavery network transmitted by electromagnetic weapons to the marginal and worker class of many countries, also Europeans. The other is to have got a great site about my professional work, Redama, a wireless ISP but also an Internet website that sold security focused end devices and gateways.
Nice Regards,
Riccardo <taglio>
Giuntoli.