Somewhat simple shell script to configure and manage network interfaces via a TUI - Fork of Devuan's setnet.sh
Go to file
KatolaZ ce29fd6f30 Deb package version 0.3 2017-01-29 18:15:55 +00:00
debian_package Deb package version 0.3 2017-01-29 18:15:55 +00:00
ChangeLog Version 0.3 2017-01-29 15:20:14 +00:00
Makefile Deb package version 0.3 2017-01-29 18:15:55 +00:00
README.md Added reference to website in README.md 2017-01-05 08:27:41 +00:00
setnet.8 Version 0.3 2017-01-29 15:20:14 +00:00
setnet.8.gz Version 0.3 2017-01-29 15:20:14 +00:00
setnet.8.html Deb package version 0.3 2017-01-29 18:15:55 +00:00
setnet.sh Version 0.3 2017-01-29 15:20:14 +00:00
setnetrc Package created for version 0.2.1 2017-01-07 23:57:54 +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