OTBR docker on Synology NAS #10886
-
I'm trying to run the OTBR docker container on a Synology NAS but run into the error below. I found some old posts of people running OTBR on Synology, so at least in the past this was working. Could very well be that updates to the container broke support for the Synology as the kernel might not have some of the required stuff. I did find this thread here with a similar issue indicating that it's indeed related to missing stuff in ip6table. Building manually without firewall is not a road I want to go down though. So I'm asking here, hoping someone could shed some light on this and confirm it doesnt work on Synology (or even better, tells me it's something I can actually fix).
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The most likely reason is the kernel does not have |
Beta Was this translation helpful? Give feedback.
-
Thanx for the quick response. I validated this and it's indeed missing. Guess it's not going to work on a Synology NAS. |
Beta Was this translation helpful? Give feedback.
The most likely reason is the kernel does not have
CONFIG_IP_SET
enabled in its kernel config.