How To:Run Amanda Over IPv6

From wiki.zmanda.com
Revision as of 23:19, 5 July 2006 by Paddy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Amanda works in IPv6 environment. To use IPv6 addresses, set the protocol field to tcp46 in xinetd or inetd amanda service entry. Example: xinetd entry for amandad in IPv6 environment:

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