Lorenzo Viola wrote:
> 
> Hi all on the list!
> I've been reading your list for a while, hoping to find a solution to a problem
> that someone else seems to have and that I've still not solved...
> Here it is : I'm using RH 5.2, the latest bind 8.2.6, the connections to my
> ISPs are ok,
> and diald 0.16.5a (from an rpm)
> The problem is BIND : it keeps trying to synchronize every 10-15 minutes
> with other
> domains, and I can't find a way to stop it...it is also using any port
> above 61000 (sometimes above 1000)
> which makes harder to ignore it...already tried putting in the following :

Are you sure, it's not trying to make your domain know to the internet ?
Because, that's what I had.

I could stop it do that with this command:
in /etc/named.conf:

zone "blabla.net" in {
        notify no;
        type master;
        file "named.bla.net"
}

zone "168.192.in-addr.arpa" in {
        notify no;
        type master;
        file "named.rev-bla.net";
};

Hope this helps you.

> 
> in /etc/named.conf :
> 
> zone "." {
>         type master;
>         file "named.ca";
>         };
> 
> and in standard.filter the following 3 cases  :
> 
> (1) keeps dialing
> ignore udp udp.dest=udp.domain,udp.source=udp.domain
> accept udp 30 udp.dest=udp.domain
> accept udp 30 udp.source=udp.domain
> 
> (2) keeps dialing
> ignore udp udp.dest=udp.domain,ip.tot_len=45
> accept udp 30 udp.dest=udp.domain
> accept udp 30 udp.source=udp.domain
> 
> (3) resolver can't dial out
> ignore udp udp.dest=udp.domain,udp.source=udp.domain
> ignore udp udp.dest=udp.domain,ip.tot_len=45
> accept udp 30 udp.dest=udp.domain
> accept udp 30 udp.source=udp.domain
> 
> I'm sure I've to place something in named.conf to stop bind!!
> Also tried putting xfernets in named.boot :
> 
> xfernets        150.158.0.0 (my local net)
> 
> I don't want to remove internal dns because I would like to make a good
> dhcp system (with automatic dns update) and internal mail on a domain-basis,
> and dial-in, and so on...
> 
> Anyone has a working one ? which option do I need to stop bind transfering or
> synchronizing zones ????
> already checked and read everything I could, found anything, and It's some
> months
> that I'm trying !!!!!!!!!!!!!
> 
> thanks in advance to every good soul who will help (will get my blessings
> :-) !!
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-diald" in
> the body of a message to [EMAIL PROTECTED]

-- 
:hacker: /n./  [originally, someone who makes furniture with an
   axe] 1. A person who enjoys exploring the details of programmable
   systems and how to stretch their capabilities, as opposed to most
   users, who prefer to learn only the minimum necessary.  2. One who
   programs enthusiastically (even obsessively) or who enjoys
   programming rather than just theorizing about programming.  3. A
   person capable of appreciating {hack value}.  4. A person who is
   good at programming quickly.  5. An expert at a particular program,
   or one who frequently does work using it or on it; as in `a Unix
   hacker'.  (Definitions 1 through 5 are correlated, and people who
   fit them congregate.)  6. An expert or enthusiast of any kind.  One
   might be an astronomy hacker, for example.  7. One who enjoys the
   intellectual challenge of creatively overcoming or circumventing
   limitations.  8. [deprecated] A malicious meddler who tries to
   discover sensitive information by poking around.  Hence `password
   hacker', `network hacker'.  The correct term for this sense is
   {cracker}.

   The term `hacker' also tends to connote membership in the global
   community defined by the net (see {network, the} and
   {Internet address}).  It also implies that the person described
   is seen to subscribe to some version of the hacker ethic (see
   {hacker ethic}).

   It is better to be described as a hacker by others than to describe
   oneself that way.  Hackers consider themselves something of an
   elite (a meritocracy based on ability), though one to which new
   members are gladly welcome.  There is thus a certain ego
   satisfaction to be had in identifying yourself as a hacker (but if
   you claim to be one and are not, you'll quickly be labeled
   {bogus}).  See also {wannabee}.
(or you can read:
URL=http://abcnews.go.com/sections/tech/Geek/geek41.html)

-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]

Reply via email to