Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Ambari not accessible within Vagrant

avatar
Contributor

I was following the instructions as shown at

https://cwiki.apache.org/confluence/display/AMBARI/Quick+Start+Guide with CentOS 6.4 and installed ambari-server. The logs show that the ambari-server is up and running, but from my host machine I can't access the UI. Neither with the FQDN, nor with the IP.

I tried adding a forwarded_port within vagrant

  c6401.vm.network :forwarded_port, guest: 8080, host: 8080

but still no luck.

Any idea what I missed?

1 ACCEPTED SOLUTION

avatar
Contributor

Turn off iptables in centos and try again

chkconfig iptables off
/etc/init.d/iptables stop

View solution in original post

2 REPLIES 2

avatar
Contributor

Turn off iptables in centos and try again

chkconfig iptables off
/etc/init.d/iptables stop

avatar
Contributor

thanks. resolved the issue.

would be nice to include this in the quick start guide