Tâche #17879
Scénario #17681: Assistance aux utilisateurs (45-47)
Étude de l’anomalie DHCP-Relay sur Amon
Status:
Fermé
Priority:
Normal
Assigned To:
Target version:
Remaining (hours):
0.0
Related issues
History
#1 Updated by Daniel Dehennin almost 7 years ago
- Project changed from Distribution EOLE to Amon
#2 Updated by Daniel Dehennin almost 7 years ago
J’ai monté une machine avec 90 VLANs :
- Ajouter une interface réseau à l’amon dans l’OpenNebula
- Configurer la nouvelle interface en mode manuel
PHY=eth4 cat > /etc/network/interfaces.d/test.conf <<EOF auto ${PHY} iface ${PHY} inet manual pre-up ip link set \${IFACE} up post-down ip link set \${IFACE} down EOF
- Configurer les 90 VLANs
PHY=eth4 for vlan in {10..99} do cat <<EOF auto ${PHY}.${vlan} iface ${PHY}.${vlan} inet static pre-up ip link add link ${PHY} name \${IFACE} type vlan id ${vlan} post-down ip link delete \${IFACE} address 10.1.${vlan}.1 netmask 24 EOF done >> /etc/network/interfaces.d/test.conf
- Sourcer le fichier de configuration dédié
cat >> /etc/network/interfaces <<EOF source /etc/network/interfaces.d/*.conf EOF
Et je reproduis bien le problème décris dans #17296.
#3 Updated by Daniel Dehennin almost 7 years ago
- % Done changed from 0 to 100
- Remaining (hours) changed from 3.0 to 0.25
Je suis en attente de retour des utilisateurs.
#4 Updated by Daniel Dehennin almost 7 years ago
- Status changed from Nouveau to En cours
#5 Updated by Scrum Master almost 7 years ago
- Status changed from En cours to Résolu
#6 Updated by Emmanuel GARETTE almost 7 years ago
- Status changed from Résolu to En cours
- % Done changed from 100 to 50
- Remaining (hours) changed from 0.25 to 1.0
Il y a des commentaires dans le scénario
#7 Updated by Daniel Dehennin almost 7 years ago
- Project changed from Amon to Distribution EOLE
- Status changed from En cours to Fermé
- Remaining (hours) changed from 1.0 to 0.0