[NLUUG]   Welcome to ftp.vim.org,
Hosted by ftp.nluug.nl
Current directory: /ftp/os/Linux/distr/salix/sbo/13.37/network/miredo/
Contents of README:
Miredo is an opensource Teredo IPv6 tunneling software for Linux
and BSD operating systems. It includes functional implementations
of all components of the Teredo specification (client, relay and
server). It is meant to provide IPv6 connectivity even from
behind NAT devices.

This script requires a 'miredo' user/group to exist before running.
The recommended UID/GID is 255. You can create these like so:
  groupadd -g 255 miredo
  useradd -u 255 -g 255 -c "Teredo IPv6 Tunneling" -d /dev/null -s /bin/false miredo

Alternatively, you can fall back to default 'nobody' user by passing
NOBODY=yes to the script. However, this is less safe.

The following can be used to start/stop miredo automatically:
/etc/rc.d/rc.local
  if [ -x /etc/rc.d/rc.miredo ]; then
    /etc/rc.d/rc.miredo start
  fi

/etc/rc.d/rc.local_shutdown
  if [ -x /etc/rc.d/rc.miredo ]; then
    /etc/rc.d/rc.miredo stop
  fi

Icon  Name                                         Last modified      Size  
[DIR] Parent Directory - [TXT] README 26-Nov-2011 00:00 897 [   ] doinst.sh 26-Nov-2011 00:00 479 [TXT] miredo.SlackBuild 30-Apr-2012 05:51 3.2K [   ] miredo.info 30-Apr-2012 05:51 303 [   ] rc.miredo 26-Nov-2011 00:00 1.4K [TXT] slack-desc 30-Apr-2012 05:51 891

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!