Somewhat simple shell script to configure and manage network interfaces via a TUI - Fork of Devuan's setnet.sh
Go to file
KatolaZ 4e0c660c47 Changed VERSION to 0.3.1 2017-03-07 11:28:19 +00:00
debian_package Debian package release 0.3.1 2017-03-07 11:19:29 +00:00
ChangeLog Changelog 0.3.1 2017-03-07 11:24:04 +00:00
Makefile Deb package version 0.3 2017-01-29 18:15:55 +00:00
README.md Updated README.md 2017-01-29 18:22:00 +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 Changed VERSION to 0.3.1 2017-03-07 11:28:19 +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-Personal and WPA-Enterprise), 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, yash, zsh)
  • dialog
  • wpa_supplicant
  • dhclient
  • iproute2
  • iw