Re: Building a FreeBSD NAS
- Reply: Steve O'Hara-Smith : "Re: Building a FreeBSD NAS"
- Reply: Christoph Kukulies : "Re: Building a FreeBSD NAS"
- Reply: Doug McIntyre : "Re: Building a FreeBSD NAS"
- In reply to: Christoph Kukulies : "Building a FreeBSD NAS "
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Feb 2022 10:01:30 UTC
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