Listen handling is not correct for Linux clients
Closed this issue · 0 comments
zachfi commented
There seems to be a an issue with the bacula-fd where specifying a listen address in v6 form does not work. Also, if no addresses are specified, the default is to listen on only 0.0.0.0, rather than the v6 :: . Its possible to get the daemon to listen on all v6 addresses by specifying a ipv6 = { addr = ::; }
but the module does currently differentiate between listen address familes.