Aller au contenu

Retour au projet 3CX


Configuration de l'Hyperviseur Proxmox

#### Built-in I/O ####

auto lo
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual

#### VMBR0 ####

auto vmbr0
iface vmbr0 inet manual
        bridge-ports eno4
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 3100-3199

#### MGMT INTERFACE ####
auto mgmtres
iface mgmtres inet static
        address 10.31.30.221/24
        gateway 10.31.30.254
        vlan-id 3130
        vlan-raw-device vmbr0

Haut de la page