On 2/12/2020 8:30 PM, Jean Mark Orfali wrote:
Hello group,
I am having trouble getting bacula-fd to work on a centos 6 server. The server
uses iptables and not selinux. The service seems up and running but I am not
able to access it. Here is the result when I start the service on the server:
[root @ xxxx-nfs-01 bacula] # service bacula-fd restart
Shutting down bacula-fd: [OK]
Starting bacula-fd: [OK]
That doesn't guarantee that bacula-fd is running. Use ps aux | grep
bacula instead. From the below netstat output, it doesn't look like
bacula-fd is running.
===================================
Here is the result of IpTable:
root @ xxx-nfs-01 bacula] # iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp - anywhere anywhere tcp dpt: bacula-dir
ACCEPT tcp - anywhere anywhere state NEW tcp dpt: bacula-fd
ACCEPT tcp - anywhere anywhere tcp dpt: bacula-fd
ACCEPT tcp - anywhere anywhere tcp dpt: bacula-sd
ACCEPT tcp - anywhere anywhere tcp dpt: peerwire
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
=====================================
If I list the open ports on my server, I don't see port 9102 ...
[root@xxxxx-nfs-01 etc]# sudo netstat -ltup
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address
State PID/Program name
tcp 0 0 *:rquotad *:*
LISTEN 2465/rpc.rquotad
tcp 0 0 *:58988 *:*
LISTEN 2469/rpc.mountd
tcp 0 0 localhost:9871 *:*
LISTEN 37845/./ltechagent
tcp 0 0 *:sunrpc *:*
LISTEN 2151/rpcbind
tcp 0 0 *:48529 *:*
LISTEN 2469/rpc.mountd
tcp 0 0 *:53297 *:*
LISTEN 2171/rpc.statd
tcp 0 0 *:51092 *:*
LISTEN -
tcp 0 0 *:ssh *:*
LISTEN 2664/sshd
tcp 0 0 localhost:ipp *:*
LISTEN 2296/cupsd
tcp 0 0 localhost:smtp *:*
LISTEN 2770/master
tcp 0 0 localhost:9850 *:*
LISTEN 2683/mms
tcp 0 0 *:nfs *:*
LISTEN -
tcp 0 0 localhost:43234 *:*
LISTEN 2683/mms
tcp 0 0 *:40072 *:*
LISTEN 2469/rpc.mountd
tcp 0 0 *:sunrpc *:*
LISTEN 2151/rpcbind
tcp 0 0 *:52947 *:*
LISTEN 2469/rpc.mountd
tcp 0 0 *:netscript *:*
LISTEN 16881/ds_agent
tcp 0 0 *:ssh *:*
LISTEN 2664/sshd
tcp 0 0 localhost:ipp *:*
LISTEN 2296/cupsd
tcp 0 0 localhost:smtp *:*
LISTEN 2770/master
tcp 0 0 localhost:9850 *:*
LISTEN 2683/mms
tcp 0 0 *:nfs *:*
LISTEN -
tcp 0 0 *:50244 *:*
LISTEN 2469/rpc.mountd
tcp 0 0 *:37157 *:*
LISTEN -
tcp 0 0 *:49221 *:*
LISTEN 2171/rpc.statd
tcp 0 0 *:50185 *:*
LISTEN 2469/rpc.mountd
udp 0 0 *:rquotad *:*
2465/rpc.rquotad
udp 0 0 *:sunrpc *:*
2151/rpcbind
udp 0 0 *:rda *:*
2151/rpcbind
udp 0 0 *:ipp *:*
2296/cupsd
udp 0 0 keybook-nfs-01:ntp *:*
2672/ntpd
udp 0 0 localhost:ntp *:*
2672/ntpd
udp 0 0 *:ntp *:*
2672/ntpd
udp 0 0 *:nfs *:*
-
udp 0 0 *:39809 *:*
2469/rpc.mountd
udp 0 0 *:34311 *:*
2469/rpc.mountd
udp 0 0 *:ieee-mms *:*
2171/rpc.statd
udp 0 0 localhost:24100 *:*
2683/mms
udp 0 0 localhost:24101 *:*
2683/mms
udp 0 0 localhost:24102 *:*
2683/mms
udp 0 0 *:54714 *:*
2171/rpc.statd
udp 0 0 *:38975 *:*
2469/rpc.mountd
udp 0 0 *:36423 *:*
-
udp 0 0 *:51036 *:*
37845/./ltechagent
udp 0 0 *:sunrpc *:*
2151/rpcbind
udp 0 0 *:rda *:*
2151/rpcbind
udp 0 0 fe80::215:5dff:fe00:1e58:ntp *:*
2672/ntpd
udp 0 0 localhost:ntp *:*
2672/ntpd
udp 0 0 *:ntp *:*
2672/ntpd
udp 0 0 *:nfs *:*
-
udp 0 0 *:60979 *:*
2469/rpc.mountd
udp 0 0 *:36540 *:*
2469/rpc.mountd
udp 0 0 *:58201 *:*
-
udp 0 0 *:55657 *:*
2469/rpc.mountd
udp 0 0 *:38121 *:*
2171/rpc.statd
=====================================================
If I try to connect from the remote server to test if the port is open, here is
the result
[root @ ip226 ~] # telnet 101.101.101.10 9102
Trying 101.101.101.10 ...
telnet: connect to address 101.101.101.10: Connection refused
[root @ ip226 ~] #
===================================
Is there a firewall other than Selinux or iptables on centos 6 that I don't
know?
Thank you so much!
Jean Mark Orfali • Sys admin
T. 1-877-258-4542 P. 227
bravad.ca/Fabrique
Avis de confidentialité
Le contenu de ce message ainsi que du ou des fichiers qui y sont joints est
strictement confidentiel et destiné exclusivement à son ou sa destinataire. Si
vous n’êtes pas cette personne, nous attirons votre attention sur le fait qu’il
est strictement interdit de copier, de faire suivre ou d’utiliser les
informations contenues dans ce courriel. Si vous l’avez reçu par erreur, nous
vous remercions de nous le faire savoir.
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users