Skip to content
QKQuickKit日本語
Infrastructure ConfigLOCALRuns in your browserInput may contain sensitive information

Netplan Configuration Generator

Build a bounded, review-only netplan YAML file for one interface from explicit fields.

This tool handles input and primary processing in your browser and is designed not to send the input to QuickKit’s server.

Avoid live production secrets; use dummy or masked data where possible. Data handling details

Generated netplan configuration

Notes

How it works

Targets netplan 0.104+ (Ubuntu 22.04 LTS and later). Default routes are always written as a `routes:` list entry (needs netplan 0.103+); this generator never emits the deprecated `gateway4`/`gateway6` keys. A VLAN adds a stub `ethernets:` entry for the parent link plus a `vlans:` entry for the tagged interface, because netplan requires the link device to be defined. This page only renders YAML text: it does not run `netplan apply` or `netplan try`, does not read or merge any existing `/etc/netplan/*.yaml` file, and does not contact a host. Review the output and the target netplan version before applying it.