Enviado em 04/01/2024 - 16:39h
Montei um servidor com Debian 12 que tem 2 Placas de Rede:# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
#source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
auto enp2s0
iface enp2s0 inet dhcp
# address 192.168.25.2
# network 192.168.25.0
# broadcast 192.168.25.255
# netmask 255.255.255.0
# gateway 192.168.25.1
auto enp4s0
iface enp4s0 inet static
address 192.168.3.201/24
network 192.168.3.0
broadcast 192.168.3.255
netmask 255.255.255.0
# dhcpd.conf
option domain-name "quimicasegura.local";
option domain-name-servers 192.168.3.201, 8.8.8.8, 8.8.4.4;
default-lease-time 600;
max-lease-time 7200;
ddns-update-style none;
authoritative;
subnet 192.168.3.0 netmask 255.255.255.0 {
range 192.168.3.100 192.168.3.199;
option routers 192.168.3.201;
}
Conciliando o uso da ZRAM e SWAP em disco na sua máquina
Servidor de Backup com Ubuntu Server 24.04 LTS, RAID e Duplicati (Dell PowerEdge T420)
Visualizar câmeras IP ONVIF no Linux sem necessidade de instalar aplicativos
Proteja seu Linux Mint com o Timeshift: Restaure o sistema mesmo que ele não inicie!
Instalando Google Chrome no Debian 13
Erro de interface de Rede no Virt Manager dentro Debian 13 KDE (3)
Salvar estado da VM no virt-manager (4)