Firewalld
Firewalld
Edit firewalld service on redhat linux
Check service:
| |
Check Firewall rules:
| |
Add port to allow on firewall:
| |
Add firewall rules as services:
Check service files:
| |
firewall-cmd –reload # reload so firewalld can see the service
firewall-cmd –zone=public –add-service= –permanent # apply the service to the “public zone”
firewall-cmd –reload # reload to apply the change
firewall-cmd –zone=public –list-services # check active services to confirm change