dom 23 maggio 2021, alle 17:38 (GMT+0200), [email protected] ha scritto: > [...] > Io cerco di recuperare le istruzioni per configurare la rete in modo manuale. > Ma se qualcuno si ricorda i comandi principali da dare รจ benvenuto.
In /etc/network/interfaces
## The primary network interface
allow-hotplug enpXXXX # interfaccia tirata su al boot (o al
# collegamento), sostituire enpXXXX con
# nome della tua ethernet
iface enpXXXX inet static # IP statico
address 192.168.1.YY/24 # IP che vuoi dare al PC
gateway 192.168.1.1 # IP del router
# dns-* options are implemented by the resolvconf package, if installed
# 208.67.222.222 = resolver1.opendns.com
# 8.8.8.8 = dns google
# 192.168.1.1 = dns router (che fa da mirror a quelli del mio
# provider)
dns-nameservers 208.67.222.222 8.8.8.8 192.168.1.1
OPPURE
allow-hotplug enpXXXX # XXXX il nome della tua ethernet
iface enpXXXX inet dhcp # IP tramite DHCP
man interfaces e https://wiki.debian.org/it/NetworkConfiguration
--
Cura ut valeas
Johan Haggi
ante diem decimum Kalendas Iunias MMDCCLXXIV ab Urbe condita
GPG digiti signum: 99C4 3015 CA2C 5F0B B9B2 0003 0814 F587 984F 91D3
signature.asc
Description: PGP signature

