Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

9
  • Can you post the output of the following commands; cat /etc/redhat-release, netstat -ntulp. Commented Dec 22, 2014 at 6:02
  • Its in the OP, ipv6 is open on port 80 but I read that it should work on an ipv4 because of backwards compatibility but it was the only response on the thread... I also installed samba while I was waiting around (hence all the random ports) and it cant be seen on my windows PC either Commented Dec 22, 2014 at 6:14
  • Ok, is the firewall running on the machine? firewall-cmd --state. If so you'll need to add some rules. I can help with that. Commented Dec 22, 2014 at 6:18
  • yep it is, I will need a hand with that :L Commented Dec 22, 2014 at 6:19
  • Ok, firewalld is a little more complex than previously used iptables, the best rule to start with would probably be; firewall-cmd --zone=public --add-port=80. That is assuming you want anybody to be able to listen connect on port 80. Commented Dec 22, 2014 at 6:23