We have an application that does sftp to external customers. Currently this goes through IBM Datapower that acts as a DMZ proxy that actually lookups the actual destination/user id password for the sftp which is used in the sftp of the files. the datapower box sits on the DMZ. Now we are replacing the sftp with IBM connect direct. Datapower doesnt seem to have a FSH for connect direct. any thoughts on how to get this working with datapower?
how to enable connect direct DMZ
592 Views Asked by md1980 At
2
There are 2 best solutions below
Related Questions in IBM-DATAPOWER
- Conversion from PDF to TIFF file using XSLT
- Creating JWT custom claims in DataPower
- Schema validation error when accepting datetime
- DataPower Web Service Proxy getting 500 error
- DataPower WebServiceProxy selection of data
- DataPower Multiple Deployment
- XML compare two nodes, if equal then proceed with mappings
- handshake failure(40) and TLS_EMPTY_RENEGOTIATION_INFO_SCSV
- Datapower to SFDC integration - session management
- Datapower - is using WAF right here?
- dp:serialize function in datapower
- dp:serialize and escaping on ibm datapower
- remove text from a node in input XML
- Understanding the difference in sequence of ENTRYPOINT/CMD between Dockerfile and docker run
- Datapower authentication
Related Questions in DMZ
- How to send ajax request from DMZ to Internal Secure Network?
- Working with IIS on DMZ
- Are we doing DMZ correctly?
- Equivalent of iframe on server side
- iptables forward all but two ports (8000 and 22)
- Read remote file without file sharing
- WCF service with netTCPbinding and DMZ clients
- Port 80 mixed up among clients using DNAT
- Problems running a Secure WCF Service in a DMZ
- Running a SQL query on my database behind the DMZ
- Accessing WCF Service using TCP from the DMZ (not on network or domain)
- Expose TFS to the internet
- Error 691 VPN Windows Server 2011 SBS
- Getting error on using IP address - "The security certificate presented by this website was issued for a different website's address."
- ingress with DMZ on on-premise infrastructure
Related Questions in CONNECT-DIRECT
- Send files with Connect:Direct from HP NonStop (OSS) to UNIX
- how to enable connect direct DMZ
- Custom prefix for Connect Direct pnum
- Is there a way to check existence of file in MVS before attempting copy to Unix server
- Read file from .csv and pass the details to another script
- Windows Dos Command File Not Found (connect:direct Process)
- Writing Chinese and English characters to Mainframe in single file using Java
- How to send a binary (ebcdic format) file with variable blocks (each record has variable length), from a unix system to a unix mainframe through NDM?
- connect-direct iseries to mainframe (NDM) setup
- What command can I use in a JCL + NDM script to make the transmissions wait?
- Connect:Direct(NDM) Support in Apache Camel
- Does Solaris 8 Support Connect:Direct Version 3.3.03
- Connect direct with splunk
- Transferring a inputStream using Connect Direct in java
- Response from Mainframes to iseries
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
It's not possible I am afraid as DataPower doesn't support ConnectDirect. The only option is a TCP proxy object in Datapower but that doesn't offer any security at all, it's a port opening straight in.
The best option is to add a RFE here: https://www.ibm.com/developerworks/rfe/execute?use_case=changeRequestLanding&BRAND_ID=181&PROD_ID=694&x=22&y=18
I know it has been up for discussion before and they have implemented the "Sterling Multi-Enterprise Integration Gateway Server" into the MPGW component so maybe that can be extended to also support ConnectDirect...
As of Chris3k's answer there is a way of tunneling it: https://www.ibm.com/support/knowledgecenter/SSEP7X_7.0.4/com.ibm.wmqfte.doc/cd_bridge_overview.htm
You still need the Connect:Direct Node though (and of course IBM MQ 7+ with FTE/MFT option)...