ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
* [Sysadmins]  DHCP сервер - самопроизвольное изменение настроек в windows
@ 2009-05-28  7:34 Anatol B. Bazyukin
  2009-05-28  9:05 ` Michael Shigorin
  0 siblings, 1 reply; 7+ messages in thread
From: Anatol B. Bazyukin @ 2009-05-28  7:34 UTC (permalink / raw)
  To: ALT Linux sysadmin discuss

Имеем ALTM2.4 :)
Конфиг DHCP:

# Tecт
authoritative;
# --- begin dynamic updates option
ddns-update-style interim;
ddns-domainname "test.int";
ddns-rev-domainname "in-addr.arpa";
include "/var/lib/bind/etc/rndc.key" ;
zone test.int. {
	primary 192.168.168.3 ;
	key "rndc-key" ;
}
zone 168.168.192.in-addr.arpa. {
	primary 192.168.168.3 ;
	key "rndc-key" ;
}
# --- end dynamic updates option

default-lease-time 518400;
max-lease-time 518400;

# DNS провайдера
option domain-name-servers 194.8.160.90, 195.131.52.130;

# Router default
	option routers 192.168.168.2;

subnet 192.168.168.0 netmask 255.255.255.0 {
	range 192.168.168.100 192.168.168.200;
	option subnet-mask 255.255.255.0;

# WINS server
	option netbios-name-servers 192.168.168.3;
#
	allow unknown-clients;
group {
	# Router group 1
	option routers 192.168.168.2;
	option domain-name-servers 192.168.168.3 ;

	host test {
		hardware ethernet 00:0c:6e:23:f1:ab;
		ddns-hostname "test";
		}
	}
}

Под XP выполняем
 ipconfig/release
 ipconfig/renew
 ipconfig/all

Имеем
        IP-адрес  . . . . . . . . . . . . :       192.168.168.100
        Маска подсети . . . . . . . . . . :   255.255.255.0
        Основной шлюз . . . . . . . . . . : 192.168.168.2
        DHCP-сервер . . . . . . . . . . . :   192.168.168.3
        DNS-серверы . . . . . . . . . . . :   192.168.168.3

Но через десять минут
 ipconfig/all

        DNS-серверы . . . . . . . . . . . : 194.8.160.90
                                                      195.131.52.130

В чем  может быть проблема?
-- 
С уважением,
 Anatol


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-06-04  9:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-28  7:34 [Sysadmins] DHCP сервер - самопроизвольное изменение настроек в windows Anatol B. Bazyukin
2009-05-28  9:05 ` Michael Shigorin
2009-05-28 11:38   ` Boris Savelev
2009-05-28 11:45     ` Michael Shigorin
2009-05-28 13:16       ` Anatol B. Bazyukin
2009-05-28 13:29         ` Boris Savelev
2009-06-04  9:43           ` Anatol B. Bazyukin

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