[EMAIL PROTECTED] wrote:

> BTW when I start the name server another high UDP port seems to be open,
> any idea why this is ?

By default, BIND 8 uses a separate (ephemeral) port for querying other
name servers. You can set an explicit port using e.g.

        options {
                query-source address * port 54;
        };

in named.conf.

-- 
Glynn Clements <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to