From: "Anatol B. Bazyukin" <a.bazyukin@gmail.com> To: ALT Linux sysadmin discuss <sysadmins@lists.altlinux.org> Subject: [Sysadmins] DHCP сервер - самопроизвольное изменение настроек в windows Date: Thu, 28 May 2009 11:34:32 +0400 Message-ID: <47d79c570905280034m164688b2we6680af047d1d10b@mail.gmail.com> (raw) Имеем 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
next reply other threads:[~2009-05-28 7:34 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2009-05-28 7:34 Anatol B. Bazyukin [this message] 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
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=47d79c570905280034m164688b2we6680af047d1d10b@mail.gmail.com \ --to=a.bazyukin@gmail.com \ --cc=sysadmins@lists.altlinux.org \ /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 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