|
| | Subject: | Re: Bind listening on IPs it shouldn't | | Group: | Bind-users | | From: | Mike Cardwell | | Date: | 15 Feb 2008 |
Pascal Hambourg wrote:
>> In my named.conf I have this:
>>
>> options {
>> directory "/var/cache/bind";
>> query-source address * port 53;
>> auth-nxdomain no;
>> listen-on port 53 { 127.0.0.1; 10.77.0.1; 91.186.18.103; };
>> };
> [...]
>> root@clayman:~# netstat -lanp|grep named|grep "^udp "
>> udp 0 0 0.0.0.0:53 0.0.0.0:* 5594/named
> [...]
>> Where did that "0.0.0.0:53" come from?
>
> It comes from the query-source option.
Ahhhhh. It was right there in front of me. Thank you.
Mike
|