This is m0n0-shellpack version 0.3, a module that adds a bunch of shell related utilities to m0n0wall. This module can be useful if you have some kind of shell access to your m0n0wall, for example via the console or the associated m0n0-ssh module. The utilities include a better shell (tcsh), text-file related utilities (vi, more/less, grep family), ssh stuff (ssh, scp) and network utilities (tcpdump, traceroute). The complete list can be found in "system-file-list" and in the install-root/bin directory. To install: - Grab m0n0-inst-modules from http://www.xs4all.nl/~fredmol/m0n0 - run: m0n0-inst-modules -m 15k m0n0-image new-image-name m0n0-shellpack.tgz The distribution does _not_ include the utilities and related files. They are copied from the host system on which the installation is done, with one exception: the utilities in /bin are included, dynamically linked in order to save space. The list of files that is installed can be easily modified by modifying the file "system-file-list" in the tar file: mkdir myshellpack cd myshellpack tar xfz ../m0n0-shellpack.tgz cd .. # m0n0-inst-modules can install directories as well. m0n0-inst-modules m0n0-iso-image new-image-name myshellpack Requirements FreeBSD 4.10 perl (5.005_03 works for me) mkisofs vnconfig all the utilities that are to be installed Further information may be available at http://www.xs4all.nl/~fredmol/m0n0 Fred Mol fredmol@xs4all.nl