On Feb 11, 2008 4:49 PM, Pekka Savola &lt;<a href="mailto:pekkas@netcore.fi">pekkas@netcore.fi</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
(Regarding the comment on unicastOnly and timeouts, you may want to<br>run tcpdump and capture icmp6 traffic to make sure the right kind of<br>periodic RA traffic is being exchanged over the link.)<br></blockquote><div><br>
will do<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">The thing that I didn&#39;t understand and I don&#39;t think you explained is<br>
how different clients, if they connect simultanously, are going to<br>work if you advertise every one of them the same prefix?<br></blockquote><div><br>in the ipv6-up script I:<br>&nbsp;&nbsp; ip route add $PREFIX${PPP_REMOTE#fe80:} dev ${PPP_IFACE}<br>
(which strips the link local address, and prepends it with my global prefix)<br><br>so that data meant for that machine goes down the correct ppp interface.<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I think you&#39;ll end up in a configuration where every client must have<br>its own prefix making the feature request unnecessary; the advertised<br>prefix could be dynamic (relatively easy if the ppp interfaced are<br>created in sequential order) or static (probably more difficult unless<br>
pppd allows creating differently named interfaces for each of your<br>users and/or have scripting that rewrites the radvd configuration<br>based on AAA database information about prefixes).<br></blockquote></div><br>at the moment I only have a /64, so I can&#39;t carve up my allocated space even if I wanted to :-(<br clear="all">
<br>I could just create a script to list all the interfaces that could ever be used, and it&#39;ll pick up the ones that are active.<br><br>-- <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>