Tach auch!

Am Die, den 30 April 2002, schrieb Michael Koch:
> Am Montag, 29. April 2002 17:29 schrieb Udo Mueller:
> > Hallo Michael,
> >
> > * Michael Koch <[EMAIL PROTECTED]> [29-04-02 13:30]:
> > > Ich betreibe hier einen lokalen Nameserver (Bind 8). Ich ihm folgendes
> > > beigebracht:
> > >
> > > listen-on {
> > >                 192.168.1.200;
> > > };
> > >
> > > Das funzt auch generell, aber er horcht auch noch am port 53 (UDP) auf
> > > einer anderen Schnittstelle (ppp0). Kann man das irgendwie abstellen ?
> > >
> > > Wahrscheinlich ist folgendes daran Schuld:
> > >
> > > query-source address * port 53;
> >
> >                    ^
> > Hast du hier mal die IP eingegeben und ausprobiert?
> 
> Die Frage ist ob ich da eine private IP aus meinem Netz oder die �ffentliche 
> IP zur Weiterleitung von Anfragen an andere Nameserver reinschreiben muss.

Aus http://www.informatik.uni-bremen.de/~net/notes/bind-8.2.3.html

        query-source may specify an address and port that the server is
        already listening on.  BIND 8.1.1 required that either the address
        or port be wild.  E.g., you can now say:

                listen-on port 53 { 10.0.0.1; };
                query-source address 10.0.0.1 port 53;


        Dieter

-- 
Registrierter Linux Benutzer #186360 - GnuPG Key-ID: FDE465C9

Nichts ist wie es scheint, alles ist erlaubt!

Attachment: msg07089/pgp00000.pgp
Description: PGP signature

Antwort per Email an