Hi Thomas,

I can resolve/ping 'server' no problem.

iptables -L -n returns:


Chain INPUT (policy ACCEPT)
target     prot opt source               destination
Chain FORWARD (policy ACCEPT)
target     prot opt source               destination
Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

Paul


On Fri, May 7, 2010 at 6:40 AM, Thomas Mueller <tho...@chaschperli.ch>wrote:

> Am Thu, 06 May 2010 19:57:59 +0100 schrieb Paul Bradley:
>
> > IN BACULA-FD.CONF
> >
> >
> > Director {
> >   Name = server-dir
> >   Password = "SOME PASSWORD (MATCHES OTHER ENTRY BELOW)"
> > }
> >
> > IN BACULA-DIR.CONF
> >
> > Client {
> >   Name = server-fd
> >   Address = server
> >   FDPort = 9102
> >   Catalog = MyCatalog
> >   Password = "SOME PASSWORD (MATCHES OTHER ENTRY ABOVE)"          #
> > password$
> >   File Retention = 30 days            # 30 days Job Retention = 6 months
> >              # six months AutoPrune = yes                     # Prune
> >   expired Jobs/Files
> > }
> >
> >
> > How can I further debug this?
> >
> > thanks
>
> you provided "server" as address. can you sucessfully lookup the name ?
> ("ping server" and/or "host server")?
>
> is a firewall on (check: "iptables -L -n")?
>
> - Thomas
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> 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

Reply via email to