IDCF Cloud settings [Firewall]
Thank you for visiting.
This is Fukuoka, my second year as a member of the infrastructure team!
It took me a while to set up the firewall with IDCF Cloud,
the setup procedure , we will proceed with the setup when we want to send a ping from our Beyond office!
1.Log in to IDCFCloud
2.Operation by IP address
① Click “IP Address”
② Click the target server in the “IP Address Name” column
3.Operation with firewall
① Select “Firewall”
② Example of entering a comment
: “beyond-office-ICMP”
③ Enter the IP address you want to allow
Example: Beyond office IP address (xxx.xxx.xxx.xxx)
④Select the type
Example: Select “ALL ICMP”
*The port range will be automatically entered.
⑤Click “+” to add
It is OK if the status becomes "Active" after setting.
In this way, we will configure "HTTP", "HTTPS", "SSH", "FTP", etc.
I have created a minimal template below.
comment | Source CIDR | type | port range |
beyond-office-ICMP | xxx.xxx.xxx.xxx | ICMP | type: -1 code: -1 |
beyond-office-HTTP | xxx.xxx.xxx.xxx | TCP | 80 |
beyond-office-HTTPS | xxx.xxx.xxx.xxx | TCP | 443 |
beyond-office-SSH | xxx.xxx.xxx.xxx | TCP | 22 |
beyond-office-FTP | xxx.xxx.xxx.xxx | TCP | 21 |
beyond-office-FTP_PASSIVE | xxx.xxx.xxx.xxx | TCP | 60000-60030 |
Please try it! !