K2 On-Premises Firewall Configuration
Firewall configuration for K2 On-Premises Installation
Steps to add K2-OnPremises specific bypass for Firewalld systems(If applicable)
Step 1 : Get the currently active zone of firewall by :
firewall-cmd --get-active-zones
Step 2 : Select the zone of your choice from above list of active zones
Add Port Bypass
firewall-cmd --permanent --zone={SELECTED_ACTIVE_ZONE} --add-port=8443/tcp
firewall-cmd --permanent --zone={SELECTED_ACTIVE_ZONE} --add-port=8088/tcp
Reload firewall rules
firewall-cmd --reload
Last updated
Was this helpful?