Все поставил и настроил. Но director не может получить данные клиента. При рассмотрении выяснилось, что на сервере director закрыт порт 9102. Открыть его у меня почему-то не получается.
Вывод netstat -tlnp c cсервера bacula:
netstat -tlnp
Активные соединения с интернетом (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1079/mysqld
tcp 0 0 127.0.0.1:9101 0.0.0.0:* LISTEN 1407/bacula-dir
tcp 0 0 127.0.0.1:9102 0.0.0.0:* LISTEN 1368/bacula-fd
tcp 0 0 127.0.0.1:9103 0.0.0.0:* LISTEN 1338/bacula-sd
tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN 1523/perl
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1127/nginx
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1035/sshd
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 1264/master
tcp6 0 0 :::80 :::* LISTEN 1127/nginx
tcp6 0 0 :::22 :::* LISTEN 1035/sshd
tcp6 0 0 :::25 :::* LISTEN 1264/master
Вывод результата iptables -L:
iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:bacula-fd
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:bacula-fd
Вывод результата выполнения nmap с клиента:
nmap -sS 172.*
Starting Nmap 6.40 ( http://nmap.org ) at 2015-11-13 17:23 MSK
Nmap scan report for Baculasrv-dir (172.16.153.249)
Host is up (0.0012s latency).
Not shown: 996 closed ports
PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
80/tcp open http
10000/tcp open snet-sensor-mgmt
Nmap done: 1 IP address (1 host up) scanned in 0.10 seconds