ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Dmitry Lebkov <dima@sakhalin.ru>
To: ALT Linux Sisyphus discussion list <sisyphus@altlinux.ru>
Subject: Re: [sisyphus] Ошибка в DHCP: no free leases
Date: Fri, 9 Jul 2004 18:31:33 +1100
Message-ID: <20040709183133.78dcb8d4.dima@sakhalin.ru> (raw)
In-Reply-To: <200407090852.22508.ru_classic@gts.lg.ua>

On Fri, 9 Jul 2004 08:52:22 +0300
Alexander Kuprin <ru_classic@gts.lg.ua> wrote:

> On Friday 09 July 2004 00:51, Dmitry Lebkov wrote:
> > > > Мне кажется, что без pool оно и на 2.2 не работало.
> > >
> > > Работало. 100%. Проверил подобную конфигурацию под SuSE 9.1 -- работает.
> > > Таки баг?
> >
> > Нет. Багом была выдача адресов без описания pool'a. Теперь ISC ее
> > исправили. ;) Добавь в конфиг описание pool'a и не мучайся ...
> 
> Заглянул в man dhcpd.conf, погуглил малость. Такого достаточно?
> 
 ...skip...

> 
> Всё равно не работает. Может кто-то поделится куском dhcpd.conf, работающего 
> под последними версиями Сизифуса? :-\ Я уже не знаю куда копать.

Вот кусок работающего конфига:

shared-network VLAN0100 {
    deny bootp;
    deny duplicates;
    subnet 192.168.0.0 netmask 255.255.255.0 {
      option domain-name "int.tld";
      option domain-name-servers 192.168.0.1;
      option routers 192.168.0.1;
      option broadcast-address 192.168.0.255;
      default-lease-time 18000;
      max-lease-time 36000;

      # так присваиваем фиксированные адреса
      host hst-011 { fixed-address 192.168.0.11; hardware ethernet 01:23:45:67:89:AB; }

      # а вот так раздаем динамику.
      pool {
        range 192.168.0.100 192.168.0.200;
        allow unknown clients;
      }
    }
}


--
WBR, Dmitry Lebkov


  parent reply	other threads:[~2004-07-09  7:31 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-08 17:46 Alexander Kuprin
2004-07-08 19:16 ` Denis Ovsienko
2004-07-08 21:39   ` Alexander Kuprin
2004-07-08 21:51     ` Dmitry Lebkov
2004-07-09  5:52       ` Alexander Kuprin
2004-07-09  5:49         ` [sisyphus] Ошибка в DHCP: no freeleases Nizamov Shavkat
2004-07-09  6:25           ` Alexander Kuprin
2004-07-09  6:37             ` [sisyphus] Ошибка в DHCP: no freelease s Nizamov Shavkat
2004-07-09  7:09               ` Alexander Kuprin
2004-07-09  6:52                 ` Nizamov Shavkat
2004-07-09 15:33               ` Denis Ovsienko
2004-07-09  8:47           ` [sisyphus] Ошибка в DHCP: no freeleases Andriy Dobrovol's'kii
2004-07-09  9:14             ` [sisyphus] Ошибка в DHCP:no freeleases Alexander Kuprin
2004-07-09  7:31         ` Dmitry Lebkov [this message]
2004-07-09  3:45 ` [sisyphus] Ошибка в DHCP: no free leases Mike Lykov
2004-07-09  5:46   ` Alexander Kuprin
2004-07-10 12:12 ` Alexander Kuprin
2004-07-10 14:34   ` Alexander Kuprin
2004-07-10 14:44     ` Andrii Dobrovol's'kii

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=20040709183133.78dcb8d4.dima@sakhalin.ru \
    --to=dima@sakhalin.ru \
    --cc=sisyphus@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 Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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