简体   繁体   中英

Public connection to GeoServer blocked on Amazon EC2 Instance

I'm running GeoServer 2.7.2 on Windows 2012 server in Amazon EC2 instance. I can't connect to public ip address using http://xxxx:8080/geoserver/web/ .

I can remote into the server using RDP and connect using http://localhost:8080/geoserver/web/ just fine. But it will not connect using the public ip address.

I added port 8080 to the security group and even tried allowing all traffic to and out from the server. I made sure that the security group is assigned to the instance.

What am I missing? what else can I try to fix this problem?

Thanks

We had the same problem on an AWS Linux box. We corrected it by assigning a elastic IP to the instance and then we could access it via the Elastic IP.

Before doing that, you can do one more test for configuration issue by trying the public DNS for the instance: ec2- {IP} .compute-1.amazonaws.com:8080/geoserver/web/

Hope this helps you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM