Installation Requirements
Before you run the installation, ensure that your system meets all the necessary hardware and software requirements, and that you have the appropriate privileges to install TIBCO® Managed File Transfer Internet Server .
Installation Account
On Windows, if TIBCO Managed File Transfer (MFT) Internet Server is to be installed as a Windows service, you must be an administrator. Otherwise, no special privileges are required.
On UNIX, we strongly suggest that TIBCO MFT Internet Server should be installed under a non-root user.
System Requirement
For information about the hardware and software requirements, as well as supported platforms, see the readme.txt file.
Network
Either the HTTP or HTTPS protocol can be used for soap calls. By default, TIBCO MFT Internet Server uses ports 7080 and 7443 for the HTTP and HTTPS protocols respectively. These default values can be changed during the installation process.
iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 443 -j REDIRECT --to-port 7443 iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 7080
In addition to the port numbers above, the iptables command may need to also redirect SSH, FTPS, and FTP ports as well.