mirror of
https://git.baguette.netlib.re/Baguette/networkctl
synced 2024-12-18 13:03:30 +00:00
readme
This commit is contained in:
parent
1ec7ca7990
commit
b0069b74f6
38
README.md
Normal file
38
README.md
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
# 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
|
||||||
|
* OpenBSD: ifconfig
|
||||||
|
|
||||||
|
|
||||||
|
# todo
|
||||||
|
|
||||||
|
1. ifconfig: aliasses create a new interface, they are not put down
|
||||||
|
2. wifi (iw, ifconfig, wpa\_supplicant...)
|
||||||
|
3. better cli
|
||||||
|
4. wifi reconnection on error
|
||||||
|
5. bridge
|
||||||
|
6. vlan
|
||||||
|
7. network namespaces
|
Loading…
Reference in New Issue
Block a user