I have installed Confluent Platform on my linux (RHEL) machine. I am able to create topics, publish and subscribe data from Kafka topic.
As its Linux machine, I cannot access the Control Center on same machine. I tried accessing the URL http://machine ip address:9021 (http://10.66.16.10:9021) from different machine which is in the same network. Its not working. Giving me error : This site cannot be reached.
My control-center.properties & control-center-dev.properties file/s are default. No changes made in these config files.
Thanks Michael.
I checked the control center logs folder but its empty.
I ran the curl localhost:9021. attached is the details. I did get some HTML response but I did not understand.
Sorry for the late reply. Yes. There is a firewall running on linux machine.
Do we need to change or open any port in any of the configuration file?? Please suggest. Thanks for your help…
Thanks for the inputs. This worked. But looks like that’s not the best way looking at the security.
Any idea how this can be done with extra security (only intranet people can access the URL)?