-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update from 2025-01 to 2025-01a prompts to enable native IPv6 NAT while already enabled #6293
Comments
Apparently Line 132 in 120366f
I removed the container and now the |
Could you elaborate on this? |
Yes, I removed exactly these lines: mailcow-dockerized/docker-compose.yml Lines 604 to 631 in 120366f
|
In some kind related to #6295 I'm currently working on completely rewriting that to let mailcow decide depending on the connectivity if it should offer ipv6 support or not. If not, the user is not asked anymore due to a new variable which will also change the disable IPv6 guides from the docs. Until this refactoring is done, it is sometimes a bit buggy. |
@DerLinkman Is my work-around wrong or can I use it in the meantime? |
You can use it. Thats completely ok. |
Contribution guidelines
I've found a bug and checked that ...
Description
When updating from 2025-01 to 2025-01a, the updater asked if I wanted to use native IPv6 NAT.
I already had IPv6 NAT active. My
daemon.json
before running update.sh:After update.sh completed, was is still exactly the same.
Maybe there is something wrong with the check if native IPv6 NAT is active?
Logs:
Steps to reproduce:
Which branch are you using?
master
Which architecture are you using?
x86
Operating System:
Debian bookworm
Server/VM specifications:
aarch64 2 cores 4G RAM
Is Apparmor, SELinux or similar active?
no
Virtualization technology:
qemu
Docker version:
27.5.1
docker-compose version or docker compose version:
v2.32.4
mailcow version:
2025-01a
Reverse proxy:
None
Logs of git diff:
Logs of iptables -L -vn:
Logs of ip6tables -L -vn:
Logs of iptables -L -vn -t nat:
Logs of ip6tables -L -vn -t nat:
DNS check:
The text was updated successfully, but these errors were encountered: