Identifying DHCP Relay Agent

William Lindén william.linden at multifi.net
Thu Jul 13 08:07:36 UTC 2006


Thanks, it worked!

Kind Regards,
-- William


> Subject: Re: Identifying DHCP Relay Agent
> 
> >  class "via_router1" {
> >   match if packet (24,4) = "192.168.1.2";
> >   option routers 192.168.1.2;
> >   }
> 
>     You are comparing the 4 bytes you extracted from the 
> packet to an 11
> byte text string. They are unlikely to match. While I don't 
> have access
> to our test server at the moment, try removing the quotation marks. If
> that does not work, you may need to use "C0:A8:01:02" as your 
> IP address
> (also without the quotes).


More information about the dhcp-users mailing list