I have a clickhouse server running in my local network. I could access it through 192.168.0.96:9000 on the other machines in the same network. However, after I forwarded the port 9000, and try to access outside the local network using (my IP) xxx.xxx.xxx.xxx:9000, I got a ERR_CONNECTION_TIMED_OUT. I couldn't figure out the issue.
The version I use is: 20.12.4.5, and I already changed the etc/clickhouse-server/config.xml:
<!-- <listen_host>::</listen_host> -->
<!-- Same for hosts with disabled ipv6: -->
<listen_host>0.0.0.0</listen_host>
and the server does not have any firewall.