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 :
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]