>>>>> On Wed, 13 Feb 2019 18:46:29 -0500, mark bergman said:
> 
> ================== new_client =======================
>      1  [root@new_client ~] # cat /tmp/bacula-fd.debug.log
>      2        new_client: bsock.c:847-0 socket=4 who=client host=172.16.0.159 
> port=7306
>      3        new_client: job.c:317-0 <dird: Hello Director bacula_server 
> calling 103
>      4        new_client: job.c:340-0 Executing Hello Dir Hello Director 
> bacula_server calling 103 command.
>      5        new_client: cram-md5.c:69-0 send: auth cram-md5 challenge 
> <23169800.1550097552@new_client> ssl=0
>      6        new_client: cram-md5.c:71-0 Send challenge comm error. 
> ERR=Connection reset by peer
>      7        new_client: authenticate.c:101-0 cram_auth challenge failed for 
> Director client
>      8        new_client: Fatal Error at authenticate.c:105 because:
>      9        Incorrect password given by Director at client.
>     10        new_client: job.c:343-0 Quit command loop. Canceled=0
>     11        new_client: job.c:467-0 Calling term_find_files
>     12        new_client: job.c:470-0 Done with term_find_files
>     13        new_client: job.c:473-0 Done with free_jcr
>     14        new_client: bsock.c:847-0 socket=4 who=client host=10.20.200.5 
> port=41072
>     15        new_client: job.c:505-0 Bad command from client. Len=-4.
>     16  [root@new_client ~]# getent hosts 10.20.110.159
>     17  10.20.110.159   bacula_server bacula_server.fqdn
>     18  [root@new_client ~]# getent hosts 172.16.98.159
>     19  [root@new_client ~]# getent hosts bacula_server
>     20  10.20.110.159   bacula_server bacula_server.fqdn
> =====================================================
> 
> Line 2 -- the client claims it receives the connection from a host that 
> identifies itself as 172.16.0.159 (that is the IP address of the hostname for 
> the bacula server VIP).
> 
> Line 14 -- the telnet connection from the bacula_server is correctly shown
> as coming from 10.20.200.5 (another VIP for the bacula_server, putting it on
> the 10.20.0.0 subnet)

OK, so it is probably a configuration problem in the Director.

Are you setting DirSourceAddress = 172.16.0.159 in bacula-dir.conf?  That will
force connections to come from that IP.

__Martin


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to