blob: b6fd9f17fe2809cbe3f7195019f0c478364d2d5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# setnet.sh #
This is a simple bash+dialog 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.
## Dependencies ##
setnet.sh depends on the following packages:
- bash (maybe dash/sh could be enough...)
- dialog
- wpa_supplicant
- dhclient
- iproute2
|