Notes on using Miredo with ANGEL APPLICATION

To protect from unsollicited/unwanted traffic, additional firewall rules must be inserted. To automate the firewall settings, Miredo can execute arbitrary commands when starting and when shutting down using the /etc/miredo.conf settings CommandUp and CommandDown.

Mac OS X

Download Miredo and install (provided by Robert Quattlebaum).

Save this firewall shell script in /usr/local/bin/. Give it the correct Unix permission 755 and edit /etc/miredo.conf and change the keys CommandUp and CommandDown to these:

CommandUp /usr/local/bin/miredo_osx_angelappfw.sh start
CommandDown /usr/local/bin/miredo_osx_angelappfw.sh stop

Also, for now, we recommend using the Microsoft Teredo server "teredo.ipv6.microsoft.com" because the one at remlab.net is meant to be used by the development community and not meant for production.

For more first hand information see the Miredo website.

Documentation/Networking/Miredo (last edited 2007-11-27 16:19:07 by etoy.POL)