Maximilian Ehlers

Results 32 comments of Maximilian Ehlers

Can you try to delete that line with `disable_ipv6`. I think this only works when using docker networking. If that is the case I am going to update the documentation.

Yup. Looks like port 53 is already in use on your host machine. Nothing to be done on the project side. But I will add the above mentioned fix to...

One error in the logs should be ok on first start. Can you show the output of ``` nft list ruleset ```

Have you added ``` sysctls: - net.ipv6.conf.all.disable_ipv6=0 ``` to your `docker-compose` file?

OK. Maybe something slipped through. Will test this again later.

Hi @squromiv, I have dug deeper on this and basically ended the research [here](https://github.com/moby/moby/issues/20559). To get routed IPv6 working too many things are required at the moment. - Make your...

Hi @squromiv, looks like you are using a hybrid setup. But there was indeed a problem left in the firewall configuration. Version 2.6.5 is currently running through the CI pipeline...

Yup, exactly. So I think that your issue will be resolved in **v2.6.5**. Should be online soon. There was a problem in the firewall configuration.