.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "DHCP-EDIT 8" .TH DHCP-EDIT 8 2024-02-29 "" "" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME dhcp\-edit \- add or and remove entries to/from dhcpd.conf .SH SYNOPSIS .IX Header "SYNOPSIS" dhcp-edit [OPTION] HOST MAC [IP] .SH DESCRIPTION .IX Header "DESCRIPTION" Add a new host entry to dhcpd.conf or remove an existing entry. Additionally restart DHCP daemon. .SH OPTIONS .IX Header "OPTIONS" .IP \fB\-d\fR 8 .IX Item "-d" Dry run. Do not change files. .IP \fB\-h\fR 8 .IX Item "-h" Print help. .IP \fB\-n\fR 8 .IX Item "-n" Do not restart DHCP daemon. .IP "\fB\-p\fR PATTERN" 8 .IX Item "-p PATTERN" Add new entry before line matching PATTERN .IP "\fB\-r\fR HOST|MAC" 8 .IX Item "-r HOST|MAC" Remove entry contain HOST or MAC address. .SH EXAMPLES .IX Header "EXAMPLES" dhcp-edit host mac .PP .Vb 2 \& Add entry using host and mac address using a fixed IP address. You \& have to define the IP address in /etc/hosts or similar service. .Ve .PP dhcp-edit host mac ip .PP .Vb 1 \& Add entry using host and mac address using the numerical IP address. .Ve .PP dhcp-edit \-r hostname|mac .PP .Vb 1 \& Remove line containing this hostname or mac address. .Ve .SH COPYRIGHT .IX Header "COPYRIGHT" This program is Copyright (C) 2010\-2015 by Thomas Lange