setnet/README.md

24 lines
801 B
Markdown
Raw Permalink Normal View History

2016-12-30 22:01:43 +00:00
# setnet.sh #
2017-01-05 00:18:31 +00:00
This is a simple shell script to configure and manage network
2016-12-30 22:01:43 +00:00
interfaces. At the moment, it is only able to bring up ethernet and
2017-01-29 18:22:00 +00:00
wi-fi networks (WPA-Personal and WPA-Enterprise), using either static
or dhcp-based IP configuration.
2016-12-30 22:01:43 +00:00
For more information, please visit the webpage:
[http://kalos.mine.nu/setnet](http://kalos.mine.nu/setnet)
2016-12-30 22:01:43 +00:00
## Dependencies ##
setnet.sh depends on the following packages:
2017-01-05 00:18:31 +00:00
- a standard posix shell
2017-01-29 18:22:00 +00:00
(tested with bash, busybox, dash, ksh, mksh, posh, yash, zsh)
2016-12-30 22:01:43 +00:00
- dialog
- wpa_supplicant
- iproute2
2021-09-01 19:55:05 +00:00
- a DHCP client (default is dhclient, but also [dhcpc](https://github.com/samueldotj/dhcp-client) , [dhcpcd](https://roy.marples.name/projects/dhcpcd/) and [udhcpc](https://busybox.net) are available as options with DHCPC=client at install time)
2017-01-29 18:22:00 +00:00
- iw