docs: updates to reformat and adjust documentation in regards to using specific services

This commit is contained in:
Blake Harnden 2023-03-28 21:47:27 -07:00
parent 0053ddb57d
commit 15df06d834
9 changed files with 114 additions and 58 deletions

View file

@ -1,13 +1,11 @@
# Utility Services
* Table of Contents
{:toc}
# Overview
## Overview
Variety of convenience services for carrying out common networking changes.
The following services are provided as utilities:
* UCARP
* IP Forward
* Default Routing
@ -25,15 +23,19 @@ The following services are provided as utilities:
## Installation
To install the functionality of the previously metioned services you can run the following command:
```shell
sudo apt-get install isc-dhcp-server apache2 libpcap-dev radvd at
```
## UCARP
UCARP allows a couple of hosts to share common virtual IP addresses in order to provide automatic failover. It is a portable userland implementation of the secure and patent-free Common Address Redundancy Protocol (CARP, OpenBSD's alternative to the patents-bloated VRRP).
UCARP allows a couple of hosts to share common virtual IP addresses in order to provide automatic failover. It is a
portable userland implementation of the secure and patent-free Common Address Redundancy Protocol (CARP, OpenBSD's
alternative to the patents-bloated VRRP).
Strong points of the CARP protocol are: very low overhead, cryptographically signed messages, interoperability between different operating systems and no need for any dedicated extra network link between redundant hosts.
Strong points of the CARP protocol are: very low overhead, cryptographically signed messages, interoperability between
different operating systems and no need for any dedicated extra network link between redundant hosts.
### Installation