We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are not binding to 0.0.0.0 by default, so not able to open the UI on an install in a public cloud.
$ curl http://127.0.0.1:7200 <this is ok>
$ curl http://172.151.31.15:7200 curl: (7) Failed to connect to 172.151.31.15 port 7200: Connection refused
Installed yugabyted on a public cloud machine, and got the UI on a localhost ip address. Should we change this to the eth0 ip address?
yugabyted
ubuntu@ip-172-151-31-15:~/yugabyte-2.0.8.0$ ./bin/yugabyted start Starting YugabyteDB... System checks ✅ Database installed ✅ UI ready ✅ ---------------------------------------------------------------------------------------------------- | YugabyteDB | ---------------------------------------------------------------------------------------------------- | Status : Running | | Webserver UI : http://127.0.0.1:7200 | | JDBC : jdbc:postgresql://127.0.0.1:5433/yugabyte | | YSQL : bin/ysqlsh | | YCQL : bin/cqlsh | | Data Dir : /home/ubuntu/yugabyte-2.0.8.0/yugabyte-data | | Log Dir : /home/ubuntu/yugabyte-2.0.8.0/yugabyte-logs | | Universe UUID : 43ed7f7e-a58c-4672-bd0b-675d14e37861 | ---------------------------------------------------------------------------------------------------- YugabyteDB started successfully! To load a sample dataset, try 'yugabyted demo'. Join us on Slack at https://www.yugabyte.com/slack
The text was updated successfully, but these errors were encountered:
WesleyW
iSignal
No branches or pull requests
1. Not binding to 0.0.0.0
We are not binding to 0.0.0.0 by default, so not able to open the UI on an install in a public cloud.
2. Default status being printed uses localhost
Installed
yugabyted
on a public cloud machine, and got the UI on a localhost ip address. Should we change this to the eth0 ip address?The text was updated successfully, but these errors were encountered: