# 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](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 - iproute2 - a DHCP client (default is dhclient, but also [dhcpc](https://github.com/samueldotj/dhcp-client) , [dhcpcd](https://roy.marples.name/projects/dhcpcd/) and [udhcpc](https://busybox.net) are available as options with DHCPC=client at install time) - iw