Olá Galera.
Estou com um problema com uma rede de classe A, usando Debian Stable, gostaria que alguem me ajudase.
Estou tentando ligar o DHCP mais não esta dando certo. e da a seguinte mensagem.
# dhcpd restart
Internet Software Consortium DHCP Server 2.0pl5
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.
Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html
No subnet declaration for restart (0.0.0.0).
Please write a subnet declaration in your dhcpd.conf file for the
network segment to which interface restart is attached.
exiting.
======== > Meu arquivo /etc/network/interface < =============
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# Placa de Rede INTRANET eth0
auto eth0
iface eth0 inet static
address 20.1.1.1
netmask 255.0.0.0
gateway 20.1.1.1
network 20.0.0.0
# Placa de Rede INTERNET eth1
auto eth1
iface eth1 inet dhcp
======== > Meu arquivo /etc/dhcpd.conf < =============
default-lease-time 600;
max-lease-time 7200;
# ddns-update-style 200.250.8.4 200.250.8.3;
option domain-name-servers 20.0.0.1;
option broadcast-address 255.255.255.255;
option subnet-mask 255.0.0.0;
option routers 20.1.1.1;
subnet 20.0.0.0 netmask 255.0.0.0 {
range 20.1.1.10 20.1.1.254;
}
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
Apagar Todo o Histórico do Terminal
Linux Mint: Zram + Swapfile em Btrfs
Pendrive do Ubuntu 24.04 travando ao tentar fazer a instalação dual bo... (4)
Instalar Dual Boot, Linux+Windows. (14)
queria saber de uma coisa sobre o steam e derivados (3)
tentei instalar o steam pelo terminal, agora ele não abre (3)









