<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>problems configuring option 120</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>
<P><FONT SIZE=2>Hi all,<BR>
<BR>
I have configured dhcp3-server and it works correctly. But now I have a problem when I want to declare option 120.<BR>
I am following the DEFINING NEW OPTIONS in the manpage so I have put in mi dhcpd.conf:<BR>
<BR>
option sip-servers code 120 = ip-address;<BR>
option sip-servers 10.1.3.201;<BR>
<BR>
However, I got the following error:<BR>
<BR>
cng@cng:~$ sudo /etc/init.d/dhcp3-server restart<BR>
dhcpd self-test failed. Please fix the config file.<BR>
The error was:<BR>
Internet Systems Consortium DHCP Server V3.1.2<BR>
Copyright 2004-2008 Internet Systems Consortium.<BR>
All rights reserved.<BR>
For info, please visit <A HREF="http://www.isc.org/sw/dhcp/">http://www.isc.org/sw/dhcp/</A><BR>
/etc/dhcp3/dhcpd.conf line 14: option definitions may not be scoped.<BR>
option sip-servers code<BR>
^<BR>
/etc/dhcp3/dhcpd.conf line 15: unknown option dhcp.sip-servers<BR>
option sip-servers 10.<BR>
^<BR>
WARNING: Host declarations are global. They are not limited to the scope you declared them in.<BR>
Configuration file errors encountered -- exiting<BR>
<BR>
Am I configuring something wrong? How can I configure option 120 so a client requesting where is the SIP proxy (DHCPINFORM) can be asked by my DHCP server?<BR>
<BR>
Thanks in advance,<BR>
Rebeca</FONT>
</P>
</BODY>
</HTML>