Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
howto:how_to_make_nethserver_os_x_friendly_-_afp [2015/11/24 20:31] Jim |
howto:how_to_make_nethserver_os_x_friendly_-_afp [2016/04/01 20:45] (current) Jim |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag> | + | =====How to make NethServer OS X Friendly - Netatalk / AFP / Time Machine===== |
- | + | ||
- | =====How to make NethServer OS X Friendly - Netatalk / AFP===== | + | |
**Subtitle**: | **Subtitle**: | ||
Line 19: | Line 17: | ||
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 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. | ||
- | Nowadays, the Time Machine backup need the AFP to work and the Netatalk is in the version 3.1.7 | + | Nowadays, the Time Machine backup need the AFP to work and the Netatalk is in the version 3.1.7, at this date of presentation. |
- | <WRAP round tip 75%> | + | <WRAP round todo 75%> |
- | To work properly, Netatalk need the avahi-deamon: | + | To work properly, Netatalk need the avahi-deamon: |
</ | </ | ||
- | I've got a 1 tb drive mount in / | + | I've got a 1 tb drive mount in / |
- | here my fstab | + | |
+ | Here my fstab: | ||
< | < | ||
# vi fstab | # vi fstab | ||
Line 49: | Line 47: | ||
</ | </ | ||
- | I want a specific user tmbackup to connect to the server | + | I want a specific user **tmbackup** to connect to the NetServer instance |
All this how to is inspired from http:// | All this how to is inspired from http:// | ||
Line 90: | Line 88: | ||
All this stuff to install: | All this stuff to install: | ||
- | <code> | + | * <nowiki> |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: 1:dbus-devel-1.2.24-8.el6_6.x86_64 | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: 1:quota-3.17-21.el6_5.x86_64 | + | * < |
- | Installed: 1:quota-devel-3.17-21.el6_5.x86_64 | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | * < |
- | Installed: | + | |
- | </code> | + | |
After build the rpm and install it | After build the rpm and install it | ||
Line 220: | Line 216: | ||
http:// | http:// | ||
- | We need to adjust the firewall | + | We need to adjust the firewall, we will open the TCP port 548 for the GREEN network |
< | < | ||
- | config set fw_netatalk service status enabled TCPPorts 548 access private | + | # config set fw_netatalk service status enabled TCPPorts 548 access private |
- | signal-event firewall-adjust | + | # signal-event firewall-adjust |
- | signal-event runlevel-adjust | + | # signal-event runlevel-adjust |
</ | </ | ||
- | we need to add the user tmbackup, and set a password | + | We need to add the user tmbackup, and set a password |
< | < | ||
Line 235: | Line 230: | ||
</ | </ | ||
- | This user need all right on the / | + | This user need all rights |
< | < | ||
Line 251: | Line 246: | ||
At this point on the Mac, we can see the server in the Finder, and configure the Time Machine Backup | At this point on the Mac, we can see the server in the Finder, and configure the Time Machine Backup | ||
<WRAP round tip 80%> | <WRAP round tip 80%> | ||
- | It's recommended to connect one time in the Finder and keep the password in the keyring password | + | It's recommended to connect one time in the **Finder** and keep the password in the **Keychain** |
</ | </ | ||
Line 258: | Line 253: | ||
Until now SElinux don't complain 8-) | Until now SElinux don't complain 8-) | ||
+ | {{tag> |