ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Алексей <aleksey@ecolas.ru>
To: community@altlinux.ru
Subject: [Comm] Dhcp
Date: Sat, 1 Feb 2003 09:35:29 +0300
Message-ID: <1862988919.20030201093529@ecolas.ru> (raw)

Hello community,

  Всем привет.
  Есть вопрос к всемогущему ALL
  Есть сервер AltLinuxMaster V2 на нем dhcp. Виндовые клиентские
  машины получают от него Ip,маску,адреса роутером и все остальное.
  Так вот из 50 компов примерно 5-8 не получают кроме ip ничего.

  Вот пример ipconfig /all с нормальной клиентской машины

Настройка IP для Windows 98
        Главный компьютер . . . . . . . . . : aleksey.ecolasm
        Серверы DNS . . . . . . . . . . . . : 192.168.1.200
        Тип узла  . . . . . . . . . . . . . : Широковещательный
        Код области NetBIOS ID  . . . . . . :
        Переадресация IP. . . . . . . . . . : Нет
        Включение WINS Proxy. . . . . . . . : Нет
        Разрешение NetBIOS через DNS . . .  : Да

0 Ethernet: плата :
        Описание. . . . . . . . . . . . . . : NDIS 4.0 driver
        Физический адрес. . . . . . . . . . : 00-00-21-E9-FE-B0
        Включение DHCP. . . . . . . . . . . : Да
        IP-адрес. . . . . . . . . . . . . . : 192.168.1.104
        Маска подсети . . . . . . . . . . . : 255.255.255.0
        Стандартный шлюз. . . . . . . . . . : 192.168.1.200
        Сервер DHCP . . . . . . . . . . . . : 192.168.1.200
        Первичный сервер WINS . . . . . . . :
        Вторичный сервер WINS . . . . . . . :
        Доступ получен. . . . . . . . . . . : 01/02/03 9:15:47
        Доступ истекает . . . . . . . . . . : 01/02/03 10:15:47

  
  Вот пример ipconfig /all с клиентской машины с траблами


Настройка IP для Windows 98
        Главный компьютер . . . . . . . . . : kirin.ecolasm
        Серверы DNS . . . . . . . . . . . . : 192.168.1.2
                                      80.80.111.254     -это не понятно от куда
        Тип узла  . . . . . . . . . . . . . : Гибридный
        Код области NetBIOS ID  . . . . . . :
        Переадресация IP. . . . . . . . . . : Нет
        Включение WINS Proxy. . . . . . . . : Нет
        Разрешение NetBIOS через DNS . . .  : Да

0 Ethernet: плата :

        Описание. . . . . . . . . . . . . . : 3Com 3C90x Ethernet Adapter
        Физический адрес. . . . . . . . . . : 00-60-08-1D-90-50
        Включение DHCP. . . . . . . . . . . : Да
        IP-адрес. . . . . . . . . . . . . . : 192.168.1.17
        Маска подсети . . . . . . . . . . . : 255.0.0.0 - маска вообще прикольная
        Стандартный шлюз. . . . . . . . . . : 192.168.1.200
        Сервер DHCP . . . . . . . . . . . . : 192.168.1.2 - этого сервера уже давно нет
        Первичный сервер WINS . . . . . . . : 192.168.1.2
        Вторичный сервер WINS . . . . . . . :
        Доступ получен. . . . . . . . . . . : 01/02/03 9:24:59
        Доступ истекает . . . . . . . . . . :



Вот конфиг
authoritative;
ddns-update-style ad-hoc;
subnet 192.168.1.0 netmask 255.255.255.0 {
        option routers                  192.168.1.200;
        option subnet-mask              255.255.255.0;
        ddns-updates on;
        ddns-domainname                 "ecolasm";
        ddns-rev-domainname             "in-addr.arpa";
#       option nis-domain               "domain.org";
        option domain-name              "ecolasm";
        option domain-name-servers      192.168.1.200;
        option time-offset              -5;     # Eastern Standard Time
        range 192.168.1.20 192.168.1.170;

key "rndc-key" {algorithm hmac-md5;secret "ключ тут";};

zone ecolas. {primary 192.168.1.200;key rndc-key;}

zone 1.168.192.in-addr.arpa. {primary 192.168.1.200;key rndc-key;}

default-lease-time 21600;
max-lease-time 43200;

host aleksey {hardware ethernet 00:00:21:E9:FE:B0;fixed-address 192.168.1.104;}
host mak {hardware ethernet 00:65:00:00:02:66;fixed-address 192.168.1.102;}
host serge {hardware ethernet 00:80:AD:7D:FD:60;fixed-address 192.168.1.100;}
host avp {hardware ethernet  00:20:ed:59:d4:81;fixed-address 192.168.1.101;}

  А вот что в логах при подключении траблового компа

Feb  1 09:24:09 ProxyEcolas dhcpd: DHCPREQUEST for 192.168.1.17 from 00:60:08:1d:90:50 via eth1: unknown lease 192.168.1.17.
Feb  1 09:24:13 ProxyEcolas dhcpd: DHCPREQUEST for 192.168.1.17 from 00:60:08:1d:90:50 via eth1: unknown lease 192.168.1.17.


All мысли есть по этому поводу, куда руками я не туда ))))))))))))))))))))))
Заранее благодарен. Алексей.
-- 
Best regards,
 Алексей                          mailto:aleksey@ecolas.ru



             reply	other threads:[~2003-02-01  6:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-01  6:35 Алексей [this message]
2003-02-01  8:47 ` ASA
2003-02-01 13:42   ` "Брызгалов Илья"
2003-02-01 14:08     ` Re[2]: " ASA
2003-02-01 14:02 ` ASA
2003-02-03  6:22   ` Re[2]: " Алексей
2003-02-03 16:30     ` Re[3]: " ASA

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1862988919.20030201093529@ecolas.ru \
    --to=aleksey@ecolas.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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