Question
could not connect to remote host to tcp 80
could not connect from DO clean droplet to domain.com:80
smc2-nl# telnet domain.com 80
Trying 1.1.1.1…
^C
smc2-nl#
My ip 2.2.2.2
smc2-nl# iptables -vnL
Chain INPUT (policy ACCEPT 6928 packets, 468K bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 5813 packets, 706K bytes)
pkts bytes target prot opt in out source destination
smc2-nl#
From other servers everything is ok.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×