On 2022-11-07 12:10, Stakanov wrote:
I have two machines running, a TW (most recent always) and a trueNAS (FreeBSD
I have in the TrueNAS running a jail with miniDLNA to stream movies via the
network (to a smart TV but also to a PC). I also have put the pools
with samba on a share with appropriate permissions.
I did allow in firewall of TW (via yast): upnp, zeroconf, samba client. Now guess what, if I am running the dolphin to search the network for services, he does not see on TW neither upnp services nor zeroconf not even samba. When I do instead stop the firewall and search, all appears and works. This is
In data lunedì 7 novembre 2022 12:21:34 CET, Carlos E. R. ha scritto: based). true also after reboot - just in case anybody suggested it. Are
the yast allowances to the FW still working or has all to be edited via some config file / table?
Well, the traditional trick is to watch the firewall log to see what it rejects from the machine of interest and open it.
-- Cheers / Saludos,
Carlos E. R. (from 15.3 x86_64 at Telcontar)
well, there is the first problem. I do not find any log file from firewall. There is in /var/log firewalld but it does not seem to hold logs from firewall. It repeats:
2022-09-20 19:09:05 ERROR: Backup of file '/etc/firewalld/zones/public.xml' failed: [Errno 30] File system in sola lettura: '/etc/firewalld/zones/public.xml.old'> 2022-09-20 19:09:05 Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/firewall/server/decorators.py", line 67, in _impl> return func(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/firewall/server/config_zone.py", line 241, in update> self.obj = self.config.set_zone_config(self.obj, settings)
File "/usr/lib/python3.10/site-packages/firewall/core/fw_config.py", line 808, in set_zone_config> return self.set_zone_config_dict(obj, conf_dict)
File "/usr/lib/python3.10/site-packages/firewall/core/fw_config.py", line 821, in set_zone_config_dict> zone_writer(x)
File "/usr/lib/python3.10/site-packages/firewall/core/io/zone.py", line 445, in zone_writer> f = io.open(name, mode='wt', encoding='UTF-8')
OSError: [Errno 30] File system in sola lettura: '/etc/firewalld/zones/public.xml'
So apparently the system is not writable??? Maybe I am not using firewalld? I am lost sorry. What else logs I have to look at?