Enviado em 11/03/2021 - 16:20h
Olá Boa Tarde,# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug enp0s3
auto enp0s3
iface enp0s3 inet dhcp
allow-hotplug enp0s8
auto enp0s8
iface enp0s8 inet static
address 192.168.1.1
netmask 255.255.255.0
# Defaults for isc-dhcp-server (sourced by /etc/init.d/isc-dhcp-server)
# Path to dhcpd's config file (default: /etc/dhcp/dhcpd.conf).
#DHCPDv4_CONF=/etc/dhcp/dhcpd.conf
#DHCPDv6_CONF=/etc/dhcp/dhcpd6.conf
# Path to dhcpd's PID file (default: /var/run/dhcpd.pid).
#DHCPDv4_PID=/var/run/dhcpd.pid
#DHCPDv6_PID=/var/run/dhcpd6.pid
# Additional options to start dhcpd with.
# Don't use options -cf or -pf here; use DHCPD_CONF/ DHCPD_PID instead
#OPTIONS=""
# On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
# Separate multiple interfaces with spaces, e.g. "eth0 eth1".
INTERFACESv4="enp0s8"
INTERFACESv6="enp0s8"
ddns-update-style none;
authoritative;
log-facility local7;
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.2 192.168.1.255;
option domain-name-server 192.168.1.1;
option domain-name "internal.example.org";
option routers 192.168.1.1;
option broadcast-address 192.168.1.255;
default-lease-time 600;
max-lease-time 7200;
}
isc-dhcp-server[1243]: /etc/dhcp/dhcpd.conf line 12: semicolon expected.
mar 11 15:54:47 ZABBIX isc-dhcp-server[1243]: option
mar 11 15:54:47 ZABBIX isc-dhcp-server[1243]: ^
mar 11 15:54:47 ZABBIX dhcpd[1253]: Configuration file errors encountered -- exiting
mar 11 15:54:47 ZABBIX isc-dhcp-server[1243]: Configuration file errors encountered -- exiting
mar 11 15:54:47 ZABBIX dhcpd[1253]:
mar 11 15:54:47 ZABBIX systemd[1]: isc-dhcp-server.service: Control process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- An ExecStart= process belonging to unit isc-dhcp-server.service has exited.
--
-- The process' exit code is 'exited' and its exit status is 1.
mar 11 15:54:47 ZABBIX isc-dhcp-server[1243]: If you think you have received this message due to a bug rather
mar 11 15:54:47 ZABBIX isc-dhcp-server[1243]: than a configuration issue please read the section on submitting
mar 11 15:54:47 ZABBIX isc-dhcp-server[1243]: bugs on either our web page at www.isc.org or in the README file
mar 11 15:54:47 ZABBIX isc-dhcp-server[1243]: before submitting a bug. These pages explain the proper
mar 11 15:54:47 ZABBIX isc-dhcp-server[1243]: process and the information we find helpful for debugging.
mar 11 15:54:47 ZABBIX isc-dhcp-server[1243]: exiting.
mar 11 15:54:47 ZABBIX dhcpd[1253]: If you think you have received this message due to a bug rather
mar 11 15:54:47 ZABBIX systemd[1]: isc-dhcp-server.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- The unit isc-dhcp-server.service has entered the 'failed' state with result 'exit-code'.
mar 11 15:54:47 ZABBIX dhcpd[1253]: than a configuration issue please read the section on submitting
mar 11 15:54:47 ZABBIX systemd[1]: Failed to start LSB: DHCP server.
-- Subject: A unidade isc-dhcp-server.service falhou
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- A unidade isc-dhcp-server.service falhou.
--
-- O resultado é failed.
mar 11 15:54:47 ZABBIX dhcpd[1253]: bugs on either our web page at www.isc.org or in the README file
mar 11 15:54:47 ZABBIX dhcpd[1253]: before submitting a bug. These pages explain the proper
mar 11 15:54:47 ZABBIX dhcpd[1253]: process and the information we find helpful for debugging.
mar 11 15:54:47 ZABBIX dhcpd[1253]:
mar 11 15:54:47 ZABBIX dhcpd[1253]: exiting.
Compartilhando a tela do Computador no Celular via Deskreen
Como Configurar um Túnel SSH Reverso para Acessar Sua Máquina Local a Partir de uma Máquina Remota
Configuração para desligamento automatizado de Computadores em um Ambiente Comercial
Como renomear arquivos de letras maiúsculas para minúsculas
Imprimindo no formato livreto no Linux
Vim - incrementando números em substituição
Efeito "livro" em arquivos PDF
Como resolver o erro no CUPS: Unable to get list of printer drivers
verificar se uma fonte já esta instalada (30)
Configuração de impressora térmica (0)
Linux mint está congelando/tr... (3)
[Python] Automação de scan de vulnerabilidades
[Python] Script para analise de superficie de ataque
[Shell Script] Novo script para redimensionar, rotacionar, converter e espelhar arquivos de imagem
[Shell Script] Iniciador de DOOM (DSDA-DOOM, Doom Retro ou Woof!)
[Shell Script] Script para adicionar bordas às imagens de uma pasta