forked from westermo/dhcp-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dhcp-helper.8
37 lines (34 loc) · 1012 Bytes
/
dhcp-helper.8
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
.TH DHCP-HELPER 8
.SH NAME
dhcp-helper \- A DHCP/BOOTP relay agent.
.SH SYNOPSIS
.B dhcp-helper
.I [OPTION]...
.SH "DESCRIPTION"
.BR dhcp-helper
is a DHCP and BOOTP relay agent. It listens for DHCP and BOOTP broadcasts on directly connected
subnets and relays them to DHCP or BOOTP servers elsewhere. It also relays replies from the remote
servers back to partially configured hosts. Once hosts are fully configured they can communicate
directly with their servers and no longer need the services of a relay.
.SH OPTIONS
dhcp-helper requires a configuration file to operate correctly. The
.B \-f
option is used to specify a configuration file.
.TP
.B \-f <file>
Specify the configuration file to be used.
.TP
.B \-d
Log all levels to stdout, used for debugging.
.TP
.B \-v
Report the software release version.
.TP
.B \-h
Show usage.
.SH NOTES
When running with a bridge, nftables is required.
.SH AUTHOR
Written by Jonas Johansson, Mattias Walström and Thomas Eliassson
.br
Original written by: Simon Kelley