I'm new to linux and I currently have a Raspberry Pi 3 running Turnkey Linux that I plan on using as a File Server in my home. I'm still working on this project and following this tutorial. I came across this Streisand Effect github page and was wondering if I installed this, will it modify my File Server setup or prevent me from finishing this project? Thanks
Asked
Active
Viewed 439 times
1 Answers
0
Are you talking about the SAMBA file server in that tutorial? I don't think Streisand would mess with that configuration. If you're trying to access your file server from outside the home, it looks like you'd have a lot of routing considerations to get past all of the security measures in Streisand. I can't answer for sure without a use case and basic config information.
That said, go ahead and try it! Sounds like a great learning experience either way.
John Moon
- 993
- 5
- 9
-
Yes the SAMBA file server. thanks! I'll try it and see. When it comes to the routing considerations, can you give me an example? @JohnMoon – dev_P Nov 21 '17 at 06:38
-
Sure! It depends on what features of Streisand you'd be using and how strict you'd want to be about maintaining privacy. I see Streisand has OpenVPN with it, so maybe one setup would be to have your SAMBA server only share with devices on the LAN, then have your VPN act as an outside gateway to that LAN (the way most enterprises do). It all depends on your use case and how tight or loose you'd like security to be. – John Moon Nov 22 '17 at 02:50