* [Sysadmins] dnsmasq
@ 2009-06-03 8:21 alisher
2009-06-03 10:50 ` Eugene Prokopiev
0 siblings, 1 reply; 4+ messages in thread
From: alisher @ 2009-06-03 8:21 UTC (permalink / raw)
To: ALT Linux sysadmin discuss
Здравствуйте. Пытаюсь настроить dnsmasq по статье
http://www.comprice.ru/articles/detail.php?ID=40129
если расскоментировать строчку
|dhcp-range=192.168.1.50,192.168.1.99,255.255.255.0,24h, то после
service dnsmasq restart пишет: Starting dnsmasq service:
dnsmasq: cannot open or create lease file /var/lib/dhcp/dhcpd.leases: No
such file or directory
В чем может быть проблема?
|
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Sysadmins] dnsmasq
2009-06-03 8:21 [Sysadmins] dnsmasq alisher
@ 2009-06-03 10:50 ` Eugene Prokopiev
2009-06-03 10:53 ` Eugene Prokopiev
2009-06-03 10:58 ` Gleb Kulikov
0 siblings, 2 replies; 4+ messages in thread
From: Eugene Prokopiev @ 2009-06-03 10:50 UTC (permalink / raw)
To: ALT Linux sysadmin discuss
> Здравствуйте. Пытаюсь настроить dnsmasq по статье
> http://www.comprice.ru/articles/detail.php?ID=40129
> если расскоментировать строчку
> |dhcp-range=192.168.1.50,192.168.1.99,255.255.255.0,24h, то
> после service dnsmasq restart пишет: Starting dnsmasq service:
> dnsmasq: cannot open or create lease file /var/lib/dhcp/dhcpd.leases: No
> such file or directory
> В чем может быть проблема?
В слишком уж замороченной дефолтной конфигурации dnsmasq. Обычно мне
хватает чего-то в духе:
# cat /etc/dnsmasq.conf
bind-interfaces
interface=lan
interface=lo
resolv-file=/etc/resolv.conf.dnsmasq
strict-order
expand-hosts
domain=mydomain.ru
dhcp-range=192.168.46.31,192.168.46.38
# cat /etc/resolv.conf.dnsmasq
nameserver 192.168.100.10
search mydomain.ru
# cat /etc/resolv.conf
nameserver 127.0.0.1
search mydomain.ru
и полностью закомментированного /etc/sysconfig/dnsmasq
--
С уважением,
Прокопьев Евгений
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Sysadmins] dnsmasq
2009-06-03 10:50 ` Eugene Prokopiev
@ 2009-06-03 10:53 ` Eugene Prokopiev
2009-06-03 10:58 ` Gleb Kulikov
1 sibling, 0 replies; 4+ messages in thread
From: Eugene Prokopiev @ 2009-06-03 10:53 UTC (permalink / raw)
To: ALT Linux sysadmin discuss
> > Здравствуйте. Пытаюсь настроить dnsmasq по статье
> > http://www.comprice.ru/articles/detail.php?ID=40129
> > если расскоментировать строчку
> > |dhcp-range=192.168.1.50,192.168.1.99,255.255.255.0,24h, то
> > после service dnsmasq restart пишет: Starting dnsmasq service:
> > dnsmasq: cannot open or create lease file /var/lib/dhcp/dhcpd.leases: No
> > such file or directory
> > В чем может быть проблема?
>
>
> В слишком уж замороченной дефолтной конфигурации dnsmasq. Обычно мне
> хватает чего-то в духе:
...
Да, dhcpd.leases при этом оказывается в /var/lib/misc - и это, пожалуй, баг
--
С уважением,
Прокопьев Евгений
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Sysadmins] dnsmasq
2009-06-03 10:50 ` Eugene Prokopiev
2009-06-03 10:53 ` Eugene Prokopiev
@ 2009-06-03 10:58 ` Gleb Kulikov
1 sibling, 0 replies; 4+ messages in thread
From: Gleb Kulikov @ 2009-06-03 10:58 UTC (permalink / raw)
To: ALT Linux sysadmin discuss
В сообщении от [Среда 03 июня 2009 Eugene Prokopiev] написал:
> после service dnsmasq restart пишет: Starting dnsmasq service:
> > dnsmasq: cannot open or create lease file /var/lib/dhcp/dhcpd.leases: No
> > such file or directory
> > В чем может быть проблема?
>
> В слишком уж замороченной дефолтной конфигурации dnsmasq. Обычно мне
> хватает чего-то в духе:
О господи. Евгений, не морочьте человека.
Достаточно создать mkdir -p /var/lib/dhcp/
Файл dhcpd.leases безусловно необходим.
Почему у нас этот каталог присутствует в конфигурации, но сам не создаётся --
загадка.
--
Салют, /GLeb
UIN: 15341920
jabber://gleb@asd.iao.ru
sip://2387245@sipnet.ru (telephony)
skype://gleb_kulikov.tomsk (telephony)
sip://20000204@sip.pctel.ru (telephony)
netmail: 2:5005/78
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-06-03 10:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-03 8:21 [Sysadmins] dnsmasq alisher
2009-06-03 10:50 ` Eugene Prokopiev
2009-06-03 10:53 ` Eugene Prokopiev
2009-06-03 10:58 ` Gleb Kulikov
ALT Linux sysadmins discussion
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/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 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
public-inbox-index sysadmins
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sysadmins
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git