dhcp options 226 and 227

2009-03-30 Thread dhottinger
Im trying to figure out how to add options 226 and 227 to my dhcp  
server.  I have not been able to find much about this through google.   
Has anyone implemented these options for their dhcp server?  I added  
the following to my dhcpd.conf (main file)


option option-226 code 226 = array of integer 8;
option option-227 code 227 = ip-address;


option option-226   10,40,0,29;
option option-227   10.40.0.29;

Im not sure what the array of integer 8 is at all, but the only  
example I could find had that in the main options area.


thanks,
ddh


--
Dwayne Hottinger
Network Administrator
Harrisonburg City Public Schools

Everything should be made as simple as possible, but not simpler.
-- Albert Einstein

The hottest places in Hell are reserved for those who, in times of moral
crisis, preserved their neutrality.
-- Dante

___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: dhcp options 226 and 227

2009-03-30 Thread Andy Shellam

ddh,

You're on the BIND list.  Try dhcp-users 
(https://lists.isc.org/mailman/listinfo/dhcp-users) instead.


Regards.
Andy

dhottin...@harrisonburg.k12.va.us wrote:
Im trying to figure out how to add options 226 and 227 to my dhcp 
server.  I have not been able to find much about this through google.  
Has anyone implemented these options for their dhcp server?  I added 
the following to my dhcpd.conf (main file)


option option-226 code 226 = array of integer 8;
option option-227 code 227 = ip-address;


option option-226   10,40,0,29;
option option-227   10.40.0.29;

Im not sure what the array of integer 8 is at all, but the only 
example I could find had that in the main options area.


thanks,
ddh



___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: dhcp options 226 and 227

2009-03-30 Thread Mark Andrews

Try the next list over, dhcp-us...@isc.org.

Also see https://www.isc.org/software/dhcp/documentation

In message 20090330124035.7mp9s88srossk...@mail.harrisonburg.k12.va.us, 
dhottin...@harrisonburg.k12.va.us writes:
 Im trying to figure out how to add options 226 and 227 to my dhcp  
 server.  I have not been able to find much about this through google.   
 Has anyone implemented these options for their dhcp server?  I added  
 the following to my dhcpd.conf (main file)
 
 option option-226 code 226 = array of integer 8;
 option option-227 code 227 = ip-address;
 
 
  option option-226   10,40,0,29;
  option option-227   10.40.0.29;
 
 Im not sure what the array of integer 8 is at all, but the only  
 example I could find had that in the main options area.
 
 thanks,
 ddh
 
 
 -- 
 Dwayne Hottinger
 Network Administrator
 Harrisonburg City Public Schools
 
 Everything should be made as simple as possible, but not simpler.
 -- Albert Einstein
 
 The hottest places in Hell are reserved for those who, in times of moral
 crisis, preserved their neutrality.
 -- Dante
 
 ___
 bind-users mailing list
 bind-users@lists.isc.org
 https://lists.isc.org/mailman/listinfo/bind-users
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742 INTERNET: mark_andr...@isc.org
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: dhcp options 226 and 227

2009-03-30 Thread dhottinger

Oops,
Sorry.

Quoting Andy Shellam andy-li...@networkmail.eu:


ddh,

You're on the BIND list.  Try dhcp-users
(https://lists.isc.org/mailman/listinfo/dhcp-users) instead.

Regards.
Andy

dhottin...@harrisonburg.k12.va.us wrote:
Im trying to figure out how to add options 226 and 227 to my dhcp   
server.  I have not been able to find much about this through   
google.  Has anyone implemented these options for their dhcp   
server?  I added the following to my dhcpd.conf (main file)


option option-226 code 226 = array of integer 8;
option option-227 code 227 = ip-address;


   option option-226   10,40,0,29;
   option option-227   10.40.0.29;

Im not sure what the array of integer 8 is at all, but the only   
example I could find had that in the main options area.


thanks,
ddh






--
Dwayne Hottinger
Network Administrator
Harrisonburg City Public Schools

Everything should be made as simple as possible, but not simpler.
-- Albert Einstein

The hottest places in Hell are reserved for those who, in times of moral
crisis, preserved their neutrality.
-- Dante

___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users