Hi,

I want to run Bacula 1.34.4 in a produticve enviroment. Internal backups work 
fine but I can't setup Bacula to backup servers which are in our DMZ. I tried 
the steps from "Dealing with Firewalls" from the User's manual. My settings 
were:

 - SD and DIR run on one internal server
-  bacula-dir.conf

# internal client
Client {
  Name = basis-server-fd
  Address = basis-server.w-commerce.intern
  FDPort = 9102
  Catalog = MyCatalog
  Password = "hidden"          
  File Retention = 30 days            
  Job Retention = 6 months           
  AutoPrune = yes                     
}
# external client
Client {
  Name = dnsserver-fd
  Address = ns.w-commerce.de
  FDPort = 9102
  Catalog = MyCatalog
  Password = "hidden"         
  File Retention = 30 days            
  Job Retention = 6 months          
  AutoPrune = yes                     
}

# Definition of my Storages
Storage {
  Name = TapeStorage-external   
  Address = firewall.w-commerce.de               
  SDPort = 9103
  Password = "hidden"         
  Device = "HP-Ultrium 2"                     
  Media Type = LTO                  
}

Storage {
  Name = TapeStorage-internal    
  Address = basis-server.w-commerce.intern                
  SDPort = 9103
  Password = "hidden"         
  Device = "HP-Ultrium 2"                      
  Media Type = LTO                  
}

# Backup job for the external server
Job {
  Name = "Backup ns-server"
  Write Bootstrap = "/var/lib/bacula/ns-server-backup.bsr"
  Type = Backup
  Level = Full
  FileSet = "Full Set"
  Storage = TapeStorage-external
  Messages = Standard
  Pool = Default
  Client = dnsserver-fd
}

Evertime I run the job for the external backup the DIR tries to connect itself 
to the firewall, which the DIR treats as the SD! Is this behavior right? I 
thought the DIR first connects to the external client (dnsserver-fd) and tells 
which storage object the FD should use. Can anyone help me. Did I configured 
the DIR wrong?

Thanks


______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to