Changes

From Amahi Wiki
Jump to: navigation, search
321 bytes removed ,  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.
NOTE: THIS IS NOT MEANT FOR PEOPLE WHO DONT KNOW WHAT THEY ARE DOING.
>== Installation of netatalk into Amahi ==
* Open a terminal either on the desktop or SSH
* Become root (sudo -s or su -)
* yum -y install netatalk
* edit /etc/atalk/afpd.conf
&lt;<code&gt;>- -noddp -tcp -uamlist uams_randnum.so,uams_dhx.so,uams_dhx2.so -nosavepassword -advertise_ssh&lt;</code&gt; > *edit /etc/atalk/netatalk.conf &lt;<code&gt;>ATALKD_RUN=no&lt;<br&gt;>PAPD_RUN=no&lt;<br&gt;>CNID_METAD_RUN=yes&lt;<br&gt;>AFPD_RUN=yes&lt;<br&gt;>TIMELORD_RUN=no&lt;<br&gt;>A2BOOT_RUN=no&lt;</code&gt; >
* Once the app is installed you can add the folders you wish to share over AFP by editing the /etc/atalk/AppleVolumes.default file:
&lt;<code&gt;>~/ &quot;"$u&quot; " allow:UserName rwlist:UserName,@users cnidscheme:cdb&lt;</code&gt;>
Change UserName to your username, this will share your homefolder over afp
* chkconfig atalk on
* service atalk start
----<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">----=[http:For recent versions of Amahi/Netatalk (Tested with Amahi 6/ofysuzusys.coNetatalk 2.cc Under Construction! Please Visit Reserve Page1. Page Will Be Available Shortly]=--3--=[http:/1/ofysuzusysFedora 14), the service name is changed to 'netatalk.co.cc CLICK HERE]=' So the above becomes; ----* chkconfig netatalk on</div>* service netatalk start
== Installation of avahi into Amahi ==
12,424

edits