There are some multihomed computers which have several network interfaces,
for example lan, wif1i, wifi2, dmz,  wan.
At the time chrony are binded either to 0.0.0.0 address, which is meaning "
listen on every available network interface " or only once specified
interface/address by "bind..." directives.
Yes, there is "allow" directive as well.
But  anyway there is listening to all the interfaces remaining, that is not
good.

Dear developers, please add availability of binding to several interfaces
specified in conf file may be  by specifying multiple times of binddevice
or bindaddress, for example:
bindaddress192.168.0.0/24 # lan
bindaddress172.10.0.0/24 # dmz
... for all other networks: wifi1, wifi2, wan, listening is not up.

Reply via email to