05/01/2021, 17:46:34
Hello
Alors le bridge a été configuré par défaut lors de l'install du Proxmox en suivant un tuto (https://chrtophe.developpez.com/tutoriels/proxmox/#L6). J'ai juste ajouté le Vlan Awareness
Et ci-dessous le contenu de mon fichier Interfaces:
Alors le bridge a été configuré par défaut lors de l'install du Proxmox en suivant un tuto (https://chrtophe.developpez.com/tutoriels/proxmox/#L6). J'ai juste ajouté le Vlan Awareness
Et ci-dessous le contenu de mon fichier Interfaces:
Code :
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
iface enp7s0 inet manual
iface enp8s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.10.70.200
netmask 255.255.255.0
gateway 10.10.70.1
bridge-ports enp7s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes