Hi all,
Finally I've found the solution.
The problem seems to be caused by a known issue since BIND version 9.16.1
Commenting out these lines in /etc/named.conf solves the issue:
query-source address 192.168.10.100;
notify-source 192.168.10.100 port 53;
transfer-source 192.168.10.100 port 53;
T
Hi all,
Finally I've found the solution.
The problem seems to be caused by a known issue since BIND version 9.16.1
Commenting out these lines in /etc/named.conf solves the issue:
query-source address 192.168.10.100;
notify-source 192.168.10.100 port 53;
transfer-source 192.168.10.100 port 53;
T
Hi all,
Is it normal to see bind listening on UDP port 53 using 2 fd?
udp UNCONN 00 192.168.10.100:530.0.0.0:*
users:(("named",pid=4205,fd=512))
udp UNCONN 00 192.168.10.100:530.0.0.0:*
users:(("named",pid=4205,fd=15)
3 matches
Mail list logo