epmd error for host ... timeout, if IPSEC-filter is assigned #3145
-
Hello everyone, we get a BOOT FAILED error on rabbitmq-server restart if we assign filter in IPSEC on Windows Servers (2012 R2, 2016 etc). We permitted following ports in filter properties: 4369, 5672, 5671, 15672 and 25672. All for TCP. But as soon as we activate the filter, RabbitMQ can't restart. I already searched for IPSEC-issues on the net but found nothing useful. Hope anyone can help me in any way! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
RabbitMQ does not start |
Beta Was this translation helpful? Give feedback.
RabbitMQ does not start
epmd
on boot, the runtime does. RabbitMQ periodically starts one-off VMs to make sureepmd
is running because on Windows it can be stopped by e.g. effective user logging out (!!). Your security settings need to allow epmd to start and bind to its port (4369) and I guess resolve its hostname. epmd is a service very limited in scope (it translates Erlang node names to range-picked ports on the current host), so it should be whitelisted for most security tools.