I have a server with two nics and two IPs and have configured it as per the documentation.
After editing the scylla.yaml file and reviving scylla-server, doing a netstat -antp I have the following:
tcp IP INTERNO:7000
tcp IP INTERNO:9180
tcp 127.0.0.1:10000
Now I ask myself these two things, why don’t I see port 9042 for making calls from outside? What am I doing wrong in the configuration? How can I configure it correctly?
The other question is how can I close the ports I’m not using? I tried commenting them out in the YAML file but it doesn’t seem to be working.
I am creating scylladb with two nodes and Open-Source.
I thank those who can help me understand where the problem lies