I am kicking the tires on the ISC DHCPv6 Relay Agent, here is my scenario:
<div><br></div><div>client -> relay -> (link0) router (link1) -> server</div><div><br></div><div>The client and relay are ISC and on the same link.</div><div><br></div><div>A router stands between the client/relay and the server.</div>
<div><br></div><div>I wish to use the relay which is local to the client which has only one interface to relay DHCPv6 traffic to the server on a different link. The syntax for the relay agent is not crystal clear to me. I looking all over the place for examples and even perused the code a bit. Hitting the list now to see what sort of feedback I might get</div>
<div><br></div><div>Here is what I used to try and start the relay agent.</div><div><br></div><div>The relay agent did not even start using the below:</div><div><br></div><div>./dhcrelay -d -l eth0 -u 2001:558:ff10:8a0:10:252:24:82<br>
</div><div><br></div><div>This usage does not make sense nor does it do anything:</div><div><br></div><div>./dhcrelay -d -l eth0 -u eth0<br></div><div><br></div><div>Wondering if there is a way to tell the relay agent to listen for traffic on interface X and relay or forward traffic to interface Y or IPv6 address(es)?</div>
<div><br></div><div>John</div>