Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Conversion corrections

Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

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 JobScheduler with JADE Jobs on local site.
#Configuration file with jade profiles

...

The jade4dmz client is to be started with

Code Block

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

...

Send files to internet via DMZ

 

No Format
<mscgen>

...


// Send files

...


msc {

...

No Format
 width1. width="800";
  JADE,DMZ,Internet;

...

No Format
  JADE JADE>=> DMZ [labelh1. label = "(1) copy data" ] ;
  JADE .. DMZ [ label = "SFTP, FTP, FTPS" ] ;
  JADEh1.JADE => DMZ [ label = "(2) start JADE-Client on DMZ by SSH" ] ;
  DMZh1.DMZ => Internet [ label = "(3) copy data to Internet"];
  DMZ .. Internet  [labelh1. label = "SFTP, FTP, WebDav" ];
  JADE>JADE => DMZ [labelh1. label = "(4) delete data on DMZ" ] ;
  JADE>JADE => JADE [labelh1. label = "(5) delete data on local" ];
  JADE box JADE [label="Any Server reachable from local",

...

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

...


</mscgen>

 

The process is controlled and checked by a JADE client in the intranet.
The client is running the steps described below and as shown in the diagram.

...

Receive files from internet via DMZ

 

No Format
<mscgen>

...


// receive files

...


msc {

...

No Format
 width1. width="800";
  JADE,DMZ,Internet;

...

No Format
  JADE>DMZJADE=>DMZ [labelh1. label = "(1) start JADE-Client on DMZ by SSH" ] ;
  Internet Internet>=> DMZ  [labelh1. label = " (2) get data " ];
  Internet .. DMZ  [ label = "SFTP, FTP, WebDav" ];
  DMZh1.DMZ => JADE [ label = "(3) get data from DMZ" ] ;
  DMZ .. JADE [labelh1. label = "SFTP" ] ;
  JADE>JADE => DMZ [labelh1. label = "(4) delete data on DMZ" ] ;
  JADE box JADE [label="Any Server reachable from local",

...

No Format
 textbgcolour="#7f7fff",  textcolour="#FFFFFF"],
  DMZ box DMZ [labeh1. label="Jade Client at DMZ", textbgcolour="#7f7fff",  textcolouh1. textcolour="#FFFFFF"],
  Internet box Internet [label="reachable from DMZ", textbgcolouh1. textbgcolour="#7f7fff",  textcolour="#FFFFFF"];
}

...


</mscgen>

...


 

<!--
Image Removed
Image Removed

-->

jade4dmz_Example