Reg RFC 6153 support

Peter Rathlev peter at rathlev.dk
Tue Jul 31 08:11:05 UTC 2012


On Tue, 2012-07-31 at 13:26 +0530, Raghavendra. S wrote:
> Does ISC dhcp client/server supports RFC 6153?

I haven't tried it but I would think so. As I understand RFC 6153 it's
just option 142 and 143 as an array of IPv4 and IPv6 addresses.

Take a look at "man dhcp-options" where the section "DEFINING NEW
OPTIONS" describes how to do it. My guess is something like this would
work:

option ANDFS-IPv4 code 142 = array of ip-address;
option ANDFS-IPv4 192.2.0.10, 192.2.0.11;

-- 
Peter




More information about the dhcp-users mailing list