RIP FreeBSD

I mean Routing Information Protocol of course, not rest in peace! RIP is one of the most basic and easy-to-use routing protocols there is. It has its limitations, but it can be a viable solution for small environments. With RIP it is possible to exchange routing information between devices, and as it is a standard protocol, not only FreeBSD or Linux can use it, but it’s also implemented in many different networking devices, such as routers, firewalls, and even some layer 3 switches.

April 15, 2018 · Daniel Tihanyi

Basic Networking on FreeBSD

In this article I would like to introduce the very basics of networking in order to allow the reader to be able to separate VMs from each other or to organize them into logically different segments. This is far from a detailed description of networks, of course!

January 14, 2018 · Daniel Tihanyi

ZFS Hot Spare with ZFSd

Since FreeBSD 11.0 was released, it’s been possible to use a disk as a hot spare in a ZFS zpool. This means, that under a few circumstances, zfsd will take a predefined disk to replace another one.

January 11, 2018 · Daniel Tihanyi

Using LLDP on FreeBSD

LLDP, or Link Layer Discovery Protocol allows system administrators to easily map the network, eliminating the need to physically run the cables in a rack. LLDP is a protocol used to send and receive information about a neighboring device connected directly to a networking interface.

February 25, 2017 · Daniel Tihanyi

Cisco Virtual Wireless Controller on FreeBSD Bhyve

In this guide a Cisco vWLC will be installed on FreeBSD bhyve.

May 27, 2016 · Daniel Tihanyi

Using letsencrypt.sh with h2o

This will be a really short guide about how to set up the H2O webserver with letsencrypt, and how to automate it.

March 27, 2016 · Daniel Tihanyi

Booting FreeBSD on a Raspberry Pi Zero

Luckily, I was able to get a Raspberry Pi Zero not so long ago. Naturally, my first move was to try to boot FreeBSD on it. Although there is no official support for the Zero on FreeBSD, given that the hardware is very similar to the Raspberry Pi A model, I was able to boot it. The process is quite simple.

January 1, 2016 · Daniel Tihanyi

Using bhyve on FreeBSD

I wanted to write an article about bhyve for a long time now, and fortunately I recently had the time to do just that. Bhyve has the potential to became a very sophisticated, and advanced hypervisor.

July 7, 2015 · Daniel Tihanyi