I am not sure if it is the same on linux. On linux it is /etc/xinetd.d/amandaclient and it looks like this:
Code:
[[email protected] ~]$ cat /etc/xinetd.d/amandaclient
# default: on
#
# description: The Amanda backup client should be enabled for systems
# which will be backed up by an Amanda backup server.
service amanda
{
disable = no
flags = IPv4
flags = IPv6
socket_type = stream
protocol = tcp
wait = no
user = amandabackup
group = disk
groups = yes
server = /usr/libexec/amanda/amandad
server_args = -auth=bsdtcp amdump
}
[[email protected] ~]
And don't forget to check if it has a firewall running. Disable it just to test the connection again using amcheck.
cheers,