On Mon, 30 Apr 2012, Augie Schwer wrote: > I must be doing something wrong, because what I want to do doesn't > seem that difficult. > > I have a range of IPs bound to a local interface: > > lo:1 Link encap:Local Loopback > inet addr:10.0.0.1 Mask:255.255.255.224 > > And I want to convince Bind to listen on sub-set of the given range ( > 10.0.0.2 for example ), yet when I configure that IP: > > listen-on { 10.0.0.2; }; > > Bind won't listen on that interface: > > "named[15035]: not listening on any interfaces" > > Bind has no problem listening on 10.0.0.1 however, so there must be > some configuration option I am missing. > > Any help is appreciated. > > augie@augnix:~$ named -v > BIND 9.7.0-P1
Your interface output above doesn't show the other IP. Maybe you need to run something like: ifconfig lo:1 10.0.0.2 up _______________________________________________ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users