Aller au contenu

Proxmox VE - Création VLAN + Droit étudiant

Dans un premier temps, il faut créer le VNets alt text Par contre le switch ne connait pas le VLAN.

Sur un serveur, dans la zone carriat Ajout des droits avec le rôle pour le groupe AD. alt text

Création d’un pool pour l’étudiant et mise en place des droits alt text

Fenêtre de terminal
sys

Création du VLAN :

Fenêtre de terminal
vlan 10
description vLan Management

Ajout d’une IP sur l’interface

Fenêtre de terminal
interface Vlanif32
ip address 172.29.32.253 255.255.255.0
dhcp select relay
dhcp relay server-ip 172.29.30.1
q

Voir la configuration

Fenêtre de terminal
display current-configuration

Sauvegarde :

Fenêtre de terminal
<SW-CORE>save
Warning: The current configuration will be written to the device. Continue? [Y/N]:y
Now saving the current configuration to the slot 2 .
Info: Save the configuration successfully.
Now saving the current configuration to the slot 1 ..
Info: Save the configuration successfully.
<SW-CORE>