• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

File Server questions.

RyanGreener

Senior member
Hi everyone. I've got some old P4 box successfully running FreeNAS off of a USB stick. All of the files are stored on a 1 TB hard drive. I want to allow it to have internet/remote access (so it can be accessed outside of the house). Is there any simple way to do this with my current setup, or should I switch to a Linux distro to do this?
 
It depends on what you're trying to accomplish. To map a drive in Windows over the Internet is a bad idea regardless of the OSes involved. To just ssh into the thing and get files via SFTP or map a drive via SSHFS you just need to forward port 22 to your file server.
 
It depends on what you're trying to accomplish. To map a drive in Windows over the Internet is a bad idea regardless of the OSes involved. To just ssh into the thing and get files via SFTP or map a drive via SSHFS you just need to forward port 22 to your file server.

Ok thanks for the tips. I'm going to research a bit more of what any of those acronyms mean.
 
Back
Top