-
Notifications
You must be signed in to change notification settings - Fork 50
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
Synology Exits with "unable to detect hairpin mode (is the docker daemon running?)" #71
Comments
no,it will be a disaster.because docker in synology add "ip6tables": true will crash. |
@wangliangliang2 were you able to resolve this on synology? |
Adding "ipv6": true,
"fixed-cidr-v6": "fd00:dead:beef::/48",
"ip6tables": true,
"experimental": true to
Am I doomed? |
Got same question in my Diskstation, I'm confused |
yep, please see in https://github.com/wangliangliang2/fix_synology_docker_ipv6 |
cause synology no support. you should run https://github.com/wangliangliang2/fix_synology_docker_ipv6 first |
@wangliangliang2 adding/replacing a bunch of kernel modules with unknown binaries? That doesn't sound remotely robust/safe.
|
This was also my concerns, also what would I need on synology 7? Or is the problem gone with 7? |
you can rebuild it for yourself from https://github.com/SynoCommunity/spksrc and there is an issue by me SynoCommunity/spksrc#4713 (comment) |
|
use it or not ,depending on yourself, I will not care so much things. |
I encountered same problem in #67 and #28 .
![image](https://user-images.githubusercontent.com/20638550/123952648-e00c5500-d9d8-11eb-8dbe-a4fe0c67fe61.png)
I found difference in synology system.
the reason of [unable to detect hairpin mode (is the docker daemon running?)] in synology is the lack of ip6table_nat.ko and the other ip6* module?
The text was updated successfully, but these errors were encountered: