Hello, I have setup a toaster instance on an aws server but can't reach it from my client machine. I have checked aws firewalls (everything's open) and the error seems to come from toaster itself. I have already set multiple instances on other servers with the jethro branch which I had no issues with. Except being on the master branch, I updated ubuntu from 14.04 to 16.04.
I tried accessing toaster's content using *curl -L http://localhost:8000 <http://localhost:8000>* and I get the desired content. Changing to the public IP didn't give any result. Trying *sudo netstat -an | grep -E "8000"* I get: tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN Which shows it cannot be accessed from outside, any difference in the new settings in toaster that I should change? Thanks, David
-- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
