Re: Building a FreeBSD NAS
- Reply: Mehmet Erol Sanliturk : "Re: Building a FreeBSD NAS"
- Reply: Andrea Venturoli : "Re: Building a FreeBSD NAS"
- In reply to: infoomatic : "Re: Building a FreeBSD NAS"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Feb 2022 12:38:41 UTC
Main aim is to access it from macOS as NAS backup server. MacOS should be able to recognize it as a backup medium. — Christoph > Am 05.02.2022 um 11:02 schrieb infoomatic <infoomatic@gmx.at>: > > > On 05.02.22 10:13, Christoph Kukulies wrote: >> I’m thinking of setting up a NAS server on my FreeBSD (12.1) system. What would be the product from ports or server I had to use? >> > depends on how you gonna use it. First, I suggest updating to 12.3 since 12.1 is end of life, or upgrade to 13.0. > > I use plain sshfs, so I do not need anything from ports ;-) I just use sshd from the base system and fusefs-sshfs on my clients. > > If you intend to use nfs, it is also in base - with 13.0 you can also use TLS to encrypt data in transmission. > > iscsi is also in base. However, if you want to share files with Windows clients, you can use samba413 from ports/pkg. > > If you want to share files via webdav, use apache24 from ports/pkg, for ftp I can recommend vsftpd from ports/pkg (or proftpd). > > For afp/filesharing with macos you can use netatalk3 from ports/pkg. > > > > Regards, > > Robert