-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The client DOES know its own address, but it also has 127.0.0.1 to refer
to itself as. If you go ifconfig -av, at least on Linux, you'll see both
interfaces. Listening on 127.0.0.1 is not really an alias for "listen on
my own IP address", but instead says to listen on an interface that is
only accessible on the box.

Maxime USZPOLEWICZ wrote:
> Thanks Arno,
> 
> It is working now. I mean, I go further in the process... even if I get
> a new error message. I am trying to deal with it by myself.
> 
> My understanding level of network interfaces is obviously low because I
> was pretty sure the client knew its own IP address on the network and
> only had to know the port to be listened...
> 
> Cheers,
> 
> Maxime.
> 
> 
> Le samedi 02 décembre 2006 à 23:10 +0100, Arno Lehmann a écrit :
>> Hi,
>>
>> On 12/2/2006 8:09 PM, Maxime USZPOLEWICZ wrote:
>>> Thanks for your answer.
>>> I thought the description of these files was not relevant.
>> It is most relevant...
>>
>>> I show you parts I consider important in this first step.
>>>
>>> Let me know if you need something else.
>>>
>>> Best Reg.,
>>>
>>> Maxime
>>>
>>>
>>> bacula-dir.conf
>>>
>>>         Director {                      # define myself
>>>           Name = serveur-dir
>>>           DIRport = 9101                # where we listen for UA
>>>         connections
>>>           QueryFile = "/etc/bacula/scripts/query.sql"
>>>           WorkingDirectory = "/var/lib/bacula"
>>>           PidDirectory = "/var/run/bacula"
>>>           Maximum Concurrent Jobs = 1
>>>           Password = ""         # Console password
>>>           Messages = Daemon
>>>         }
>>>
>>>         Client {
>>>           Name = maxime
>>>           Address = 192.168.1.64
>>>           FDPort = 9102
>>>           Catalog = MyCatalog
>>>           Password = ""          # password for FileDaemon
>>>           File Retention = 30 days            # 30 days
>>>           Job Retention = 6 months            # six months
>>>           AutoPrune = yes                     # Prune expired Jobs/Files
>>>         }
>>>
>>>
>>> bacula-fd.conf
>>>         
>>>         Director {
>>>           Name = serveur-dir
>>>           Password = ""
>>>         }
>>>         
>>>         FileDaemon {                     # this is me
>>>           Name = maxime
>>>           FDport = 9102                  # where we listen for the
>>>         director
>>>           WorkingDirectory = /var/lib/bacula
>>>           Pid Directory = /var/run/bacula
>>>           Maximum Concurrent Jobs = 20
>>>           FDAddress = 127.0.0.1
>> This is broken. The FD only listens on the local interface. Use the 
>> correct IP address, which would be 192.168.1.64
>>
>>>         }
>>>
>> Arno
>>
> 
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users

- --
 ---- _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer III
 |$&| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFdKWJmb+gadEcsb4RAgwpAKDPkEZ0XXIIrg2ddN0wJPrsVX+dvwCgiR3A
dOk7hwW52u7HTU7pougqTHY=
=yIA8
-----END PGP SIGNATURE-----



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to