Updated services.md, added utility services documentation

This commit is contained in:
SaintYomar 2019-06-17 13:56:52 -05:00 committed by GitHub
parent 3dcaa5e963
commit dc92719934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -340,3 +340,24 @@ Strong points of the CARP protocol are: very low overhead, cryptographically sig
```shell ```shell
sudo apt-get install ucarp sudo apt-get install ucarp
``` ```
#### Utilities Services
The following services are provided as utilities:
* Default Routing
* Default Muticast Routing
* Static Routing
* SSH
* DHCP
* DHCP Client
* FTP
* HTTP
* PCAP
* RADVD
* ATD
##### 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
```