HOw to add suboptions for option 122 in dhcp server
Frank Bulk
frnkblk at iname.com
Fri Mar 23 13:51:02 UTC 2007
Horacio:
I saw that you got some responses from others, but here's mine, too.
============================
option PC-MTA-122 code 122 = encapsulate PC-MTA;
option space PC-MTA;
option PC-MTA.DHCP-server-1 code 1 = ip-address;
option PC-MTA.DHCP-server-2 code 2 = ip-address;
option PC-MTA.Provision-server code 3 = { integer 8, ip-address };
option PC-MTA.AS-REQ_AS-REP code 4 = { integer 32, integer 32, integer
32 };
option PC-MTA.AP-REQ_AP-REP code 5 = { integer 32, integer 32, integer
32 };
option PC-MTA.Kerberos-realm code 6 = string;
option PC-MTA.TGS-util code 7 = integer 8;
option PC-MTA.Provision-timer code 8 = integer 8;
option PC-MTA.Ticket-ctrl-mask code 9 = integer 16;
#subnet: Cable modems
subnet 10.0.0.0 netmask 255.255.0.0
{
default-lease-time 259200;
filename "/128.128.cm";
max-lease-time 518400;
option subnet-mask 255.255.0.0;
option tftp-server-address 199.120.69.1;
option PC-MTA.Kerberos-realm 05:42:41:53:49:43:01:31:00;
option PC-MTA.DHCP-server-1 1.2.3.4;
option PC-MTA.DHCP-server-2 1.2.3.4;
option PC-MTA.Provision-server 1 5.6.7.8;
host 14
{
hardware ethernet 00:15:2F:C2:1A:2A;
}
============================
Kind regards,
Frank
-----Original Message-----
From: dhcp-hackers-bounce at isc.org [mailto:dhcp-hackers-bounce at isc.org] On
Behalf Of Horacio Maiorino
Sent: Wednesday, March 21, 2007 6:39 PM
To: dhcp-hackers at isc.org
Subject: HOw to add suboptions for option 122 in dhcp server
I am setting up a dhcp server using Fedora core 9 and I need to send sub
options of option 122 . I've checked the net and manuals and cannot find
any instructions to set sub options.
Any help would be appreciated.
Thanks, horacio
More information about the dhcp-hackers
mailing list