You are not logged in.

#1 2008-05-25 05:04:09

Gauvenator
Member
Registered: 2008-04-03
Posts: 172

Dhcpd.conf

I'm having trouble configuring my /etc/dhcpd.conf

When I run dhcpd I get this error:

No subnet declaration for wlan0 (192.168.1.100).
** Ignoring requests on eth0.  If this is not what
   you want, please write a subnet declaration
   in your dhcpd.conf file for the network segment
   to which interface wlan0 is attached. **


Not configured to listen on any interfaces!

Here is my dhcpd.conf:

ddns-update-style interim;

subnet 10.0.0.0 netmask 255.255.255.0 {
    option routers                  192.168.1.1;
        option subnet-mask              10.0.0.0;

        option domain-name              "example.com";

        option time-offset              -18000;
    next-server 192.168.1.100;
    filename "pxelinux.0";

        allow booting;
        allow bootp;


        range 10.0.0.10 10.0.0.20;
}

I created it according to this how-to:
http://wiki.archlinux.org/index.php/Tftpd_server

Offline

Board footer

Powered by FluxBB