By carmanmarkd
Below is my iptables output. Depite this, the only port I can access is 58580. Ports 80, 2086, etc are not open.
Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT all – anywhere anywhere ctstate RELATED,ESTABLISHED ACCEPT all – anywhere anywhere ACCEPT tcp – anywhere anywhere tcp dpt:http state NEW,ESTABLISHED ACCEPT tcp – anywhere anywhere tcp dpt:http state NEW,ESTABLISHED ACCEPT tcp – anywhere anywhere tcp dpt:http limit: avg 25/min burst 100 ACCEPT tcp – anywhere anywhere tcp dpt:2082 state NEW,ESTABLISHED ACCEPT tcp – anywhere anywhere tcp dpt:2083 state NEW,ESTABLISHED ACCEPT tcp – anywhere anywhere tcp dpt:gnunet state NEW,ESTABLISHED ACCEPT tcp – anywhere anywhere tcp dpt:2087 state NEW,ESTABLISHED ACCEPT tcp – anywhere anywhere tcp dpt:58580 state NEW,ESTABLISHED
Chain FORWARD (policy ACCEPT) target prot opt source destination
Chain OUTPUT (policy ACCEPT) target prot opt source destination ACCEPT all – anywhere anywhere ACCEPT tcp – anywhere anywhere tcp spt:smtp state ESTABLISHED ACCEPT udp – anywhere anywhere udp dpt:domain
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
nginx, and I restarted it to make sure it was up before checking. <br> <br>I will have to retrace my steps for the nginx setup. Not sure what else to do. <br> <br> thanks for your help
Is there a firewall on your end? Try asking a friend to access your droplet on port 80 for example, does it work for them? <br> <br>Is there anything listening on port 80? What’s the output of this command? <br> <br><pre>netstat -plutn | grep :80</pre>
I used an on-line port check utility to see if the port was open, and it said no. I also tried to access the sever thru ssh to specific ports, I also tried to access the server thru port 80 with a browser. All with no luck. <br> <br>I get ":80 command not found’ with the netstat command
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.