Replies: 2 comments 2 replies
-
Please let us know which version of RabbitMQ and Erlang you are using. The Please try changing your TCP listeners to the following:
RabbitMQ will listen on all network interfaces. If you still can't use Wireshark the issue lies in your Wireshark or OS configuration. |
Beta Was this translation helpful? Give feedback.
1 reply
-
And for |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there,
I am using python AMQP client for rabbit-server to create exchange, queue, and binding but when I run the code then I can only capture the packets in loopback (lo) interface but I need it the work in other interfaces such as eth0/enps03 in ubuntu. In order to capture packets from another machine such as using Kali Linux to launched an attack on the rabbitmq-server. Since it is working only on loopback interface I can not capture any packets from external for the AMQP protocol.
Please help me on this matter as I need it to work on eth0/enps03 interface and thanks a lot in advance.
Beta Was this translation helpful? Give feedback.
All reactions