ALT Linux Community general discussions
 help / color / mirror / Atom feed
* Re: [Comm] сбивается маска
@ 2004-05-11  5:48 Matyko
  0 siblings, 0 replies; only message in thread
From: Matyko @ 2004-05-11  5:48 UTC (permalink / raw)
  To: community, harlan

>> Короче - чз некоторое время после получения адреса от 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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-05-11  5:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-11  5:48 [Comm] сбивается маска Matyko

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