First Commit

This commit is contained in:
KatolaZ 2016-12-30 22:01:43 +00:00
commit 065cb94517
3 changed files with 1157 additions and 0 deletions

18
README.md Normal file
View File

@ -0,0 +1,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

1120
setnet.sh Executable file

File diff suppressed because it is too large Load Diff

19
setnetrc Normal file
View File

@ -0,0 +1,19 @@
##
##
## setnetrc -- configuration file for setnet
##
##
##
## The default configuration file for wpa_supplicant
##
WPA_FILE=./wpa_supplicant.conf
##
## Logfile
##
LOGFILE=./setnet_log