Hi guys, here you are my scenario:<div><br></div><div><span style="font-family:'Times New Roman';background-color:rgb(255, 255, 255);font-size:medium"><pre>client -> relay -> router -> server</pre>
<pre><br></pre></span><span style="background-color:rgb(255, 255, 255)"><pre style="font-family:'Times New Roman';font-size:medium">The client and relay are ISC and on the same link.</pre>
<pre style="font-family:'Times New Roman';font-size:medium"><br></pre><pre style="font-family:'Times New Roman';font-size:medium">my dhcpd6.conf file:</pre><pre style="font-family:'Times New Roman';font-size:medium">
<br></pre><pre><font size="3">default-lease-time 600;
max-lease-time 7200;
log-facility local7;


subnet6  2001:760:2e04:f001:: /64 {

range6 2001:760:2e04:f001::10 2001:760:2e04:f001::15;

}




subnet6  2001:760:2e04:f000:: /64 {

range6 2001:760:2e04:f000::10 2001:760:2e04:f000::15;

}</font><font face="'Times New Roman'" size="3">
</font></pre><pre><font size="3"><br></font></pre><pre><font size="3">ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 00:0E:7F:FD:B7:F6  
          inet6 addr: fe80::20e:7fff:fefd:b7f6/64 Scope:Link
          inet6 addr: 2001:760:2e04:f001::2/64 Scope:Global
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:406 errors:0 dropped:0 overruns:0 frame:0
          TX packets:13 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:88131 (86.0 KiB)  TX bytes:1418 (1.3 KiB)
          Interrupt:30 </font></pre></span><span style="font-family:'Times New Roman';white-space:pre-wrap;background-color:rgb(255, 255, 255);font-size:medium"><div><span style="font-family:'Times New Roman';white-space:pre-wrap;background-color:rgb(255, 255, 255);font-size:medium"><br>


</span></div>Server is running and listening: </span><span style="background-color:rgb(255, 255, 255)"><pre style="font-family:'Times New Roman';font-size:medium"><br></pre><pre><font face="'Times New Roman'" size="3">Listening on Socket/5/eth0/2001:760:2e04:f001::/64
Sending on   Socket/5/eth0/2001:760:2e04:f001::/64</font></pre><pre><font face="'Times New Roman'" size="3"><br></font></pre></span><span style="background-color:rgb(255, 255, 255)"><pre style="font-family:'Times New Roman';font-size:medium">
for Client i am using:  </pre></span></div><div><span style="font-family:monospace;white-space:pre-wrap;background-color:rgb(255, 255, 255);font-size:medium">dhcrelay -I -l eth0 -u </span><span style="font-family:monospace;white-space:pre-wrap;background-color:rgb(255, 255, 255);font-size:medium">2001:760:2e04:f001::2</span><span style="font-family:monospace;white-space:pre-wrap;background-color:rgb(255, 255, 255);font-size:medium">%eth0</span></div>

<div><span style="font-family:monospace;white-space:pre-wrap;background-color:rgb(255, 255, 255);font-size:medium"><br></span></div><div><span style="background-color:rgb(255, 255, 255);white-space:pre-wrap"><font face="monospace" size="3">ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 00:02:A5:4B:8C:56  
          inet6 addr: fe80::202:a5ff:fe4b:8c56/64 Scope:Link
          UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
          RX packets:16689 errors:0 dropped:0 overruns:0 frame:0
          TX packets:658 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:2350223 (2.2 MiB)  TX bytes:67508 (65.9 KiB)</font></span><span style="font-family:monospace;white-space:pre-wrap;background-color:rgb(255, 255, 255);font-size:medium">
</span></div><div><span style="font-family:monospace;white-space:pre-wrap;background-color:rgb(255, 255, 255);font-size:medium"><br></span></div>
<div><font face="monospace" size="3"><span style="white-space:pre-wrap"><br></span></font></div><div><font face="monospace" size="3"><span style="white-space:pre-wrap">when i start the relay agent i get:</span></font></div>

<div><font face="monospace" size="3"><span style="white-space:pre-wrap"><br></span></font></div><div><font face="monospace" size="3"><span style="white-space:pre-wrap"><div>Listening on Socket/eth0</div><div>Sending on   Socket/eth0</div>

<div>Can't find link address for interface 'eth0'.</div><div><br></div><div>How can i configure my client properly?</div><div><br></div><div>Thanks</div>
</span></font><span style="background-color:rgb(255, 255, 255)"><pre style="font-family:'Times New Roman';font-size:medium"><br></pre></span></div>