public inbox for gentoo-user-pl@lists.gentoo.org
 help / color / mirror / Atom feed
From: Krzysztof Palka <cypreess@dione.cc>
To: gentoo-user-pl@lists.gentoo.org
Subject: Re: [gentoo-user-pl] Jak sprawdzic otwartosc portow UDP
Date: Thu, 26 Aug 2004 23:39:13 +0200	[thread overview]
Message-ID: <412E5881.4010303@dione.cc> (raw)
In-Reply-To: <200408261442.29906.g.dziegielewski@polmozbyt.krakow.pl>

Grzegorz Dzięgielewski wrote:
> Sztandarowy błąd w konfiguracji binda to brak kropek na końcu hostów... (tak 
> dla przypomnienia)

Tak. kropek brakowalo ale dalej nie za bardzo chce dzialac, choc juz nie 
ma serwer fail.

Zasadniczo zalozmy ze chce skonfigurowac IP: 1.1.1.1 na domene 
XXX.eu.org (zeby dostac od nich delegacje najpierw trzeba zrobic wpisy w 
dns serwerach). serwer dns konfiguruje wlasnie na maszynie 1.1.1.1

No wiec:
----------- /etc/bind/named.conf---------------------------
options {
         directory "/var/bind";
         listen-on-v6 { none; };
         listen-on { 1.1.1.1; };
         pid-file "/var/run/named/named.pid";
};

zone "." IN {
         type hint;
         file "named.ca";
};

zone "localhost" IN {
         type master;
         file "pri/localhost.zone";
         allow-update { none; };
         notify no;
};

zone "127.in-addr.arpa" IN {
         type master;
         file "pri/127.zone";
         allow-update { none; };
         notify no;
};

zone "XXX.eu.org" {
         type master;
         file "pri/XXX.eu.org";
         allow-update { none; };
         notify no;
};

-------------- end ---------------------------------

A nastepnie definiuje :

--------------- /var/bind/pri/XXX.eu.org-----------------------
$TTL 86400
$ORIGIN XXX.eu.org.

@       IN      SOA     XXX.eu.org. root.XXX.eu.org. (
                         2004082603; Serial
                         1H ;    Refresh
                         1800;   Retry
                         2W ;    Expire
                         2D );   Minimum TTL

;
@       IN      A       1.1.1.1
@       IN      NS      XXX.eu.org.
www     IN      A       1.1.1.1
ftps    IN      A       1.1.1.1
------------------------ end ------------------------------------

zapuszczam binda, nie ma bledow.

ustawiam sobie na laptopie (winxp) na sztywno jako DNSa ten serwer ktory 
konfiguruje 1.1.1.1

No i laczenie z domena XXX.eu.org daje:

Serwer DNS zwrócił następującą wartość

     Name Error: The domain name does not exist.

Ale, co ciekawe podpisano jako router.mojprovider.pl czyli ta informacje 
wygenerowal router mojego providera a nie moj serwer!!!




-- 
--------------------------------------------------------{*}--
  Krzysztof Palka  {*}  Isn't it the time you usually get up?
      http://cypreess.dione.cc {*} chAos iS tHe aNsweR
-------------------------------------------------------------

--
gentoo-user-pl@gentoo.org mailing list


  reply	other threads:[~2004-08-26 21:39 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-26 10:35 [gentoo-user-pl] Jak sprawdzic otwartosc portow UDP Krzysztof Palka
2004-08-26 11:19 ` Mariusz Pekala
2004-08-26 11:31   ` Krzysztof Palka
2004-08-26 12:42     ` Grzegorz Dzięgielewski
2004-08-26 21:39       ` Krzysztof Palka [this message]
2004-08-27  5:33         ` Mariusz Pekala
2004-08-27  6:08           ` Grzegorz Dzięgielewski
2004-08-26 12:50     ` Mariusz Pekala
2004-08-27  8:23 ` [gentoo-user-pl] Szukam programisty PHP / Sql Piotr Brzozowski
2004-08-27  8:26   ` Krzysztof Kaczynski
2004-08-27  8:46     ` [gentoo-user-pl] Praca - more info Piotr Brzozowski

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=412E5881.4010303@dione.cc \
    --to=cypreess@dione.cc \
    --cc=gentoo-user-pl@lists.gentoo.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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox