【问题标题】:Bind a ColdFusion SMS gateway to a specific IP address将 ColdFusion SMS 网关绑定到特定 IP 地址
【发布时间】:2014-01-29 15:59:56
【问题描述】:

我在分配了多个 IP 地址的 Windows 服务器上运行 ColdFusion 10 Enterprise。

我可以使用 IIS 绑定(和/或更改 tomcat server.xml 连接器)将我的 HTTP 流量绑定到特定 IP 地址。

但我正在尝试将 ColdFusion SMS 网关绑定到特定 IP,以便 SMPP 流量来自我想要将其绑定到的特定 IP,以便通过客户端防火墙。

是否可以将 SMS 网关绑定到特定 IP,这是一个 tomcat 配置问题,一个 JVM 参数,还是他们直接配置 SMS 网关的一种方式?

【问题讨论】:

    标签: java tomcat coldfusion sms-gateway


    【解决方案1】:

    在 ColdFusion 管理员事件网关中 > 网关实例

    您可以在网关配置中有一个 .cfg 文件,您可以在其中指定 IP 地址和端口

    #
    # SMSGateway configuration file
    # Test server config
    #
    
    # Type of binding.Value can be either transciever,transmitter or receiver
    binding=transciever
    
    # This is the IP address of SMSC
    ip-address=102.208.328.100
    
    # Port to bind to
    port=80001
    

    【讨论】:

    猜你喜欢
    • 2012-04-16
    • 1970-01-01
    • 2012-03-14
    • 1970-01-01
    • 1970-01-01
    • 2023-02-12
    • 2015-11-28
    • 2016-03-08
    • 1970-01-01
    相关资源
    最近更新 更多