Recently started trying out Freedombox, looking for an alternative to the Ubuntu server installs that I’ve used in the past. At the moment, I have two experimental installs, one on an old Gen 7 HP Proliant Microserver and the other on a friend’s Dell (which Microsoft have rendered obsolete, since it seems it is not suitable to run Windows 11. In both cases, I used a Debian Trixie install and selected the Freedombox “blend” (following an item I read on the Register). Generally works well, but the Samba addon is giving me problems.
On the HP machine, the install is to a 250GB SSD, and the machine has two 500 GB conventional drives. I selected those to act as the Samba shares, and have so for tried group and home shares. However, I can’t connect to either share.
From Linux, depending on whether I use smb://<machinename> or smb://<machinename>.local I get different errors. The first alternative gets me a login prompt, but fails to login, simply cycles and prompts again for the username/password. The second option gives me Failed to open"File System". Failed to retrieve share list from server: No route to host.. Trying the same thing under Windows gives a very slow response but eventually also fails to find the share. Using the test machine’s IP also fails to find a route to host.
Looking at etc/sambs/smb-freedombox.conf shows on possible reason for the errors - the hosts allow listing does not include the subnet for either of the two networks I’ve got available for testing. Which means that both local networks are probably being affected by the host deny = all directive. So far I’ve not seen any way that I can change parameters that won’t be overwritten by plinth - maybe I’m missing something there
Anyway, I’m looking for suggestions as to what is the most likely reason for the errors I’m seeing and how best to fix them?




