All;

I just installed Bugzilla on a Fedora 37 server


If I stop the firewall with the below command then I can connect to bugzilla via pointing a browser from another machine to http://IPADDR/bugzilla

# systemctl stop firewalld


However once I start firewalld then bugzilla is blocked

I have run these commands:


# firewall-cmd --permanent --zone=public --add-port=80/udp

# firewall-cmd --permanent --zone=public --add-service=http

# firewall-cmd --reload



But I still cannot connect via http unless I stop firewalld


Thanks in advance


_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to