Hello,
connect a SAP HANA Studio from my own desktop to the SAP HANA instance on Cloud Share, like descriped in the HOWTO
Part 4 - Connect to your local SAP HANA Studio and Sap HANA Client to your HANA server on CloudShare (optional).
doesn't work. After a service request on Cloud Share I got the information, that only the ports 22, 443, 80, 3389, 8080 are open for public access.
So that is possible: Add a local port forwarding on the SAP HANA Linux machine
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 8080 -j REDIRECT --to-port 30015
now you can change the destionation port in the system config of the SAP HANA Studio from 30015 to 8080 and it should work.
After the test you can save the config with.
iptables-save
I hope this helps.
Matthias