This script is for Slackware 14.0 only and may be outdated.

SlackBuilds Repository

14.0 > Network > miredo (1.2.6)

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

Maintained by: Fridrich von Stauffenberg
Keywords: ipv6,tunnel,teredo
ChangeLog: miredo

Homepage:
http://www.remlab.net/miredo

Source Downloads:
miredo-1.2.6.tar.xz (5bcdbaced54f40b6cb1e9c9a8dbac411)

Download SlackBuild:
miredo.tar.gz
miredo.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
miredo.SlackBuild
miredo.info
rc.miredo
slack-desc

Validated for Slackware 14.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds