Skonfiguruj Amandę przez IPv6

Ten artykuł jest przeznaczony dla Amanda Enterprise (AE)

Amanda jest kompatybilna z IPv6. Aby używać adresów IPv6, musimy wprowadzić zmiany we wpisie usługi xinetd lub inetd amanda.

Konfiguracja xinetd

Przykład: wpis xinetd dla amandad, który będzie akceptował połączenia z adresów IPv4 oraz IPv6.

service amanda {disable = no socket_type = stream protocol = tcp flags = ipv6 wait = no user = amandabackup group = disk groups = yes server = / usr / local / libexec / amandad server_args = -auth = bsdtcp amdump amindexd amidxtaped}

Konfiguracja xinetd

Przykład: wpis inetd dla amandad, który będzie akceptował połączenia z adresu IPv4 oraz IPv6.

amanda stream tcp46 nowait amandabackup / usr / local / libexec / amandad amandad