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;
}
tux-gpt - Assistente de IA para o Terminal
Instalação e configuração do Chrony
Programa IRPF - Guia de Instalação e Resolução de alguns Problemas
Como instalar no Linux Jogos da Steam só para Windows
Instalando o Team Viewer no Debian Trixie - problema no Policykit
O Que Fazer Após Instalar Ubuntu 25.04
Copiar Layout do Teclado para aplicar em outra Distribuição (6)
Alguém poderia me ajudar a escolher peças pra montar um desktop? [RESO... (34)