networkctl/README.md

40 lines
860 B
Markdown
Raw Permalink Normal View History

2019-10-08 01:21:27 +02:00
# networkctl
This software replaces networkmanager.
Usage:
```sh
networkctl up
networkctl down
networkctl list
# simulate the network start: print every command
networkctl -s up
# choose software to use instead of the auto-detected ones
networkctl -n ip -d udhcpc up
# start a single interface
networkctl up eth0
```
# tested on
* Linux: ifconfig, ip, dhclient, iw, wpa\_supplicant
* Busybox: busybox (ifconfig, ip, udhcpc), iw, wpa\_supplicant
2019-10-08 01:24:49 +02:00
* OpenBSD: ifconfig, dhclient
2019-10-08 01:21:27 +02:00
# todo
2019-10-08 01:28:33 +02:00
1. bugfix with ifconfig: aliasses create a new interface, they are not put down
2019-10-08 01:21:27 +02:00
2. wifi (iw, ifconfig, wpa\_supplicant...)
2019-10-08 01:28:33 +02:00
3. better cli: `networkctl (up|down|list) interface`, and searching in /etc for network files by default
2019-10-08 01:21:27 +02:00
4. wifi reconnection on error
2019-10-08 01:28:33 +02:00
5. launching arbitrary code with the "!command" syntax
6. bridge
7. vlan
8. (linux only) network namespaces