Python Forum

Full Version: How to open port 8080 in CentOS 7
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'am trying to use Bottle's embedded web server that runs in port 8080

I have logged to Webmin and enabled that port as allowed port.

But when from my laptop i want to http://superhost.gr:8080 i get ERR_CONNECTION_REFUSED

Here is the result when i try to list all open ports

Error:
firewall-cmd --zone=public --list-all public (active) target: default icmp-block-inversion: no interfaces: eth0 sources: services: ssh dhcpv6-client smtp ftp pop3 pop3s imap imaps http https ports: 587/tcp 53/tcp 20/tcp 2222/tcp 10000-10010/tcp 20000/tcp 53/udp 8080/tcp protocols: masquerade: no forward-ports: source-ports: icmp-blocks: rich rules: [root@superhost wsgi]#
The port i have enabled og Webmin gui as allowed is not being displayed? what can i do to propelry open it?