Rabbitmq Erlang-来自非本地地址的ALIVE2_请求

Rabbitmq Erlang-来自非本地地址的ALIVE2_请求,rabbitmq,Rabbitmq,我正在测试我的Erlang环境,但它不工作。我使用的是debian 64位。Erlang R15B01(erts-5.9.1)[源代码][64位][异步线程:0][内核轮询:false] 在一个终端中,我键入以下命令以在调试模式下启动elang pkill epmd epmd -d 在另一个终端中,我输入 erl -sname test 我得到以下错误 epmd: Wed Feb 25 13:00:28 2015: ** got ALIVE2_REQ epmd: Wed Feb 25 13:

我正在测试我的Erlang环境,但它不工作。我使用的是debian 64位。Erlang R15B01(erts-5.9.1)[源代码][64位][异步线程:0][内核轮询:false]

在一个终端中,我键入以下命令以在调试模式下启动elang

pkill epmd
epmd -d
在另一个终端中,我输入

erl -sname test
我得到以下错误

epmd: Wed Feb 25 13:00:28 2015: ** got ALIVE2_REQ
epmd: Wed Feb 25 13:00:28 2015: ALIVE2_REQ from non local address

这使我无法运行rabbitmq服务器

问题在于我的iptables。特别是后路由链。检查iptables列表

iptables -t nat --list
显示

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination         
MASQUERADE  all  --  anywhere             anywhere             policy match dir out pol none 
所以我取消了化装规则

iptables -t nat -D POSTROUTING 1
之后,检查iptables列表显示

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination

这使得erlang能够工作。

问题在于我的iptables。特别是后路由链。检查iptables列表

iptables -t nat --list
显示

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination         
MASQUERADE  all  --  anywhere             anywhere             policy match dir out pol none 
所以我取消了化装规则

iptables -t nat -D POSTROUTING 1
之后,检查iptables列表显示

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination

这使得erlang能够工作。

问题在于我的iptables。特别是后路由链。检查iptables列表

iptables -t nat --list
显示

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination         
MASQUERADE  all  --  anywhere             anywhere             policy match dir out pol none 
所以我取消了化装规则

iptables -t nat -D POSTROUTING 1
之后,检查iptables列表显示

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination

这使得erlang能够工作。

问题在于我的iptables。特别是后路由链。检查iptables列表

iptables -t nat --list
显示

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination         
MASQUERADE  all  --  anywhere             anywhere             policy match dir out pol none 
所以我取消了化装规则

iptables -t nat -D POSTROUTING 1
之后,检查iptables列表显示

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination
这使得erlang开始工作。

这与此相关。好像是个bug。这和这个有关。好像是个bug。这和这个有关。好像是个bug。这和这个有关。好像是个虫子。