[Bacula-users] Director will not connect to a remote client

2016-03-14 Thread maaf4d
Oh, finally! We're getting somewhere. So, after I took out the addresses lines, everything is working fine. Next step for me is to get things working on CloudLab. Thank you all for your help. I think I can figure out the OpenStack issue on my own from here. Thank you guys so much! -Marty +---

Re: [Bacula-users] Director will not connect to a remote client

2016-03-14 Thread Richard
> Date: Monday, March 14, 2016 15:27:47 -0700 > From: maaf4d > > I am using the public IP address of the machines like so: > > Storage { # definition of myself > Name = storage-sd > SDPort = 9103 # Director's port > WorkingDirectory = "/var/lib

Re: [Bacula-users] Director will not connect to a remote client

2016-03-14 Thread Wanderlei Huttel
Hello You said that is running in a cloud lab. I suggest you first learn how to configure in a local machine/local network and after that try in a cloud lab. There no secret how to configure bacula, but first you need to know how bacula works. Atenciosamente *Wanderlei Hüttel* http://www.huttel.

Re: [Bacula-users] Director will not connect to a remote client

2016-03-14 Thread Dimitri Maziuk
On 03/14/2016 05:27 PM, maaf4d wrote: > I am using the public IP address of the machines like so: ... > SDAddress = public.ip.address.xx > } Mine works fine without that line. What does 'ip a' say on the sd machine, does it actually have 'inet public.ip.address.xx'? Also 'ip route': is there rou

[Bacula-users] Director will not connect to a remote client

2016-03-14 Thread maaf4d
I am using the public IP address of the machines like so: Storage { # definition of myself Name = storage-sd SDPort = 9103 # Director's port WorkingDirectory = "/var/lib/bacula" Pid Directory = "/var/run/bacula" Maximum Concurrent Jobs = 20

[Bacula-users] Director will not connect to a remote client

2016-03-14 Thread maaf4d
This is actually not OpenStack anymore. I'm running a temporary experiment on a few Linux machines I got in the lab +-- |This was sent by maa...@mst.edu via Backup Central. |Forward SPAM to ab...@backupcentral.com. +-

Re: [Bacula-users] Director will not connect to a remote client

2016-03-14 Thread Richard
> Date: Monday, March 14, 2016 17:00:51 -0500 > From: Dimitri Maziuk > > On 03/14/2016 04:45 PM, maaf4d wrote: >> How would I change that? Maybe that is my issue > > Sorry. I played with OpenStack a year or so ago and decided it > wasn't worth my time. So I've no idea, all I can tell you is 127

Re: [Bacula-users] Director will not connect to a remote client

2016-03-14 Thread Dimitri Maziuk
On 03/14/2016 04:45 PM, maaf4d wrote: > How would I change that? Maybe that is my issue Sorry. I played with OpenStack a year or so ago and decided it wasn't worth my time. So I've no idea, all I can tell you is 127/8 is the loopback address as defined in RFC1122 and will not be routed outside loc

[Bacula-users] Director will not connect to a remote client

2016-03-14 Thread maaf4d
How would I change that? Maybe that is my issue +-- |This was sent by maa...@mst.edu via Backup Central. |Forward SPAM to ab...@backupcentral.com. +--

Re: [Bacula-users] Director will not connect to a remote client

2016-03-14 Thread Dimitri Maziuk
On 03/14/2016 04:30 PM, maaf4d wrote: > I get the following when I use netstat: > > tcp0 0 127.0.1.1:9101 0.0.0.0:* LISTEN > 6591/bacula-dir > tcp0 0 127.0.1.1:9102 0.0.0.0:* LISTEN > 1886/bacula-fd > tcp0

[Bacula-users] Director will not connect to a remote client

2016-03-14 Thread maaf4d
I get the following when I use netstat: tcp0 0 127.0.1.1:9101 0.0.0.0:* LISTEN 6591/bacula-dir tcp0 0 127.0.1.1:9102 0.0.0.0:* LISTEN 1886/bacula-fd tcp0 0 127.0.1.1:9103 0.0.0.0:*

Re: [Bacula-users] Director will not connect to a remote client

2016-03-13 Thread Richard
> Date: Sunday, March 13, 2016 11:41:40 -0700 > From: maaf4d > > Ok so there seems to be some kind of issue with the public IP > addresses of OpenStack to where I can't really use the IP addresses > to connect to the nodes even tough I can ssh to them. It's very > weird. > > Anyway, I tried to

[Bacula-users] Director will not connect to a remote client

2016-03-13 Thread maaf4d
Ok so there seems to be some kind of issue with the public IP addresses of OpenStack to where I can't really use the IP addresses to connect to the nodes even tough I can ssh to them. It's very weird. Anyway, I tried to install Bacula on some of the machines on my lab. I made one machine the se

[Bacula-users] Director will not connect to a remote client

2016-03-10 Thread maaf4d
I noticed than whenever I change any address in [bacula-dir.conf, bacula-sd.conf, bacula-fd.com] from localhost to a public IP address, the machine stops listening on the matching port. This is the weirdest thing. +-- |This was

[Bacula-users] Director will not connect to a remote client

2016-03-10 Thread maaf4d
Maybe it's worth mentioning that I am setting up a network on a CloudLab infrastructure which has OpenStack installed on it. I then create two machines on OpenStack and install Bacula on them. My ultimate goal is to create a cluster (or a cloud) which would serve as the Bacula server and use mac

[Bacula-users] Director will not connect to a remote client

2016-03-10 Thread maaf4d
I removed the output rules from iptables and nothing changed. Telnet stills "hangs" and after a while it times out +-- |This was sent by maa...@mst.edu via Backup Central. |Forward SPAM to ab...@backupcentral.com. +--

Re: [Bacula-users] Director will not connect to a remote client

2016-03-10 Thread Richard
> Date: Thursday, March 10, 2016 09:05:43 -0800 > From: maaf4d > > IPTables on Server: > > Chain OUTPUT (policy ACCEPT) > target prot opt source destination > ACCEPT tcp -- anywhere anywhere state NEW tcp dpts:bacula-dir:bacula-sd > > Client's IPTables rules: > > Chain

[Bacula-users] Director will not connect to a remote client

2016-03-10 Thread maaf4d
Running bconsole on the local machine which has the director installed on it +-- |This was sent by maa...@mst.edu via Backup Central. |Forward SPAM to ab...@backupcentral.com. +-

Re: [Bacula-users] Director will not connect to a remote client

2016-03-10 Thread Wanderlei Huttel
Are you trying to connect bconsole in local machine ( bacula-dir server ) or in a machine of local network or in a machine over the internet? Atenciosamente *Nome **|* *Wanderlei Hüttel* *Blog de Tecnologia* | http://www.huttel.com.br 2016-03-10 15:17 GMT-03:00 maaf4d : > After I removed D

[Bacula-users] Director will not connect to a remote client

2016-03-10 Thread maaf4d
After I removed DirAddress from Bacula-dir.conf: 1) bconsole still won't connect to the director (the public IP address is being used in bconsole.conf.) It times out after while 2) I get the following when i run netstat now tcp 0 0 0.0.0.0:9101 0.0.0.0:* LISTEN tcp

Re: [Bacula-users] Director will not connect to a remote client

2016-03-10 Thread Wanderlei Huttel
Hello - try to remove DirAddress from Director in bacula-dir.conf - in bconsole.conf, use the network address(not localhost) - check if there some error in bacula confs (bacula-dir -t), if not restart bacula. - netstat -na | grep 910[123] on bacula server. Atenciosamente *Nome **|* *Wanderlei Hü

[Bacula-users] Director will not connect to a remote client

2016-03-10 Thread maaf4d
IPTables on Server: _ Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT tcp -- anywhere anywhere state NEW tcp dpts:bacula-dir:bacula-sd ACCEPT tc

Re: [Bacula-users] Director will not connect to a remote client

2016-03-10 Thread Ana Emília M . Arruda
Hello, On Thu, Mar 10, 2016 at 1:56 AM, maaf4d wrote: > Wanderlei, > > Here is the fd config file of the remote machine: > > > Director { > Name = backup-master-001.novalocal-dir > Password = "7m1XU9Fp9uJcd76hCpoTIH

Re: [Bacula-users] Director will not connect to a remote client

2016-03-09 Thread Randy Katz
Hi, you keep saying you "forwarded" the ports. I don't think that that is the correct way to use the firewall rules, unless you are trying to create a new terminology or are confused. The ports, per the firewall doc, need to be open. In my setup I use iptables rules to open the specific ports for t

[Bacula-users] Director will not connect to a remote client

2016-03-09 Thread maaf4d
I do get a network "hang." Although, this does not make any sense to me because I forwarded the ports needed for Bacula. Am i doing something wrong here? Is there anyway I can check if my firewall is blocking the connection? Thanks for pointing out that the passwords are included in here. I didn

Re: [Bacula-users] Director will not connect to a remote client

2016-03-09 Thread Richard
> Date: Wednesday, March 09, 2016 16:56:14 -0800 > From: maaf4d > > Ana, > > I did change the IP address in bconsole and I still can't connect > to it. I believe the previous reply to Wanderlei answers the other > question. I also tried the command you suggested for testing the > connection a

[Bacula-users] Director will not connect to a remote client

2016-03-09 Thread maaf4d
Wanderlei, Here is the fd config file of the remote machine: Director { Name = backup-master-001.novalocal-dir Password = "7m1XU9Fp9uJcd76hCpoTIHLPoX3nK8veS" } Director { Name = backup-master-001.novalocal-mon Passwor

Re: [Bacula-users] Director will not connect to a remote client

2016-03-09 Thread Ana Emília M . Arruda
Hello, Forgot to mention that you can always test connections to IP/ports between all your hosts/daemons using telnet. For example, from your director: telnet 128.104.223.157 9102. I´m not sure if you have already tried this. Make sure this is working between all your director, clients, storages h

Re: [Bacula-users] Director will not connect to a remote client

2016-03-09 Thread Ana Emília M . Arruda
Hello, If you change the DirAddress for the director in bacula-dir.conf to the public IP address, then you need to change it also in bconsole.conf. Because this is the address that your bconsole will use to connect to your director daemon. Have you checked if your clients are listening for connec

Re: [Bacula-users] Director will not connect to a remote client

2016-03-09 Thread Wanderlei Huttel
Hello -Please, post the config of bacula-fd.conf (client config in remote machine, not in bacula-dir) and -Change your dir address to the real IP not localhost (need restart bacula). -Send output of command: netstat -na | grep 910[123] Best Regards Wanderlei Hüttel Enviado de Motorola Moto X2 Em

[Bacula-users] Director will not connect to a remote client

2016-03-08 Thread maaf4d
Florian, All my machines can ping each other now but the issue is still not resolved. I also went through all your suggestions and made sure everything is okay. Still nothing. Randy, my ports are forwarded through the firewall but I still can't connect to the clients. Jari, When I change th

Re: [Bacula-users] Director will not connect to a remote client

2016-03-08 Thread Jari Fredriksson
maaf4d kirjoitti 1.3.2016 23:23: > Hi, > I would like some help with thi issue where the director cannot > connect to either one of my file daemons. I installed the client > version of bacula on a linux computer and a windows computer and > configured them along with the director so they would comm

Re: [Bacula-users] Director will not connect to a remote client

2016-03-04 Thread Randy Katz
sorry, here it is in the current manual though nothing has changed: http://www.bacula.org/7.4.x-manuals/en/problems/Dealing_with_Firewalls.html On 3/4/2016 11:25 AM, maaf4d wrote: > So I made sure that everything was running and it still didn't work. Then, I > tried to ping the machines and it tu

Re: [Bacula-users] Director will not connect to a remote client

2016-03-04 Thread Randy Katz
Does this address your issue? http://www.bacula.org/5.0.x-manuals/en/problems/problems/Dealing_with_Firewalls.html On 3/4/2016 11:25 AM, maaf4d wrote: > So I made sure that everything was running and it still didn't work. Then, I > tried to ping the machines and it turns out that the server can p

[Bacula-users] Director will not connect to a remote client

2016-03-04 Thread maaf4d
So I made sure that everything was running and it still didn't work. Then, I tried to ping the machines and it turns out that the server can ping the clients but not the other way around. I have no idea why that is the case +--

Re: [Bacula-users] Director will not connect to a remote client

2016-03-01 Thread Florian Splett
Hello. Some question to maybe pinpoint the issue as the config seems fine (to me at least): Is the director installed on a machine seperate to the clients? Are the file daemon services definitely running? Are the ports bacula uses open (9101, 9102)? Are you able to ping the remote clients with th

[Bacula-users] Director will not connect to a remote client

2016-03-01 Thread maaf4d
Hi, I would like some help with thi issue where the director cannot connect to either one of my file daemons. I installed the client version of bacula on a linux computer and a windows computer and configured them along with the director so they would communicate and run a backup job. Although w