OFTP on the DMZ Server
It is possible to run the OFTP service on the DMZ and address this service from Lobster_data. In order to do this, the Lobster_data machine needs to establish the connection. The following settings need to be applied.
1. When OFTP channels are created, they need to be broadcast to the DMZ server. In addition, the associated OFTP home directories must be created (for incoming and outgoing data) on the DMZ server. The following listing shows the entry in the configuration file ./etc/startup.xml of the Lobster_data server in section DataWizard.
...
<!-- Create oftp, ssh & ftp user homes in DMZ as well & enable oftp via DMZ, etc -->
...
<
Set
name
=
"useOFtpUserOfDmz"
>true</
Set
>
...
Note: The same is true for FTP (useFtpUserOfDmz) and SSH (useSshUserOfDmz).
2. ISDN: The DMZ machine may need to know the ISDN number the OFTP service needs to work with. The following listing shows the entry in configuration file ./etc/startup_dmz.xml of the DMZ server in section CommunicationForwardManager.
...
<
Set
name
=
"isdnNumber"
>your_isdn_number</
Set
>
...