From: Matyko <mve@kv-spb.ru>
To: "community@altlinux.ru" <community@altlinux.ru>, harlan@mail.ru
Subject: Re: [Comm] сбивается маска
Date: Tue, 11 May 2004 09:48:01 +0400
Message-ID: <1421637327963.20040511094801@kv-spb.ru> (raw)
>> Короче - чз некоторое время после получения адреса от dhcp из пула
>> у юзеров сбивается маска - вместо /24 может быть /16 или /8.
>> Где искать причину?
>>
> В конфигурации.
> Укажи диапазон раздаваемых адресов и конфигурационный файл DHCP.
ddns-update-style interim;
ddns-updates on;
ddns-domainname "###.ru";
ddns-rev-domainname "in-addr.arpa";
key DHCP_UPDATE {
algorithm HMAC-MD5.SIG-ALG.REG.INT;
secret "KfCRJf30eviqCvJhkRtRQw==";
}
zone ###.ru. {
primary 192.168.1.5;
key DHCP_UPDATE;
}
zone 1.168.192.in-addr.arpa. {
primary 192.168.1.5;
key DHCP_UPDATE;
}
# --- end dynamic updates options
# --- global options
option domain-name-servers 192.168.1.5;
option domain-name "###.ru";
# --- default gateway
option routers 192.168.1.5;
option netbios-name-servers 192.168.1.8;
# default is hybrid
# option netbios-node-type 8;
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.75 192.168.1.254;
# --- local options
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
default-lease-time 1728000;
max-lease-time 3456000;
}
--
С уважением,
Matyko
mve@kv-spb.ru
reply other threads:[~2004-05-11 5:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1421637327963.20040511094801@kv-spb.ru \
--to=mve@kv-spb.ru \
--cc=community@altlinux.ru \
--cc=harlan@mail.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