summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd/relayd.8
blob: 9988e41608632b6fdecd943e8923e6752f79d4c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
.\"	$OpenBSD: relayd.8,v 1.5 2007/01/09 13:50:11 pyr Exp $
.\"
.\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
.\" copyright notice and this permission notice appear in all copies.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd November 1, 2006
.Dt HOSTSTATED 8
.Os
.Sh NAME
.Nm hoststated
.Nd Host Status daemon
.Sh SYNOPSIS
.Nm
.Op Fl dnv
.Op Fl f Ar file
.Sh DESCRIPTION
.Nm
is the host status daemon for server load balancing.
Its main purpose is to keep
.Xr pf 4
tables up to date
as well as any related pf rdr rules.
To communicate with pf,
.Nm
uses the anchor facility.
To enable
.Nm
to install rulesets through the anchor,
the following line is required in the NAT section of
.Xr pf.conf 5 :
.Bd -literal -offset indent
rdr-anchor "hoststated/*"
.Ed
.Pp
.Nm
manipulates three data types: services, tables, and hosts.
Each service represents a
.Xr pf 4
rdr rule.
A service contains at least one table and one virtual IP which are
used to create the proper rule.
Each table contains at least one host, and is mapped to a pf table.
Additionally a table can be backed up i.e. its content will be swapped
by the content of another table when it is empty.
This can be used to serve static content when a dynamic service goes down.
See
.Xr hoststated.conf 5
for a more detailed explanation of how to configure
.Nm .
.Pp
.Xr hoststatectl 8
can be used to enable or disable hosts, tables, and services as well
as showing the current status of each object.
.Pp
The options are as follows:
.Bl -tag -width Ds
.It Fl d
Do not daemonize.
If this option is specified,
.Nm
will run in the foreground and log to
.Em stderr .
.It Fl f Ar file
Specify an alternative configuration file.
The default is
.Pa /etc/hoststated.conf .
.It Fl n
Configtest mode.
Only check the configuration file for validity.
.It Fl v
Produce more verbose output.
.El
.Sh FILES
.Bl -tag -width "/var/run/hoststated.sockXX" -compact
.It /etc/hoststated.conf
Default
.Nm
configuration file.
.It /var/run/hoststated.sock
Unix-domain socket used for communication with
.Xr hoststatectl 8 .
.El
.Sh SEE ALSO
.Xr hoststated.conf 5 ,
.Xr hoststatectl 8