Forum Discussion
exchange12rocks
Jun 02, 2021Iron Contributor
FS-FileServer
What does the "FS-FileServer" feature actually do? The description in the GUI does not help - the OS has this functionality even when the feature is disabled.
It's a bit of an idiosyncrasy: the SMB server service is always installed, as you point out. But we needed a way to enable its inbound firewall for use; by default, all inbound communication is blocked (since XP). So to activate the various SMB rules, you can:
- Create an SMB share
- Manually enable them in the Windows firewall
- "Install" this FS-FileServer feature
- Ned
3 Replies
- NedPyleFormer EmployeeI should've done so years ago, I will write something up soon.
- NedPyleFormer Employee
It's a bit of an idiosyncrasy: the SMB server service is always installed, as you point out. But we needed a way to enable its inbound firewall for use; by default, all inbound communication is blocked (since XP). So to activate the various SMB rules, you can:
- Create an SMB share
- Manually enable them in the Windows firewall
- "Install" this FS-FileServer feature
- Ned
- exchange12rocksIron ContributorOh, cool, thank you, Ned! Would it be possible to improve description and documentation for this feature then?