In named.conf you need the listen-on portdirective which allows you to
specify the IPs to listen on. In your case

options {
        listen-on port  53 { 192.168.42.1; };
        ...
}

hth
charles

On Mon, 19 Feb 2001, Mark Lo wrote:

> Hi,
> 
>      How to tell bind to listen to a single ip address if I have two IP
> address alias in a single ethernet card.
> 
>      For example,
> 
>      eth0   ="192.168.42.1"
>      eth0:0="192.168.42.2"
> 
> How Can I tell bind to only listen to eth0 but eth0:0 ??



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to