IDCF Cloud settings [Port forwarding]
Hello!
This is Fukuoka, my second year on the infrastructure team.
I recently had the opportunity to build a server with IDCF cloud.
I had a hard time with it, so I'd like to share it with you.
If you don't do port forwarding in the first place, you won't be able to connect to the port!
Below, as an example, we will introduce the procedure for connecting HTTP (80) as HTTP (8080). With the settings below, port 80 will be used from the Internet to the FW, and a connection to 8080 will be possible between the FW and the server. Setting procedure 1. Log in to IDCFCloud 2. Operation with IP address ① Press "IP address" ② Click the target server in the "IP address name" column 3. Operation with port forwarding ① Select "Port forward" ② Enter a comment Example: "beyond-HTTP" ③Enter the public port *The port number will be automatically entered. ④Enter the private port Enter "8080". ⑤ Select the virtual machine Select the server you want to configure ⑥ Press “+” to add If the status is “Active” after the settings, it is OK. Follow the steps above to set the necessary ports such as "HTTP", "HTTPS", "SSH", and "FTP". I have created a minimal template below.
comment | public port | private port | virtual machine |
beyond-HTTP | TCP:80 | 80 | Server you want to configure |
beyond-HTTPS | TCP:443 | 443 | Server you want to configure |
beyond-SSH | TCP:22 | 22 | Server you want to configure |
beyond-FTP | TCP:21 | 21 | Server you want to configure |
beyond-FTP_PASSIVE | TCP:60000-60030 | 60000-60030 | Server you want to configure |
Try using it when building!
If you found this article helpful , please give it a like!