I've installed Samba 4.2 (the net/samba42 package) and I keep it up to date.
I only allow LAN hosts in the smb4.conf:
and I've opened the Samba ports only to LAN.
I trust all LAN clients not to crack my server and there is a username and password feature so that a friend that connects on the LAN (rare but happens) with his laptop will not accidentally see personal stuff.
Is there anything else I can do?
I only allow LAN hosts in the smb4.conf:
Code:
[global]
hosts allow = 127.0.0.1 localhost 10.0.0.0/24
hosts deny = 0.0.0.0/0
I trust all LAN clients not to crack my server and there is a username and password feature so that a friend that connects on the LAN (rare but happens) with his laptop will not accidentally see personal stuff.
Is there anything else I can do?