blob: a392ab859079eeb65352a86b773a621a8eac570e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# setnet.sh #
This is a simple shell script to configure and manage network
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.
For more information, please visit the webpage:
[http://kalos.mine.nu/setnet](http://kalos.mine.nu/setnet)
## Dependencies ##
setnet.sh depends on the following packages:
- a standard posix shell
(tested with bash, busybox, dash, ksh, mksh, posh, and yash)
- dialog
- wpa_supplicant
- dhclient
- iproute2
|