Somewhat simple shell script to configure and manage network interfaces via a TUI - Fork of Devuan's setnet.sh
Go to file
Aoi Koizumi (古泉 あおい) 5cdf66cf48 Added .desktop file 2021-08-17 00:58:37 +00:00
ChangeLog Added .desktop file 2021-08-17 00:58:37 +00:00
LICENSE add LICENSE 2019-04-17 22:25:34 +01:00
Makefile git-prune: not as tasty as git-cherry, but much better for you 2021-08-15 17:40:43 +00:00
README.md Updated README.md 2017-01-29 18:22:00 +00:00
setnet.8 Version 0.4 2018-05-03 12:41:47 +01:00
setnet.8.gz See the changelog for changes 2021-08-13 10:50:39 -03:00
setnet.8.html See the changelog for changes 2021-08-13 10:50:39 -03:00
setnet.desktop Added .desktop file 2021-08-17 00:58:37 +00:00
setnet.sh We're gits on the moon! We format our patches! But there ain't no stashes so we code bad branches and rebase our commits! 2021-08-16 02:10:04 +00:00
setnetrc towards setnet-0.4 2017-12-14 19:57:27 +00:00
wpa_setnet.conf wtf is this cr*p 2021-08-14 17:47:07 +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