2011-09-07 14:14:40 +02:00
|
|
|
This is the FreeBSD port of the OpenBSD relayd and relayctl.
|
|
|
|
|
2010-05-28 13:59:50 +02:00
|
|
|
relayd is a daemon to relay and dynamically redirect incoming connections
|
|
|
|
to a target host. Its main purposes are to run as a load-balancer,
|
|
|
|
application layer gateway, or transparent proxy. The daemon is able to
|
|
|
|
monitor groups of hosts for availability, which is determined by checking
|
|
|
|
for a specific service common to a host group. When availability is con-
|
|
|
|
firmed, Layer 3 and/or layer 7 forwarding services are set up by relayd.
|
|
|
|
|
|
|
|
Layer 3 redirection happens at the packet level; to configure it, relayd
|
|
|
|
communicates with pf(4).
|
2008-01-20 22:38:26 +01:00
|
|
|
|
2011-05-23 00:14:35 +02:00
|
|
|
The following relayd functionality is not (yet) implemented in FreeBSD:
|
2012-03-05 17:29:08 +01:00
|
|
|
- carp demote
|
|
|
|
- modifying routing tables
|
|
|
|
- snmp traps
|
2011-05-23 00:14:35 +02:00
|
|
|
|
2011-09-07 14:14:40 +02:00
|
|
|
The relayctl program controls the relayd(8) daemon.
|
|
|
|
|
|
|
|
WWW: https://github.com/mmatuska/relayd
|