Changes

From Amahi Wiki
Jump to: navigation, search
272 bytes added ,  22:36, 14 September 2015
no edit summary
{{NeedsUpdate}}
 
 
The Apple Filing Protocol (AFP) is a network protocol that offers file services for Mac OS X and original Mac OS.
Avahi is an open source implementation of Bonjour or former Rendezvous wich advertises servers to MacOS X.
* Become root (sudo -s or su -)
* yum -y install netatalk
* edit /etc/atalk/afpd.conf <code>- -noddp -tcp -uamlist uams_randnum.so,uams_dhx.so,uams_dhx2.so -nosavepassword -advertise_ssh</code>
*edit /etc/atalk/netatalk.conf <code>
ATALKD_RUN=no<br>
TIMELORD_RUN=no<br>
A2BOOT_RUN=no</code>
* Once the app is installed you can add the folders you wish to share over AFP by editing the /etc/atalk/ApplevolumesAppleVolumes.default file:<code>~/ "$u" allow:UserName rwlist:UserName,@users cnidscheme:cdb</code>Change UserName to your username, this will share your homefolder over afp* chkconfig atalk on* service atalk start For recent versions of Amahi/Netatalk (Tested with Amahi 6/Netatalk 2.1.3-1/Fedora 14), the service name is changed to 'netatalk.' So the above becomes;
Change UserName to your username, this will share your homefolder over afp* chkconfig netatalk on* service netatalk start
== Installation of avahi into Amahi ==
* Become root (sudo -s or su -)
* yum -y install avahi
*go to /etc/avahi/services/*add the afpd.servicefile:
<code><?xml version="1.0" standalone='no'?><!--*-nxml-*--><br>
<!DOCTYPE service-group SYSTEM "avahi-service.dtd"><br>
12,424

edits