Somewhat simple shell script to configure and manage network interfaces via a TUI - Fork of Devuan's setnet.sh
Go to file
KatolaZ 8962c041aa posix-compliant. Works on bash, busybox, dash, ksh, pos, yash 2017-01-02 00:10:29 +00:00
debian_package corrected a typo in "Depends:" 2016-12-31 00:15:34 +00:00
README.md First Commit 2016-12-30 22:01:43 +00:00
setnet.dash posix-compliant. Works on bash, busybox, dash, ksh, pos, yash 2017-01-02 00:10:29 +00:00
setnet.sh Towards a posix-compliant version 2017-01-01 12:56:31 +00:00
setnetrc First Commit 2016-12-30 22:01:43 +00:00

README.md

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