hi,<br>i am running Fedora Core 5<br>here is my radvd.conf<br><br>interface eth0<br>{<br>&nbsp;&nbsp; AdvReachableTime 300;<br>&nbsp;&nbsp; AdvSendAdvert on;<br>&nbsp;&nbsp; AdvIntervalOpt on;<br>&nbsp;&nbsp; MinRtrAdvInterval 3;<br>&nbsp;&nbsp; MaxRtrAdvInterval 10;<br>&nbsp;&nbsp; HomeAgentLifetime 100;
<br>&nbsp;&nbsp; HomeAgentPreference 20;<br>#&nbsp;&nbsp; AdvHomeAgentInfo on;<br>&nbsp;&nbsp; prefix 2001:620:500::1/64<br>&nbsp;&nbsp; {<br>&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; AdvAutonomous on;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AdvRouterAddr on;<br>&nbsp;&nbsp; };<br>};<br><br>
here is how i execute radvd-0.9.1<br><br>&nbsp;radvd -d 5 -m logfile -l logbook<br><br>my sysctl -w net.ipv6.conf.all.forwarding=0 is by default<br><br>i execute radvd without setting forwarding to 1 at node-1, node-1 auto-configures itself (strange!!) and does not auto-configures node-2
<br><br>ok, i terminate radvd thread set sysctl -w net.ipv6.conf.all.forwarding=1, it stops autoconfiguring itself but does not autoconfigures the other node as well.<br><br>However, if i reboot the system, set sysctl -w 
net.ipv6.conf.all.forwarding=1 and then run radvd it would work properly autoconfiguring the other node<br><br>any ideas about this strange behaviour<br><br>thanks in advance<br><br>Junaid<br>