Port 9102 is called bacula-fd, and I guess that the IP 172.16.0.99 belongs to backup.skaggscatholiccenter.org. Which would mean that the rule does actually work. How do you figure that it doesn’t?
Because the backup server says cannot see the file damon running on port 9102. It only works with the “all” version of the command which I had enabled right before switching the rules and running the iptables -L command.
try looking into what actually happens with tcpdump. Run the following on the machine you want to backup:
tcpdump -n -i any port 9102
Then let Bacula try to connect. What does tcpdump output in that moment? Please also post the output of iptables -L -nv from the machine-to-be-backed-up after that attempt.
Hi,
this issue was also mentioned on the Barcamp session. I assume @sccmrb also wants the firewall rule in the other direction, so that backup.skaggscatholiccenter.org can connect to 9102. Due to a 9 year old bug, this it not possible: https://forge.univention.org/bugzilla/show_bug.cgi?id=25632