setnet/README.md

21 lines
434 B
Markdown
Raw 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
wi-fi networks (WPA/WPA2/ESS), using either static or dhcp-based IP
configuration.
## Dependencies ##
setnet.sh depends on the following packages:
2017-01-05 00:18:31 +00:00
- a standard posix shell
(tested with bash, busybox, dash, ksh, mksh, posh, and yash)
2016-12-30 22:01:43 +00:00
- dialog
- wpa_supplicant
- dhclient
- iproute2
2017-01-05 00:18:31 +00:00