Tâche #25093
Scénario #24946: EOLE 2.7 : Terminer la gestion du réseau avec netplan
La passerelle ne doit pas être configurée en cas de mode DHCP
Remaining (hours):
0.0
Associated revisions
netplan: set gateway only for static interface
Ref: #25093
History
#1 Updated by Daniel Dehennin about 5 years ago
- Status changed from Nouveau to En cours
- Assigned To set to Daniel Dehennin
#2 Updated by Daniel Dehennin about 5 years ago
- % Done changed from 0 to 100
- Remaining (hours) changed from 1.0 to 0.25
#3 Updated by Scrum Master about 5 years ago
- Status changed from En cours to Résolu
#4 Updated by Joël Cuissinat about 5 years ago
root@eolebase:~# cat /etc/netplan/00-eole.yaml network: version: 2 renderer: networkd ethernets: ens4: addresses: - 192.168.0.24/24 gateway4: 192.168.0.1 root@eolebase:~# CreoleSet eth0_method dhcp root@eolebase:~# CreoleCat -t 00-eole.yaml root@eolebase:~# cat /etc/netplan/00-eole.yaml network: version: 2 renderer: networkd ethernets: ens4: dhcp4: yes root@eolebase:~#
#5 Updated by Joël Cuissinat about 5 years ago
- Status changed from Résolu to Fermé
- Remaining (hours) changed from 0.25 to 0.0