-
Notifications
You must be signed in to change notification settings - Fork 125
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
ERROR: Status 1 while: ip tuntap add dev "$VM_NET_TAP" mode tap (line 163/295) #29
Comments
Strange error! Can you see if it helps if you add this to the run command?
|
It still doesn't work. |
It seems this kernel for the OrangePI is missing the TUN module. I tested this container only on Raspberry Pi5, and in the kernel for RaspiOS it was included by default. So according to https://superuser.com/questions/497245/how-to-load-tun-module-in-linux/519770#519770 you can try loading the module manually via
Or via
However enabling kernel modules is not really a task for rookies usually. So maybe you can try the steps from the link above or otherwise ask on the OrangePI forums how to enable the TUN module on their kernel. Another way to solve this would be to use a macvlan network and set |
This is feasible!
Is this about iptables? I tried updating APT, but it is already the latest version.
|
I am trying to do this now:
|
Yes that should work! |
Another error.
|
I tried to manually load it, but it didn't work.
|
Maybe they know on the OrangePI forums how to enable the modules like multiport. Otherwise your only option is to run with |
|
You must put device_cgroup_rules and environment below windows |
How to do? |
Oh, I got it! |
But I have confirmed that it supports macvlan |
After I switched to Win11, it completely resolved the issue and did not use DHCP.
|
That is really strange! Because without DHCP it will need the iptables/multiport modules that were missing before, even if you use macvlan. So I do not understand why it works now suddenly. |
Really? So this is indeed strange. |
Perhaps it is because I used the Debian Bookworm kernel of version 6.1?
This is impossible! |
I have no explanation why it works now. But hey, if it works, it works :) So I guess the issue is solved now! |
ERROR: Status 1 while: ip tuntap add dev "$VM_NET_TAP" mode tap (line 163/295)
OS:Linux orangepi5 5.10.110-rockchip-rk3588 #1.1.6 SMP Thu Jun 1 21:23:54 CST 2023 aarch64 GNU/Linux(debian12)
I'm just a rookie, I don't know what this is about, I don't know how to do it, thanks.
The text was updated successfully, but these errors were encountered: