Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Ambari not accessible within Vagrant

avatar
New Member

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
New Member

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
New Member

Turn off iptables in centos and try again

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

avatar
New Member

thanks. resolved the issue.

would be nice to include this in the quick start guide