防火墙注意事项

如果引擎与用户界面之间应该存在防火墙,那么您将需要提供相应的防火墙规则,以便可在引擎与用户界面之间进行通信。

引擎必须定向,以连接至防火墙在端口上的 WAN IP 地址,在该端口上,防火墙已配置为转至客户机。例如:

Client - ip 10.1.1.7, daemon port 8101
Firewall - wan ip 10.10.10.3, configured to forward to port 8101 to 10.1.1.7
Server - start the engine to connect to the client:
irmtdbgc -qhost=10.10.10.3:8101 a.out
注: 大量防火墙拦截端口 8001。您可能需要使用另一端口,如以上示例中所示。

反馈