Is it possible that a single machine running avahi advertises other machines sharing files over afp ?
I have different machines running Gentoo but I don't want to run avahi on each server.
Is it possible that a single machine running avahi advertises other machines sharing files over afp ?
I have different machines running Gentoo but I don't want to run avahi on each server.
I've found the solution by trying to tune .config files !
/etc/avahi/services/ contains *.services like afpd.services
Copy the afpd.servicies to match each machine you want to advertise : server1.service, server2.service, ...
Add the
<host-name></host-name>
tag in each .service*.service :
Restart: /etc/init.d/avahi restart