net
This commit is contained in:
parent
80c6235e1b
commit
5a299eeade
6 changed files with 4 additions and 1 deletions
27
in/public/network/isc-dhcp-server/index.rst
Normal file
27
in/public/network/isc-dhcp-server/index.rst
Normal file
|
@ -0,0 +1,27 @@
|
|||
###############
|
||||
ISC-DHCP-server
|
||||
###############
|
||||
|
||||
*************
|
||||
Configuration
|
||||
*************
|
||||
|
||||
* /etc/dhcp/dhcpd.conf
|
||||
|
||||
::
|
||||
|
||||
option domain-name "sub.domain.tld";
|
||||
option domain-name-servers 1.2.3.200;
|
||||
|
||||
default-lease-time 600;
|
||||
max-lease-time 7200;
|
||||
|
||||
authoritative;
|
||||
|
||||
subnet 1.2.3.0 netmask 255.255.255.0 {
|
||||
range 1.2.3.123 1.2.3.128;
|
||||
}
|
||||
host name {
|
||||
hardware ethernet 01:23:45:67:89:ab;
|
||||
fixed-address 1.2.3.4;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue