I have a Cassandra broker in my lan and I want to allow to execute query on it from the web.
So I made an association on my router (vodafone station revolution) between the external port 9042 with the internal port 9042 (both in port forwarding and port triggering sections). Also, I set a static ip for the broker inside the lan. Finally I set up Static NAT on the broker to redirect all the traffic towards it.
Unfortunately when I try telnet myip:9042 the connection is refused.
I have also disabled the router firewall. I suppose that the problem is the vodafone station and its high-level application.
Is there a low-level way to do what I want to do?