Somewhat simple shell script to configure and manage network interfaces via a TUI - Fork of Devuan's setnet.sh
Go to file
KatolaZ 3fbc818cca Several fixes. Added manpage. 2017-01-07 23:18:56 +00:00
debian_package version 0.2 released 2017-01-05 00:15:33 +00:00
README.md Added reference to website in README.md 2017-01-05 08:27:41 +00:00
setnet.8 Several fixes. Added manpage. 2017-01-07 23:18:56 +00:00
setnet.8.gz Several fixes. Added manpage. 2017-01-07 23:18:56 +00:00
setnet.sh Several fixes. Added manpage. 2017-01-07 23:18:56 +00:00
setnetrc version 0.2 released 2017-01-05 00:15:33 +00:00

README.md

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

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