Convice Bind to listen on IP alias with a range of IPs.

Augie Schwer augie.schwer at gmail.com
Mon Apr 30 23:14:11 UTC 2012


I think you've all missed the netmask there, 10.0.0.2 is in that range.

augie at augnix:~$ sudo ifconfig lo:1 10.0.0.1 netmask 255.255.255.224

augie at augnix:~$ ifconfig lo:1
lo:1      Link encap:Local Loopback
          inet addr:10.0.0.1  Mask:255.255.255.224

augie at augnix:~$ ping 10.0.0.2 -c 1
PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data.
64 bytes from 10.0.0.2: icmp_seq=1 ttl=64 time=0.027 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms

Given all that, can anyone suggest a reason why Bind won't listen on
that address?


-- 
Augie Schwer    -    Augie at Schwer.us    -    http://schwer.us



More information about the bind-users mailing list