ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] dhcpd
@ 2005-01-24 11:32 Roman V. Tutov
  0 siblings, 0 replies; only message in thread
From: Roman V. Tutov @ 2005-01-24 11:32 UTC (permalink / raw)
  To: community

добрый день 

У меня не получаеться запустить DHCPD

Нужно поднять dhcp сервис на интерфейсе wlan0
поставил пакет dhcpd-server
создал файл /etc/dhcpd/hdcpd.conf
в нем прописал 

ddns-update-style none;
default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.50.255;
option routers 192.168.50.21;
option domain-name-servers 192.168.50.21;
option domain-name "viv.aston.ru";

subnet 192.168.50.0 netmask 255.255.255.0 
  {
   range 192.168.50.41 192.168.50.254;
  }

запустил . DHCP ругнулся в лог что мол я для eth0 ничего не описал и
потому он этот интерфейс использовать не намерен, а будет слушать только 
подсеть 192.168.50.0/24 c с интерфейса wlan0

сделал запись в лог что все запустилось ок.
и мол жду запросов 

и все ... состояние стабильное ...устойчивое ...
dhcp сервер ничего не делает такое впечатление что к ниму никто не обращаеться 

Может есть какая хитрость ?

-- 
Тутов Роман Викторович 
Системный администратор
ASTON Agro Industrial Company Group 
Россия,344002, г.Ростов-на-Дону,Промзона "Заречная" 
ул.1-я Луговая,3 тел.: (863 2) 999049
JID:tutov@jabber.aston.ru
mailto:tutov@aston.ru

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-24 11:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-24 11:32 [Comm] dhcpd Roman V. Tutov

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