我在我的rc.conf中设置了这一行:
Firewall_enable=“是” firewall_type=/etc/ipfw.rules.规则“
cat /etc/ipfw.rules .规则
添加02020拒绝ip从表(10)到任何添加02030拒绝ip从表(11)到任何dst端口25 .
但是在重启后,ipfw显示:
00100 allow ip from any to any via lo0
00200 deny ip from any to 127.0.0.0/8
00300 deny ip from 127.0.0.0/8 to any
00400 deny ip from any
我用进行了测试,它在我自己的计算机上工作,但是如果我将它发布到IIS,然后从其他计算机调用它,就找不到它。
我已经用IP设置了地址。
服务
using (ServiceHost host = new ServiceHost(typeof(DiscoveryProxy), new Uri("http://xx.xxxx.xxx.xxx:8080/DiscoveryProxy")))
{
ServiceMetadataBehavior smb = new ServiceMetadataBehavior();
smb.HttpGetEnabled = true;
当我试图连接到雪花和火星雨时,我正面临下面的例外:
py4j.protocol.Py4JJavaError: An error occurred while calling o117.load.
: net.snowflake.client.jdbc.SnowflakeSQLException: !200051!
at net.snowflake.client.core.SFBaseSession.getHttpClientKey(SFBaseSession.java:321)
at net.snowflake.client.core.SFSession.open(SFSess