DHCP Server (dhcpd.conf)
Servidor DHCP com distribuição de nomes e IP fixo atrelado ao MAC
Categoria: Networking
Software: DHCP Server
[ Hits: 10.236 ]
Por: Bruno "
Arquivo de configuração dhcp.conf com distribuição de nomes e máquinas com IPs fixos atrelados ao MAC.
Testado no Mandriva GNU/Linux.
deny unknown-clients; ddns-update-style none; max-lease-time 86400; default-lease-time 6400; option domain-name "meu.dominio"; option domain-name-servers 192.168.1.1; subnet 192.168.1.0 netmask 255.255.255.0 { option routers 192.168.1.1; option broadcast-address 192.168.1.255; range 192.168.1.10 192.168.1.180 } group { use-host-decl-names true; host nome { hardware ethernet 00:MAC:00:; fixed-address 192.168.1.1; } } # # A CONFIGURAÇÃO ABAIXO É PARA DAR NOME A MÁQUINAS COM IP FIXO # subnet 192.168.1.0 netmask 255.255.255.0 { option broadcast-address 192.168.1.255; use-host-decl-names true; host maquina01.meu.dominio { hardware ethernet 00:03-MAC; fixed-address 192.168.1.10; } host maquina02.meu.dominio { hardware ethernet 00:02-MAC; fixed-address 192.168.1.180; } }
Como aprovar Pull Requests em seu repositório Github via linha de comando
Como gerar um podcast a partir de um livro em PDF
Automatizando digitação de códigos 2FA no browser
Resolver problemas de Internet
Como compartilhar a tela do Ubuntu com uma Smart TV (LG, Samsung, etc.)
Como Definir o Painel Principal em Múltiplos Monitores no Linux Mint
Minecraft Launcher para Arch Linux
Instalar o Apache, MySQL e PHP no Oracle Linux 8
Resolvendo o erro "libQt6Widgets.so.6: cannot open shared object file" no Linux
Mouse bluetooth no Debian 12.10. (0)
Mouse bluetooth no Debian 12.10. (0)
tentando instalar em um notebook antigo o Linux LegacyOS_2023... (2)