On Thursday 28 April 2005 10:52, Dan Langille wrote:
> On 28 Apr 2005 at 10:38, Kern Sibbald wrote:
> > On Thursday 28 April 2005 04:11, Dan Langille wrote:
> > > On 27 Apr 2005 at 20:18, [EMAIL PROTECTED] wrote:
> > > > Kern, Dan, do you think this is a tcp timeout issue of some sort?
> > >
> > > Sorry, I don't know.
> > >
> > > I've been having problems with remote FD lately, but I think my
> > > issues are DNS and tcp wrapper related.
> >
> > By the way, take note that the Bacula tcp wrapper code uses the name
> > you specify in your conf file, which is generally not "bacula-fd".
>
> Coincidentally, I'm working on this now (I work up at 3:15am,
> coughing).
>
> For example:
>
> Storage {                             # definition of myself
>   Name = polo-sd
>   SDPort = 9103                  # Director's port
>   WorkingDirectory = "/home/bacula/working"
>   Pid Directory = "/var/run"
> }
>
> $ grep polo-sd /etc/hosts.allow
> polo-sd : .unixathome.org  : allow
> polo-sd : ALL                  : deny
>
> But... I get this when I attempt to connect via stunnel:
>
> [EMAIL PROTECTED]:~] $ telnet 127.0.0.1 9103
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> Connection closed by foreign host.
>
> It must be tcpwrappers, because if I remove this line:
>
> polo-sd : ALL                  : deny
>
> it works.  Or if I change the deny to allow.

I don't use tcp wrappers much so I forget the syntax, but it would seem that 
your first line is not correct -- perhaps it thinks you are in another domain 
(e.g. localhost) LOCAL if I remember right.
 
polo-sd : LOCAL .unixathome.org  : allow
polo-sd : ALL                  : deny

will probably work.


-- 
Best regards,

Kern

  (">
  /\
  V_V


-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to