« Proxmox 8 » : différence entre les versions

Aller à la navigation Aller à la recherche
31 octets ajoutés ,  6 février 2022
Ligne 166 : Ligne 166 :
<pre>mount /boot/efi</pre>
<pre>mount /boot/efi</pre>


/etc/network/interfaces :
Configurez les interfaces réseaux dans <code>/etc/network/interfaces</code> :
<pre>
<pre>
# The loopback network interface
# The loopback network interface
Ligne 172 : Ligne 172 :
iface lo inet loopback
iface lo inet loopback


auto eth0
auto eno3
iface eth0 inet static
iface eno3 inet static
         address XXXX
         address XXXX/24
        netmask 255.255.255.0
        network XXXX
        broadcast XXXX
         gateway XXXX
         gateway XXXX
</pre>
</pre>


/etc/hosts:
Configurez le fichier <code>/etc/hosts</code> :
<pre>
<pre>
# Do not remove the following line, or various programs
# Do not remove the following line, or various programs
# that require network functionality will fail.
# that require network functionality will fail.
127.0.0.1      localhost.localdomain localhost
127.0.0.1      localhost.localdomain localhost
ipdelamachine    machine.domain.tld machine
ipdelamachine    proxmox.domain.tld proxmox pvelocalhost
# The following lines are desirable for IPv6 capable hosts
# The following lines are desirable for IPv6 capable hosts
#(added automatically by netbase upgrade)
#(added automatically by netbase upgrade)
4 231

modifications

Menu de navigation