Comments on: How to Open Port 80 & 443 in FirewallD https://tecadmin.net/open-port-80-443-in-firewalld/ How to guide for System Administrator's and Developers Wed, 25 May 2022 03:20:12 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Hog https://tecadmin.net/open-port-80-443-in-firewalld/#comment-63169 Fri, 16 Jul 2021 15:20:21 +0000 https://tecadmin.net/?p=20816#comment-63169 @Heather: Are you using –, or are you using a single hyphen-minus (-)? It appears as if you are using either a single hyphen-minus, or an en-dash (–). The system won’t recognize a single hyphen-minus or an en-dash.

]]>
By: Heather https://tecadmin.net/open-port-80-443-in-firewalld/#comment-59517 Thu, 11 Feb 2021 15:49:05 +0000 https://tecadmin.net/?p=20816#comment-59517 Does not Work!

firewall-cmd –reload <— MS DOS command returns " Not recognized as Internal or External Command.

]]>
By: Rahul https://tecadmin.net/open-port-80-443-in-firewalld/#comment-58366 Tue, 02 Feb 2021 06:46:07 +0000 https://tecadmin.net/?p=20816#comment-58366 Hi,

Make sure the web server is listening on both ports. Please share the output of below commands:

netstat -tulpn | grep 80
netstat -tulpn | grep 443

]]>
By: facundo https://tecadmin.net/open-port-80-443-in-firewalld/#comment-58277 Sat, 30 Jan 2021 15:59:48 +0000 https://tecadmin.net/?p=20816#comment-58277 [root@clever-banzai ~]# firewall-cmd –zone=public –add-port=80/tcp
Warning: ALREADY_ENABLED: ’80:tcp’ already in ‘public’
success
[root@clever-banzai ~]# firewall-cmd –zone=public –add-port=443/tcp
Warning: ALREADY_ENABLED: ‘443:tcp’ already in ‘public’
success
[root@clever-banzai ~]# firewall-cmd –permanent –zone=public –add-port=80/tcp
Warning: ALREADY_ENABLED: 80:tcp
success
[root@clever-banzai ~]# firewall-cmd –permanent –zone=public –add-port=443/tcp
Warning: ALREADY_ENABLED: 443:tcp
success
[root@clever-banzai ~]# firewall-cmd –reload
success
[root@clever-banzai ~]# firewall-cmd –permanent –zone=public –list-ports
80/tcp 443/tcp
[root@clever-banzai ~]#

dont work for me

https://ping.eu/port-chk/
80.211.37.89

]]>
By: Harsh https://tecadmin.net/open-port-80-443-in-firewalld/#comment-55486 Sat, 07 Nov 2020 13:31:14 +0000 https://tecadmin.net/?p=20816#comment-55486 Thanks for this awesome tutorial. Really appreciate it.

]]>