Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on public ip. #32

Open
yassersheikh opened this issue Dec 20, 2017 · 5 comments
Open

Not working on public ip. #32

yassersheikh opened this issue Dec 20, 2017 · 5 comments

Comments

@yassersheikh
Copy link

I have installed it but on npm start I am not able to access it on my browser with public ip.

I am configuring it on my aws ec2, please suggest.

@sthnaqvi
Copy link

hey @yassersheikh please add port 8000 in your Security Group inbound rule to access from public ip

@Yashwanthv21
Copy link

Yashwanthv21 commented Dec 22, 2017

Check if you are running rpc on 0.0.0.0 and check the firewall settings in AWS to allow all connections for that port.

@melhindi
Copy link

melhindi commented Jan 5, 2018

Extending on @Yashwanthv21 comment: Make sure you configured the http-server to listen to the correct IP:
"start": "http-server ./app -a 0.0.0.0 -p 8000 -c-1",
instead of "start": "http-server ./app -a localhost -p 8000 -c-1",

@sudhaaddagiri
Copy link

geth is not connecting to explorer when running on public IP
Error: CONNECTION ERROR: Couldn't connect to node http://localhost:8545.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@melhindi @Yashwanthv21 @sthnaqvi @yassersheikh @sudhaaddagiri and others