Dhcp (dhcpd.conf)
Config DHCP
Categoria: Networking
Software: Dhcp
[ Hits: 6.689 ]
Por: Perfil removido
Configuração Simples
# /etc/dhcpd.conf
# DHCPD Configuration File
# Version: 1.00-1
ddns-update-style none;
max-lease-time 120000;
default-lease-time 120000;
option domain-name "ns.yourdomain";
subnet 20.0.0.0 netmask 255.255.255.0 {
authoritative;
option subnet-mask 255.255.255.0;
#option netbios-name-servers 20.0.0.1;
option domain-name-servers 20.0.0.1, 8.8.8.8;
option routers 20.0.0.1;
range 20.0.0.50 20.0.0.90;
}
host posseidon {
hardware ethernet 00:15:AF:32:D6:EE;
fixed-address 20.0.0.100;
}
Gentoo binário em 2026: UEFI, LUKS, Btrfs e Systemd
Trabalhando Nativamente com Logs no Linux
Jogando Daikatana (Steam) com Patch 1.3 via Luxtorpeda no Linux
LazyDocker – Interface de Usuário em Tempo Real para o Docker
Usando dracut e dispensando genkernel no Gentoo + LUKS + Btrfs
Curso GRÁTIS: OCS Inventory NG - Do Deploy ao Hardening com foco em Segurança da Informação!
Instalando fontes via script no Nautilus Scripts no Gnome do Debian 13
O que houve com slackware ??? (3)
Pendrive do Ubuntu 24.04 travando ao tentar fazer a instalação dual bo... (5)









