From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <3F122F9D.6060201@rmts.donpac.ru> Date: Mon, 14 Jul 2003 08:20:45 +0400 From: =?KOI8-R?Q?=F0=D2=CF=CB=CF=D0=D8=C5=D7_=E5=D7=C7=C5=CE=C9=CA?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030210 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: community@altlinux.ru X-Enigmail-Version: 0.70.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-MDRemoteIP: 192.168.10.6 X-Return-Path: john@rmts.donpac.ru X-MDaemon-Deliver-To: community@altlinux.ru Subject: [Comm] dhcpd X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.2 Precedence: list Reply-To: community@altlinux.ru List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2003 04:24:53 -0000 Archived-At: List-Archive: List-Post: Здравствуйте! Не удается запустить dhcp-сервер. После старта и попытки одного из клиентов получить адрес в логах появляется следующее: Jul 10 19:29:41 athlon dhcpd: Internet Software Consortium DHCP Server V3.0.1rc10 Jul 10 19:29:41 athlon dhcpd: Copyright 1995-2002 Internet Software Consortium. Jul 10 19:29:41 athlon dhcpd: All rights reserved. Jul 10 19:29:41 athlon dhcpd: For info, please visit http://www.isc.org/products/DHCP Jul 10 19:29:41 athlon dhcpd: Wrote 0 leases to leases file. Jul 10 19:29:41 athlon dhcpd: Internet Software Consortium DHCP Server V3.0.1rc10 Jul 10 19:29:41 athlon dhcpd: Copyright 1995-2002 Internet Software Consortium. Jul 10 19:29:41 athlon dhcpd: All rights reserved. Jul 10 19:29:41 athlon dhcpd: For info, please visit http://www.isc.org/products/DHCP Jul 10 19:29:41 athlon dhcpd: Wrote 0 leases to leases file. Jul 10 19:29:41 athlon dhcpd: Listening on LPF/eth0/00:20:ed:46:85:bb/192.168.1.0/24 Jul 10 19:29:41 athlon dhcpd: Sending on LPF/eth0/00:20:ed:46:85:bb/192.168.1.0/24 Jul 10 19:29:41 athlon dhcpd: Sending on Socket/fallback/fallback-net Jul 10 19:29:41 athlon dhcpd: Listening on LPF/eth0/00:20:ed:46:85:bb/192.168.1.0/24 Jul 10 19:29:41 athlon dhcpd: Sending on LPF/eth0/00:20:ed:46:85:bb/192.168.1.0/24 Jul 10 19:29:41 athlon dhcpd: Sending on Socket/fallback/fallback-net Jul 10 19:29:41 athlon dhcpd: dhcpd startup succeeded Jul 10 19:30:35 athlon dhcpd: DHCPDISCOVER from 00:c0:26:31:6a:13 via eth0 Jul 10 19:30:35 athlon dhcpd: icmp_echorequest 192.168.1.255: Permission denied Jul 10 19:30:36 athlon dhcpd: DHCPOFFER on 192.168.1.255 to 00:c0:26:31:6a:13 (LIDIYA) via eth0 Jul 10 19:30:41 athlon dhcpd: DHCPDISCOVER from 00:c0:26:31:6a:13 (LIDIYA) via eth0 Jul 10 19:30:41 athlon dhcpd: DHCPOFFER on 192.168.1.255 to 00:c0:26:31:6a:13 (LIDIYA) via eth0 Jul 10 19:30:47 athlon dhcpd: DHCPDISCOVER from 00:c0:26:31:6a:13 (LIDIYA) via eth0 Jul 10 19:30:47 athlon dhcpd: DHCPOFFER on 192.168.1.255 to 00:c0:26:31:6a:13 (LIDIYA) via eth0 Jul 10 19:30:53 athlon dhcpd: DHCPDISCOVER from 00:c0:26:31:6a:13 (LIDIYA) via eth0 Jul 10 19:30:53 athlon dhcpd: DHCPOFFER on 192.168.1.255 to 00:c0:26:31:6a:13 (LIDIYA) via eth0 Почему icmp_echorequest 192.168.1.255: Permission denied? В /etc/dhcpd.conf написано следующее: ddns-update-style none; subnet 192.168.1.0 netmask 255.255.255.0 { # --- default gateway option routers 192.168.1.1; option subnet-mask 255.255.255.0; option nis-domain "domain.org"; option domain-name "domain.org"; option domain-name-servers 192.168.1.1; option time-offset -5; # Eastern Standard Time # option ntp-servers 192.168.1.1; # option netbios-name-servers 192.168.1.1; # --- Selects point-to-point node (default is hybrid). Don't change this unless # -- you understand Netbios very well # option netbios-node-type 2; range dynamic-bootp 192.168.1.128 192.168.1.255; default-lease-time 21600; max-lease-time 43200; # we want the nameserver to appear at a fixed address #host ns { #next-server marvin.redhat.com; # hardware ethernet 00:50:56:c6:6b:ff; # fixed-address 192.168.1.129; #} } -- С уважением, Прокопьев Евгений