javier rojas wrote:
thanx for answering,
Try a "telnet MACHINE 9102" from your server and a "telnet
STORAGE-SERVER 9103" and "telnet SERVER 9101" from your client
telnet MACHINE 9102
Trying 192.168.127.250...
Connected to MACHINE.
Escape character is '^]'.
telnet STORAGE SERVER
Trying 192.168.127.2...
it doesn't seems to connect, so i checked host.allow and theres
absolutely nothing uncommented there, i tried to do a iptables stop
but i got "bad argumment", any tips on iptables??....
in short
iptables -F; iptables -P input accept; iptables -P output accept
should do the trick, or man iptables.
your bacula-fd.conf on client should have more lines like this:
FileDaemon { # this is me
Name = MACHINE-fd
FDport = 9102 # where we listen for the director
WorkingDirectory = /var/bacula
Pid Directory = /var/bacula
Maximum Concurrent Jobs = 20
that's exactly how my bacula-fd.conf is...
FileDaemon { # this is me
Name = MACHINE-fd
FDport = 9102 # where we listen for the director
WorkingDirectory = /var/bacula
Pid Directory = /var/bacula
Maximum Concurrent Jobs = 20
run a netstat -nlp e check if a 9102 is open.
netstat -nlp (STORAGE-SERVER)
tcp 0 0 0.0.0.0:9101 0.0.0.0:*LISTEN off (0.00/0/0)
tcp 0 0 0.0.0.0:9102 0.0.0.0:*LISTEN off (0.00/0/0)
tcp 0 0 0.0.0.0:9103 0.0.0.0:*LISTEN off (0.00/0/0)
netstat -nlp (MACHINE)
tcp 0 0 0.0.0.0:9102 0.0.0.0:*LISTEN 4495/bacula-fd
--
Ciao, Javier
linux user #393724
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users