
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;
}
Cirurgia para acelerar o openSUSE em HD externo via USB
Void Server como Domain Control
Modo Simples de Baixar e Usar o bash-completion
Monitorando o Preço do Bitcoin ou sua Cripto Favorita em Tempo Real com um Widget Flutuante
[Resolvido] VirtualBox can't enable the AMD-V extension
Como verificar a saúde dos discos no Linux
Como instalar , particionar, formatar e montar um HD adicional no Linux?
Como automatizar sua instalação do Ubuntu para desenvolvimento de software.









