*** From dhcp-server -- To unsubscribe, see the end of this message. ***

Greetings once again,

So I thought I'd just create a new option for myself to do what I said
in the previous email.  I added to my dhcpd.conf file globally:

option cstatic-routes code 200 = array of {
        ip-address, ip-address, ip-address };

and then changed one of my host definitions to look like

host node1g {
        hardware ethernet 00:E0:B1:04:05:F1;
        fixed-address 10.0.1.2;

        option cstatic-routes 10.0.1.0 10.0.1.2 255.255.255.0;
}

and modified my dhclient-script to look for $new_cstatic_routes.  No
luck.

So I started collecting tcpdumps and found out that the options I define
aren't being passed at all.  In fact, I declared simple options of
boolean, integer, ip-address, and text and tried to pass them and none
of them showed up in the bootp-reply packet (furthermore, the length of
the packet never changed... it always is 342 bytes.)

So, are declaring your own options supported yet?  And if so, am I just
doing something wrong?  My syntax follows what's in the dhcp-options
manpage fairly exactly...  Oh, and to state again, this in on the
1999-0507 alpha (both client and server.)

Thanks,

--
Jason Holmes


------------------------------------------------------------------------------
To unsubscribe from this list, please visit http://www.fugue.com/dhcp/lists
If you are without web access, or if you are having trouble with the web page,
please send mail to [EMAIL PROTECTED]   Please try to use the web
page first - it will take a long time for your request to be processed by hand.

Archives for this mailing list are available at 
http://www.webnology.com/list-archives/dhcp/dhcp-server

------------------------------------------------------------------------------

Reply via email to