Bonjour,
J’ai installé un Yunohost pour faire une installation standard sur un pc derrière ma freebox ultra. Avec un nom le domaine : essaimw.nohost.me. Il faudra donc que ce pc soit accessible de l’extérieur.
Ma configuration réseau est celle-ci :
Je souhaiterais paramétrer mon PC Yuno avec l’IP fixe 192.168.1.110.
Pour l’instant mon fichier interface contient :
# 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
# The primary network interface
allow-hotplug enp2s0
iface enp2s0 inet dhcp
# This is an autoconfigured IPv6 interface
iface enp2s0 inet6 auto
Il faut donc remplacer les lignes :
# The primary network interface
allow-hotplug enp2s0
iface enp2s0 inet dhcp
Par :
allow-hotplug enp2s0
iface enp2s0 inet static
address 192.168.1.110/24
gateway 192.168.1.254
dns-nameservers PEUT-ETRE 192.168.1.254 1.1.1.1
dns-domain PEUT-ETRE essaimw.nohost.me
Je ne sais pas comment remplir les deux dernières lignes. Pourriez-vous m’aider à ce sujet ? En vous remerciant.