<br>Thanks for the info. It appears I misunderstood. My understanding was that the remote-id option was added by the DHCP relay server...<br><br>I'm running version 3.1.1 on a Linux platform.<br><br><br><div class="gmail_quote">
On Tue, Apr 28, 2009 at 2:59 PM, Glenn Satchell <span dir="ltr"><<a href="mailto:Glenn.Satchell@uniq.com.au">Glenn.Satchell@uniq.com.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
>Date: Tue, 28 Apr 2009 13:17:36 +0300<br>
>From: William Jobs <<a href="mailto:wllmjbs@gmail.com">wllmjbs@gmail.com</a>><br>
<div><div></div><div class="h5">><br>
> I'd also appreciate it if someone could let me know, if I'm attempting<br>
> something that is just not possible. That way I could stop banging my head<br>
> against the wall :)<br>
><br>
><br>
> On Tue, Apr 28, 2009 at 12:49 PM, William Jobs <<a href="mailto:wllmjbs@gmail.com">wllmjbs@gmail.com</a>> wrote:<br>
><br>
> > Hi all,<br>
> ><br>
> > I've been trying out ISC's dhcp software as a relay server and everything<br>
> > is working fine except for the remote-id sub-option of Option 82. For some<br>
> > reason dhcrelay will not include this sub-option in the packets it forwards<br>
> > to the DHCP server. I get the circuit-id sub-option, just fine.<br>
> ><br>
> > Is there a specific way to enable this feature? I'm currently running<br>
> > dhcrelay as follows for debugging purposes:<br>
> ><br>
> >         dhcrelay -d -a 10.0.0.1<br>
> ><br>
> > Any help would be appreciated.<br>
> ><br>
> > Thanks.<br>
<br>
<br>
</div></div>Which version of dhcrelay and dhcpd are you using? What platform? (linux, *bsd,<br>
solaris, hp and so on...)<br>
<br>
This is from the 4.1.1b1 dhcrelay man page, note the last sentence.<br>
<br>
     -a   Append an agent option field  to  each  request  before<br>
          forwarding  it  to the server.   Agent option fields in<br>
          responses sent from servers to clients will be stripped<br>
          before  forwarding  such  responses back to the client.<br>
          The agent option field will contain two agent  options:<br>
          the  Circuit  ID suboption and the Remote ID suboption.<br>
          Currently, the Circuit ID will be the printable name of<br>
          the interface on which the client request was received.<br>
          The client supports inclusion of a Remote ID  suboption<br>
          as well, but this is not used by default.<br>
<br>
This is the equivalent section from the 3.1.1 dhcrelay man page.<br>
<br>
     If the -a flag is set the relay agent will append  an  agent<br>
     option  field  to  each  request before forwarding it to the<br>
     server.   Agent option fields in responses sent from servers<br>
     to clients will be stripped before forwarding such responses<br>
     back to the client.<br>
<br>
     The agent option field will contain two agent  options:  the<br>
     Circuit   ID   suboption   and   the  Remote  ID  suboption.<br>
     Currently, the Circuit ID will be the printable name of  the<br>
     interface  on  which  the  client request was received.  The<br>
     client supports inclusion of a Remote ID suboption as  well,<br>
     but this is not used by default.<br>
<br>
So it seems the remote-id is not added by default. The remote-id is<br>
mentioned in the source, but there is no way to set it. Looks like if<br>
the packet arrives with a remote-id then the remote-id will not be<br>
removed.<br>
<br>
Sorry it's not much use to you...<br>
<br>
regards,<br>
-glenn<br>
<br>
_______________________________________________<br>
dhcp-users mailing list<br>
<a href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/dhcp-users" target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a><br>
</blockquote></div><br>