-
Notifications
You must be signed in to change notification settings - Fork 66
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
Jool stateful NAT64 does not work with net.core.default_qdisc=fq #420
Comments
Sorry; I cannot reproduce this. VM:
Host:
Show VM's reboot:
(I had to add |
Regardless of Jool, can you ping 8.8.8.8 from the translator? After adding (Also: Is that source ( |
I believe #400 has resolved this issue, which can now be closed. Jool 4.1.10+ works well with |
Observed behaviour
If system boots with
net.core.default_qdisc=fq_codel
, everything works. Also changing tonet.core.default_qdisc=fq
after bootup is no problem.If the Linux Kernel is configured to use fair queueing (fq) during bootup, jool runs in to an error during sending packets.
Expected behaviour
Jool works fine with fair queueing enabled during boot up, i.e. applying /etc/sysctl.conf.
Setup
Linux nat64 6.1.0-17-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.69-1 (2023-12-30) x86_64 GNU/Linux
4.1.9-1
4.1.9-1
How to reproduce
net.core.default_qdisc=fq
to/etc/sysctl.conf
and reboot.jool instance add "default" --netfilter --pool6 64:ff9b::/96
The text was updated successfully, but these errors were encountered: