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 the specific directors and their ports and/or clients for
their ports. Looks something
like this on the client side:

ACCEPT     tcp  --  anywhere             directorname.mydomain.ext   tcp
dpt:bacula-sd
ACCEPT     tcp  --  directorname.mydomain.ext    anywhere            tcp
dpt:bacula-fd

And like this on the director side:

ACCEPT     tcp  --  clientname.mydomain.ext  anywhere            tcp
dpt:bacula-sd

So there are no FORWARDING statements in that configuration, I would
consider this, test
the telnet statements that folk have posted, that should point in the
right direction.


On 3/9/2016 6:17 PM, maaf4d wrote:
> 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't 
> even think about that. I will make sure not include them from now on.
>
> +----------------------------------------------------------------------
> |This was sent by maa...@mst.edu via Backup Central.
> |Forward SPAM to ab...@backupcentral.com.
> +----------------------------------------------------------------------
>
>
>
> ------------------------------------------------------------------------------
> Transform Data into Opportunity.
> Accelerate data analysis in your applications with
> Intel Data Analytics Acceleration Library.
> Click to learn more.
> http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>


------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to