On 27.08.19 at 15:29 wrote Samuel Marischek:
> Hello all,
> 
> We use here Bareos 17.2 with UCS. The most of the servers here are IPV6
> only. So i find out that the ports on the server and client are not
> listen on ipv6. Where i can enable this?
> 
> And the same @the client. We use here Ubuntu 18.04.

Bareos daemons listen on IPv4 by default.
If you want it to listen on IPv6,
add following lines to your Bareos Director configuration
(/etc/bareos/bareos-dir.d/director/bareos-dir.conf):

  Dir Addresses  = {
    ipv6 = {
        addr = ::;
    }
  }

Do it accordingly in the Storage- and File-Daemon configurations.

Regards,
Jörg
-- 
 Jörg Steffens                   [email protected]
 Bareos GmbH & Co. KG            Phone: +49 221 630693-91
 http://www.bareos.com           Fax:   +49 221 630693-10

 Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
 Komplementär: Bareos Verwaltungs-GmbH
 Geschäftsführer:
 S. Dühr, M. Außendorf, Jörg Steffens, P. Storz

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/qk3kmi%241jhj%241%40blaine.gmane.org.

Reply via email to