Hi, This should be caused by confingode's cn_internal_address(in confignode-properties) set to 0.0.0.0, which needs to be set to the actual Intranet ip, and it does not support modification at present. If you need to change it, you can configure cn_internal_address to hostname and then modify the host file externally yourself to support changing the ip.
Thanks ————————————— Xinyu Tan > 2023年7月28日 11:23,Ivan Soeng <[email protected]> 写道: > > 您好! > > > 目前10720和10750两个端口的监听地址是全IP范围,如何设置监听指定的IP地址? > > > [root@localhost iotdb-cluster]# netstat -nltp|grep -E > '10667|10710|10720|10730|10740|10750|10760' > tcp6 0 0 :::10750 :::* LISTEN > 10015/java > tcp6 0 0 :::10720 :::* LISTEN > 7607/java > tcp6 0 0 192.168.1.1:10760 :::* LISTEN > 10015/java > tcp6 0 0 192.168.1.1:10730 :::* LISTEN > 10015/java > tcp6 0 0 192.168.1.1:10667 :::* LISTEN > 10015/java > tcp6 0 0 192.168.1.1:10740 :::* LISTEN > 10015/java > tcp6 0 0 192.168.1.1:10710 :::* LISTEN > 7607/java
