stealth
написал 27 октября 2006 года в 19:37 (988 просмотров)
Ведет себя
неопределенно; открыл 103 темы в форуме, оставил 124 комментария на сайте.
Privet narod!U menya takoi vopros:
Imeyu lan setku,server(Linux< man dhcpd >,i vot shto smasteril…:)
Proverte pojalusto pravilno li ya sostavil moi /etc/dhcpd.conf ,ato clientskie kompi ne poluchayut ne xe…a,im ip vidayot sam windows 169.254.90.241
————————————————————--
# dhcpd.conf
#
# Configuration file for ISC dhcpd (see 'man dhcpd.conf’)
#
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.10 192.168.0.200;
option routers 192.168.0.1;
option domain-name-servers 192.168.0.1
}
————————————————————--
Последние комментарии
- OlegL, 17 декабря в 15:00 → Перекличка 21
- REDkiy, 8 июня 2023 года в 9:09 → Как «замокать» файл для юниттеста в Python? 2
- fhunter, 29 ноября 2022 года в 2:09 → Проблема с NO_PUBKEY: как получить GPG-ключ и добавить его в базу apt? 6
- Иванн, 9 апреля 2022 года в 8:31 → Ассоциация РАСПО провела первое учредительное собрание 1
- Kiri11.ADV1, 7 марта 2021 года в 12:01 → Логи catalina.out в TomCat 9 в формате JSON 1
ecobeing.ru
Экология и вегетарианство на благо всем живым существам Планеты.
примерно правильно
A pochemu clienti ne poluchayut ip?ping s clientskix mashin na server normalno idyot!
dhcpd запущен? и сказано ли ему какой интерфейс слушать?
dhcpd точно запущен,а вот насчот интерфейсов не уверен,наверное ты прав пробдема в этом,а как отметить интерфейс который нужен?
I esho takaya problema,kogda ya xochu zapustit DHCP < root@myserver:/#dhcpd > vidayot takoi message,ne poimu cho xochet?!?!?
——————————————————————————-
Internet Systems Consortium DHCP Server V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
** You must add a global ddns-update-style statement to /etc/dhcpd.conf.
To get the same behaviour as in 3.0b2pl11 and previous
versions, add a line that says «ddns-update-style ad-hoc;»
Please read the dhcpd.conf manual page for more information. **
If you did not get this software from ftp.isc.org, please
get the latest from ftp.isc.org and install that before
requesting help.
If you did get this software from ftp.isc.org and have not
yet read the README, please read it before requesting help.
If you intend to request help from the dhcp-server@isc.org
mailing list, please read the section on the README about
submitting bug reports and requests for help.
Please do not under any circumstances send requests for
help directly to the authors of this software — please
send them to the appropriate mailing list as described in
the README file.
exiting.
———————————————————————
Русским же языком написано:
Читай 'man dhcpd.conf' про опцию «ddns-update-style» и, если в оной нет необходимости (а необходимости, скорее всего, у тебя нет), то выставляй «ddns-update-style none».
Propisat v /etc/dhcpd.conf
ddns-update-style none
Da?
Ага.
Всё получилось,огромное спасибо всем кто помог,особенно fly4life-ю! =)