You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Preconditions

#Jade Client on the DMZ To send files to the internet via a DMZ as a jump server it is neccessary to install the JADE client on the jump server before starting the file transfer. More informatione about the installation and all needed download files can be found here: [ Jade Client|http://www.sos-berlin.com/modules/cjaycontent/index.php?ih1. 296&pagejade_download_en.php]
#Jade Client or Job Scheduler with Jade Jobs on local site.
#Configuration file with jade profiles

Start the file transfer

The file transfer can be started by using

  1. the local jade4dmz client
  2. the job Jade4DMZ_Copy_To_Internet

The jade4dmz client is to be started with

 jade4dmz.cmd|sh <configuration file name> <section name> 

Defining the source

Send files to internet via DMZ

<mscgen>
// Send files
msc {

 width1. "800";

JADE,DMZ,Internet;

  JADE>DMZ [labelh1. "(1) copy data"] ;
  JADE .. DMZ [label "SFTP, FTP, FTPS"] ;
  JAh1. >DMZ [label "(2) start JADE-Client on DMZ by SSH"] ;
  DMh1. >Internet [label "copy data to Internet"];
  DMZ .. Internet  [labelh1. "SFTP, FTP, WebDav"];
  JADE>DMZ [labelh1. "(3) delete data on DMZ"] ;
  JADE>JADE [labelh1. "(4) delete data on local"];

JADE box JADE label"Any Server reachable from local", textbgcolouh1. ",

  DMZ box DMZ [labeh1. "Jade Client must be installed here", textbgcolour"#7f7fff",  textcolouh1. "#FFFFFF"],
  Internet box Internet [label"Reachable from DMZ", textbgcolouh1. "#7f7fff",  textcolour"#FFFFFF"];

}
</mscgen>

Receive files from internet via DMZ

<mscgen>
// receive files
msc {

 width1. "800";

JADE,DMZ,Internet;

  Internet> DMZ  [labelh1. "get data from Internet"];
  Internet .. DMZ  [label "SFTP, FTP, WebDav"];
  JADEh1. > DMZ [label "get data from DMZ"] ;
  DMZ .. JADE [labelh1. "SFTP"] ;
  JADE box JADE [label"Any Server reachable from local", textbgcolouh1. "#7f7fff",  textcolour"#FFFFFF"],
  DMZ box DMZ [labeh1. "Jade Client must be installed here", textbgcolour"#7f7fff",  textcolouh1. "#FFFFFF"],
  Internet box Internet [label"reachable from DMZ", textbgcolouh1. "#7f7fff",  textcolour"#FFFFFF"];

}
</mscgen>

<!--

-->

  • No labels