- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2017 09:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2017 02:11 PM
I couldn't connect to port 9090 until I added a rule in iptables
sudo iptables -I INPUT 7 -p tcp --dport 8080 -m state --state NEW -j ACCEPT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2017 12:00 PM
Hi:
Do you have a local firewall in your Centos machine ? Check your iptables to open 8080 or 9090...
Additionally, you should validate that the host name of the server can be resolved in DNS too, and check that the IP address and the host name of the server are correctly set in /etc/hosts
Regards.
--C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2017 02:11 PM
I couldn't connect to port 9090 until I added a rule in iptables
sudo iptables -I INPUT 7 -p tcp --dport 8080 -m state --state NEW -j ACCEPT
