It would be useful to make radvd announce on all ppp interfaces (with exceptions), so I&#39;m not sure if this config format would work:<br><div class="gmail_quote"><br>interface ppp0<br>{<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AdvSendAdvert off; // off is the default, so in fact you could remove this entry and have a totally blank interface<br>

};<br>interface ppp+<br>{<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AdvSendAdvert on;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; prefix 3ffe:1234:5678:9abc::/64<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AdvOnLink on;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AdvAutonomous on;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; };<br>};<br><br>The interface naming borrows from iptables (ppp+ matches ^ppp.*$) an alternative would be to use regex in the config file. First interface name matched &#39;wins&#39;. Idealy radvd should automagically noticed when new ppp interfaces appear and disappear and start using them (much like IgnoreIfMissing works), although I&#39;m happy with SIGHUP notifications too.<br>
<br></div>-- <br>- Norman Rasmussen<br> - Email: <a href="mailto:norman@rasmussen.co.za">norman@rasmussen.co.za</a><br> - Home page: <a href="http://norman.rasmussen.co.za/">http://norman.rasmussen.co.za/</a>