Can connect to admin site only on 1 IP (Amazon/AWS)

#1
Hello,

I've just started a new Amazon EC2 instance via the WordPress with LiteSpeed Cache (Powered OpenLiteSpeed) image on AWS Marketplace.

Straight forward setup and after running it, I can access the admin page via port 7080 with no issues from work. However, I cannot access this port on another connection while the main 80 / 443 ports are fine.

This is my Security Group setting with port 7080 opened properly just like port 80 and 443:

aws-ss.jpg

curl fails on port 7080 on every connection other than the one from work. The error logs don't really help. What am I doing wrong?
 

Cold-Egg

Administrator
#2
Hi,

I guess you only allowed to web admin port 7080 from your office ip of UFW firewall.
Please try allow all IPs access to port 7080 see if it helps from SSH console.
Code:
ufw allow 7080
Best,
Eric
 
Top