Binding to interface/IP

James Philpott jamesp at metainfo.com
Fri May 27 23:49:36 UTC 2005



Jason Williard wrote:
> Hello,
> 
> Is there a way to have BIND bind to a specific interface or IP?  I have a
> RedHat Enterprise server running BIND 9.2.4 with multiple IP addresses.  I
> would like to have notifications sent from an IP other than the IP bound to
> eth0.  I would like to either bind BIND to eth0:0 or a specific IP.
> 
> ---
> Thank You
> Jason Williard
>  

In your named.conf file:

options {
	listen-on { 172.16.33.5 port 53; 10.10.10.5 port 5001;
	192.168.33.5 port 53; };
};

Take Care,
James Philpott



More information about the bind-users mailing list