Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

用docker部署不能用吗 #12

Open
redrain-wang opened this issue Dec 3, 2024 · 3 comments
Open

用docker部署不能用吗 #12

redrain-wang opened this issue Dec 3, 2024 · 3 comments

Comments

@redrain-wang
Copy link

访问127.0.0.1:7088 日志返回这个提示,也无法正常解码
Multi stream daemon lite[81]: HACKING ATTEMPT: 172.17.0.1:62450 set in host header loopback address.
Multi stream daemon lite[81]: HACKING ATTEMPT: 172.17.0.1:62456 set in host header loopback address.
Multi stream daemon lite[81]: HACKING ATTEMPT: 172.17.0.1:62466 set in host header loopback address.

如果不用127用本地地址 日志返回这个提示,也无法正常解码

Multi stream daemon lite[1846]: /udp/239.3.1.129:8008@: Created. (fd: 13)
Multi stream daemon lite[1846]: /udp/239.3.1.129:8008@ - 127.0.0.1:47640: attached, cli_count = 1
Multi stream daemon lite[1846]: /udp/239.3.1.129:8008@ - 127.0.0.1:47640: deattached, cli_count = 0
Multi stream daemon lite[1846]: /udp/239.3.1.129:8008@: Destroyed.

不确定是docker问题还是部署的有问题?

@rozhuk-im
Copy link
Owner

Я не понимаю язык на котором вы мне пишите.

@redrain-wang
Copy link
Author

Я не понимаю язык на котором вы мне пишите.
my system: macos 15 m1
docker-desktop: 4.36.0 (175267)

When accessing 127.0.0.1:7088, the log returns this message, and it cannot be decoded properly:
Multi stream daemon lite[81]: HACKING ATTEMPT: 172.17.0.1:62450 set in host header loopback address.
Multi stream daemon lite[81]: HACKING ATTEMPT: 172.17.0.1:62456 set in host header loopback address.
Multi stream daemon lite[81]: HACKING ATTEMPT: 172.17.0.1:62466 set in host header loop
back address.
If I don't use 127 and use the local address instead, the log returns this message, and it cannot be decoded properly:
Multi stream daemon lite[1846]: /udp/239.3.1.129:8008@: Created. (fd: 13)
Multi stream daemon lite[1846]: /udp/239.3.1.129:8008@ - 127.0.0.1:47640: attached, cli_count = 1
Multi stream daemon lite[1846]: /udp/239.3.1.129:8008@ - 127.0.1.47640: deattached, cli_count = 0
Multi stream daemon lite[1846]: /udp.3.1.129:8008@: Destroyed.
I'm not sure if this is a Docker issue or a deployment issue.

@rozhuk-im
Copy link
Owner

HACKING ATTEMPT - this is result of work some paranoid security code, probably I should remove it and let OS be responsible for security. :)

Multi stream daemon lite[1846]: /udp/239.3.1.129:8008@: Created. (fd: 13)
after @ should be valid interface name that will receive multicast. Check your config and replace <ifName>vlan777</ifName> with something real for your environment.

PS: it is a bit strange to see that msd used inside docker: msd is simple tool (like ping) that have no deps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants