ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] dhcpd
@ 2003-07-14  4:20 Прокопьев Евгений
  2003-07-14  7:41 ` Andriy Dobrovol's'kii
  0 siblings, 1 reply; 12+ messages in thread
From: Прокопьев Евгений @ 2003-07-14  4:20 UTC (permalink / raw)
  To: community

Здравствуйте!

Не удается запустить 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;
	#}
}

-- 
С уважением, Прокопьев Евгений



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2003-07-16  7:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-14  4:20 [Comm] dhcpd Прокопьев Евгений
2003-07-14  7:41 ` Andriy Dobrovol's'kii
2003-07-14  7:57   ` Прокопьев Евгений
2003-07-14  8:15     ` Andriy Dobrovol's'kii
2003-07-14  8:22       ` Прокопьев Евгений
2003-07-14  7:58   ` Dmytro O. Redchuk
2003-07-14  9:05     ` Прокопьев Евгений
2003-07-16  5:45       ` Shawkat
2003-07-16  7:05         ` Dmytro O. Redchuk
2003-07-16  7:02           ` Shawkat
2003-07-16  7:16             ` Dmytro O. Redchuk
2003-07-16  7:16               ` Shawkat

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git