Gentoo Archives: gentoo-user-es

From: Anielkis Herrera Gonzalez <aherrerag@×××××××××××××××.cu>
To: linux-l <linux-l@××××××××××.cu>, gentoo-user-es@l.g.o
Subject: [gentoo-user-es] problema con dhcp
Date: Thu, 27 Oct 2005 16:41:23
Message-Id: 1130416885.16109.21.camel@NovaBigShadow
1 estoy intentando levantar una pc la cual no tiene ni torre de cdrom ni
2 de floppy, por lo que tiene que ser por red para instalarle gentoo, pero
3 tengo el siguiente problema; al iniciar el dhcp pasa esto:
4 # /etc/init.d/dhcp start
5 * Setting ownership on dhcpd.leases ...
6 [ ok ] * Starting dhcpd ...
7 Internet Systems Consortium DHCP Server V3.0.3
8 Copyright 2004-2005 Internet Systems Consortium.
9 All rights reserved.
10 For info, please visit http://www.isc.org/sw/dhcp/
11 Wrote 0 deleted host decls to leases file.
12 Wrote 0 new dynamic host decls to leases file.
13 Wrote 0 leases to leases file.
14 Listening on LPF/eth0/00:0d:61:01:78:82/10.7.7/24
15 Sending on LPF/eth0/00:0d:61:01:78:82/10.7.7/24
16
17 No subnet declaration for /var/run/dhcp/dhcpd.pid (112.105.100.0).
18 ** Ignoring requests on /var/run/dhcp/dhcpd.pid. If this is not what
19 you want, please write a subnet declaration
20 in your dhcpd.conf file for the network segment
21 to which interface /var/run/dhcp/dhcpd.pid is attached. **
22
23 Sending on Socket/fallback/fallback-net
24
25 pero el servicio no está corriendo, este es mi dhcpd.conf:
26 option broadcast-address 10.7.7.255;
27 option subnet-mask 255.255.255.0;
28 option routers 10.7.7.254;
29 option domain-name "nova.uci.cu";
30 option domain-name-servers 10.0.0.3;
31 option option-150 code 150 = text ;
32 default-lease-time 6000;
33 max-lease-time 7200;
34 ddns-update-style ad-hoc;
35 authoritative;
36 # mi subred
37 subnet 10.7.7.0 netmask 255.255.255.0 {
38 range 10.7.7.112 10.7.7.120;
39 option subnet-mask 255.255.255.0;
40 option netbios-name-servers 10.0.0.3;
41 option broadcast-address 10.7.7.255;
42 option routers 10.7.7.254;
43 # cargado por red
44 host netboot {
45 option domain-name-servers 10.0.0.3;
46 option domain-name "nova.uci.cu";
47 option broadcast-address 10.7.7.255;
48 option subnet-mask 255.255.255.0;
49 hardware ethernet 00:0D:61:04:81:2A;
50 fixed-address 10.7.7.112;
51 option routers 10.7.7.254;
52 option host-name "netboot";
53 option root-path "/diskless/install";
54 option option-150 "/install/boot/grub.lst";
55 filename "/boot/pxegrub";
56 }
57 }
58
59 que pudiera estar sucediendo?
60
61 --
62 ________________________________________________________
63 Anielkis Herrera González
64 Desarrollador de Nova Linux OS
65 Linux User #377809
66
67 Estudiante 5to año
68 Universidad de las Ciencias Informáticas
69 Cuba
70 ________________________________________________________

Attachments

File name MIME type
smime.p7s application/x-pkcs7-signature

Replies

Subject Author
Re: [gentoo-user-es] problema con dhcp Caco Patane <cacopatane@×××××.com>