On Mon, 2023-03-13 at 16:09 -0600, Sbob wrote:
> # firewall-cmd --permanent --zone=public --add-port=80/udp
Usually, web servers use TCP on port 80.
--
uname -rsvp
Linux 3.10.0-1160.83.1.el7.x86_64 #1 SMP Wed Jan 25 16:41:43 UTC 2023 x86_64
Boilerplate: All unexpected mail to my mailbox is
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 ha