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 ??
>
>
> Thank you for your help,
>
> Mark
>
>
In /etc/named.conf, in the options section, add:
        listen-on {192.168.42.1; };




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

Reply via email to