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

NetworkManager nmcli Command Generator

Build a bounded `nmcli connection add` command from explicit interface fields without running it.

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 command

Notes

How it works

This generator targets NetworkManager 1.30 and later property names (ipv4.*, ipv6.*, ethernet.mtu, connection.autoconnect). It renders a single `nmcli connection add` invocation as a shell command and an argv list from an interface name, addressing method per family, static addresses, gateways, DNS servers, search domains, MTU, and an optional 802.1Q VLAN. DNS servers are split by address family into ipv4.dns and ipv6.dns because NetworkManager keeps resolvers per family. The tool never runs nmcli, never reads an existing connection profile, and never contacts a network device; review the command before running it, because `nmcli connection add` creates a persistent connection profile on the machine it runs on.