Sure :

Config file of my interfaces :


<interfaces>
... LAN and WAN ...
    <opt1>
        <if>xl0</if>
        <descr>DINIAE</descr>
        <bridge/>
        <ipaddr>192.168.22.1</ipaddr>
        <subnet>24</subnet>
        <gateway/>
        <spoofmac>00:16:d4:a2:3c:da</spoofmac>
        <mtu/>
        <enable/>
    </opt1>
</interfaces>

And my dhcp server config file :


<dhcpd>
    <opt1>
        <range>
            <from>192.168.22.100</from>
            <to>192.168.22.150</to>
        </range>
        <defaultleasetime/>
        <maxleasetime/>
        <netmask/>
        <failover_peerip/>
        <gateway/>
        <ddnsdomain/>
        <next-server/>
        <filename/>
        <enable/>
    </opt1>
</dhcpd>

Thanks for help !

Chris Buechler a écrit :
> On Fri, Sep 26, 2008 at 7:17 PM, Alfred Sawaya <[EMAIL PROTECTED]> wrote:
>   
>> Hello,
>>
>> I've some troubles with pfsense : I would like to enable the DHCP server
>> on one of my interface (xl0). I've 3 interfaces : 2 LAN (fxp0 and xl0),
>> 1 WAN (rl0).
>>
>> I do everything right to enable DHCP but I've this in log :
>>
>>    Sep 27 00:57:04 dhcpd: xl0: not found
>>
>>     
>
> How do you have it configured? Can you send screenshots, or your
> config.xml from status.php.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>   


-- 


 --                 
|
  .:: Alfred Sawaya ::.
                        |
                      --




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to