
<?
require_once("../format.inc.php");
write_header("Nautilus6 - NEPL Enhancements", "nepl");
write_title("NEPL Enhancements");
?> 

<div class="section" lang="en">
<p>
	NEPL-SE proposes some new features to NEPL (NEMO Platform for Linux).
	<font color="red">NEPL SE is now obsolete, it is adviced to use the
	implementation available on <a href="http://software.nautilus6.org/NEPL-UMIP/">
	this page</a>.</font>
</p>

<p>
	NEPL-SE is originally based on MIPL2-RC3. The code was ported from the  
	<a href="http://www.mobile-ipv6.org/software/snapshots.html">
	nightly NEPL snapshot</a> 
	(currently the <b>nemo-20051101</b> snap) to the 
	<a href="http://www.mobile-ipv6.org/software/">
	MIPL2-RC3 release</a>.
</p>

<p>
	NEPL-SE also includes some small fixes from the nightly MIPL2 snapshot, 
	and aims to include the following features:
</p>

<p>
<ul>
	<li>
	Mobile Network Prefix Delegation, from 
	<a href="http://tools.ietf.org/html/draft-ietf-nemo-prefix-delegation-00">
	draft-ietf-nemo-prefix-delegation-00</a>,
	</li>
	<li>
	Some basic interface preferences mechanism.
	</li>
</ul>
</p>

<br>
<h3>Documentation and Support</h3>
<p>
	The <a href="http://www.nautilus6.org/doc/nepl-howto/">
	NEPL (NEMO Platform for Linux) HOWTO</a> will show you how to setup step-by-step 
	a NEPL test platform.
</p>

<p>
	<b>The features implemented in NEPL-SE are still experimental, and may not work as 
	expected.</b>
	Please read carefully the documentation included in the packages. For any questions or 
	bug report regarding those features, please send a mail on our 
	<a href="http://ml.nautilus6.org/mailman/listinfo">support mailing list</a>. 
	As those features are not supported by the MIPL2 developpers, please do not 
	complain on the MIPL2 mailing list. For the latest news regarding the development 
	of those features, please subscribe to our 
	<a href="http://ml.nautilus6.org/mailman/listinfo">announce mailing list</a>.
</p>

<br>
<h3>Download</h3>
<p>
<ul>
	<li><a href="http://software.nautilus6.org/packages/NEPL/NEPL-SE-1.0.tar.bz2">NEPL-SE 1.0</a><br>
	This package does not include any of the features described above.<br>
	This is the core of the system on which are based the enhancements.<br>
	<b>This package needs the MIPL2-RC3 kernel patch to work properly.</b> Please download it 
	<a href="http://www.mobile-ipv6.org/software/download/mipv6-2.0-rc3-linux-2.6.11.patch.gz">here</a>.<br>
	This package will be from time to time upgraded and aims to be replaced by the 
	<a href="http://www.mobile-ipv6.org">official NEPL package</a>.
	</li>
</ul>
<ul>
	<li><a href="http://software.nautilus6.org/packages/NEPL/NEPL-SE-PrefixDelegation-20051202.tar.bz2">
	Mobile Network Prefix Delegation for NEPL-SE-1.0</a> <b>[Pre-release 1, v20051202]</b><br>
	This package includes Prefix Delegation to NEPL-SE-1.0 as well as the interface preference 
	mechanism described below. Apply the patch against
	<a href="http://software.nautilus6.org/packages/NEPL/NEPL-SE-1.0.tar.bz2">NEPL-SE 1.0</a>
	and read carefully the <b>README.txt</b> file included in the package in order to configure 
	Prefix Delegation for your Home Agent and Mobile Router. For the interface preference mechanism, 
	read carefully the <b>BUGS</b> file and <b>nemod.conf</b> manpage (included in NEPL-SE, after 
	patching) to configure your multihomed node.
	</li>
</ul>
<ul>
	<li><a href="http://software.nautilus6.org/packages/quagga/quagga-0.99.2-netlink-rtadv.tar.bz2">
	Dynamic prefix advertisement for Quagga/rtadv</a> 
	<b>[Last update: 2005-12-21]</b><br> 
	This package can be used when using Prefix Delegation for NEPL.<br>
	Prefix Delegation for NEMO automatically configures new addresses on the 
	Mobile Router's ingress interface. This package allows <b>rtadv</b> 
	(Quagga's router advertisement daemon) to automatically advertise the prefixes 
	related to the new addresses configured on an interface. Download the 
	<a href="http://software.nautilus6.org/packages/quagga/quagga-0.99.2-netlink-rtadv.tar.bz2">
	package</a> and read carefully the <b>README.txt</b> file.
	</li>
</ul>
<ul>
	<li><a href="http://software.nautilus6.org/packages/NEPL/patch-NEPL-SE-1.1-ifpref.patch">
	Interface Preference patch for NEPL-SE-1.0</a><br>
	This patch adds some interface preference for multihomed MRs and MNs to NEPL-SE-1.0.<br>
	Apply this patch against 
	<a href="http://software.nautilus6.org/packages/NEPL/NEPL-SE-1.0.tar.bz2">NEPL-SE 1.0</a>
	then read carefully the <b>BUGS</b> file and <b>nemod.conf</b> manpage to configure your 
	multihomed node.<br>
	</li>
</ul>
</p>

<br><br>

<?
write_footer("Romain KUNTZ" , "2005/11/07");
?> 
