Skip to content

Netplan Config Generator

Generateur de configuration Netplan pour Ubuntu 18.04+.

Configuration reseau

ens160, eth0, enp0s3, etc.

Options avancees

N'attend pas cette interface au boot

Configuration additionnelle

Configuration generee

# netplan config

Application

# Commandes

Presets courants

DHCP Simple

Config automatique

IP Statique

Serveur classique

Dual Stack

IPv4 + IPv6

Bond Active-Backup

HA reseau

Bridge KVM

Pour VMs

VLAN

Interface tagguee


Commandes utiles

# Valider la syntaxe
sudo netplan generate

# Tester (rollback auto 120s)
sudo netplan try --timeout 120

# Appliquer
sudo netplan apply

# Debug
sudo netplan --debug apply

# Statut interface
networkctl status
ip addr

Voir aussi