

# the template processing of the file and white space is removed, # BE CAREFUL WHEN MODIFYING THIS FILE! It is updated automatically I’ve got a 1 tb drive mount in /opt/timemachine Nowadays, the Time Machine backup need the AFP to work and the Netatalk is in the version 3.1.7
NETATALK SRC RPM CENTOS SOFTWARE
Netatalk is an OpenSource software package, that can be used to turn a *NIX machine into an extremely high-performance and reliable file server for Macintosh computers.
NETATALK SRC RPM CENTOS INSTALL
Now that Avahi is installed, we will install Netatalk to provide that Apple Filing protocol (AFP ).
NETATALK SRC RPM CENTOS HOW TO
You should have a working findable, through uPnP, media server.Contact: the precedent topic, we have seen how to install and configure correctly Avahi, the Apple Bonjour service equivalent. The last thing to do is restart iptables and to turn on minidlna. The file is well commented and you should be able to figure out any other changes you may need to make. There are a few more settings you can tweak, but these 3 are the main ones to get up and running as quickly as possible. Next is to edit the minidlna config file. Some DLNA players require it in order to play. One thing to note here is that it is critical to have a port open for the presentation url. A INPUT -m state –state NEW -m tcp -p tcp –dport 8200 -j ACCEPT A INPUT -m state –state NEW -m udp -p udp –dport 1900 -j ACCEPT A INPUT -m state –state NEW -m tcp -p tcp –dport 1900 -j ACCEPT Just double check before you save iptables. the - in front of state and dport can be lost.

Last we need to open up the proper ports in iptables, edit the config file and turn on the server. $ sudo yum install ”Īfter that file is created we need to set the proper permissions for the file. Refer to my previous blog CentOS 6.2 and Netatalk to find out how. If this step fails you may need to install the EPEL repository for Cent. If this is a live machine some of these you may already have. If it fails makes sure you have two ~]$ sudo rpm -Uvh ~]$ sudo rpm –import The DAG key sometimes likes to turn - into – when you copy paste it. There are quite a few required dependencies. MiniDLNA requires the RPMForge repository for Cent. That, once again, you’ll have a user named bob that has sudoers privileges and that will be used to do all the work.You have a location called /data/stuff that will be used to store the media files.A fresh box would be ideal, but my own home linux machine is pretty cluttered. I live by the “lean is mean” mentality and would not recommend installing this on a production machine that has other purposes. To get miniDLNA working it requires considerable amount of packages to be installed to CentOS. It’s a working group built with a primary purpose of connecting various media devices to share your legal content while maintaining some semblance of protecting copyright holders.įinally a note.

It gives a good guarantee that it will work with the majority of devices.Ī quick rundown on DLNA. What your device does with the data is up to it. I didn’t need web interfaces or transcoding. My secondary concern was that I wanted one that didn’t try to do everything. Why miniDLNA? Well first let’s start with the fact that there are a lot of DLNA type servers out there.
