[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dhcp



disculpa pero tengo puesto esto

option domain-name "velconet.com.ar";
option domain-name-servers ns1.velconet.com.ar;

option subnet-mask 255.255.255.0;
default-lease-time 600;
max-lease-time 7200;


subnet 10.129.16.0 netmask 255.255.255.0 {
        option domain-name-servers 10.129.16.200;
        option domain-name "velconet.com.ar";
        option subnet-mask 255.255.255.0;
        option routers 10.129.16.254;
        range 10.129.16.30 10.129.16.90;
        }


"Sólo el conocimiento nos hace libres"

----- Original Message ----- 
From: "Saxa Egea" <saxa@pc-mac.net>
To: "Wcom" <christian@debian-potato.com.ar>; "Debian.User-Spanish"
<debian-user-spanish@lists.debian.org>
Sent: Wednesday, May 14, 2003 12:14 PM
Subject: Re: dhcp


> Pues creo q esta bastante claro... en /etc/dhcpd.conf necesitas::
>
> subnet 192.168.x.0 netmask 255.255.255.0 {
>    range 192.168.x.10 192.168.x.255;
> }
>
> por ejemplo :)
>
> El rango de ips debe corresponder con el de la ethernet en la q quieres
servir
> las IP's.
>
> Saxa
>
>
> On Wednesday 14 May 2003 15:42, Wcom wrote:
> > Gente tengo un  problema con el dhcp................. cuando lo arranco
> > pasa esto y no entiendo por que............ me dan una mano por favor
> >
> > firewall:/etc/init.d# ./dhcp restart
> > Stopping DHCP server: dhcp.
> > Starting DHCP server: dhcpd failed to start - check syslog for
diagnostics.
> >
> > Syslog
> >
> > May  6 07:42:59 firewall dhcpd: No subnet declaration for eth0
> > (200.68.69.165).
> > May  6 07:42:59 firewall dhcpd: Please write a subnet declaration in
your
> > dhcpd.conf file for the
> > May  6 07:42:59 firewall dhcpd: network segment to which interface eth0
is
> > attached.
> > May  6 07:42:59 firewall dhcpd: exiting.
> >
> >
> >
> > "Sólo el conocimiento nos hace libres"
>



Reply to: