Add firewalld rules

This commit is contained in:
Simone Caronni 2022-11-21 11:12:14 +01:00
parent 955a8b86cc
commit b3bd604a02
2 changed files with 12 additions and 0 deletions

6
bacula-director.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>Bacula Director</short>
<description>Bacula Director, the central brain of Bacula. You need the bacula-director package installed for this option to be useful.</description>
<port protocol="tcp" port="9101"/>
</service>

6
bacula-storage.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>Bacula Storage</short>
<description>Bacula storage daemon. You need the bacula-storage package installed for this option to be useful.</description>
<port protocol="tcp" port="9103"/>
</service>