Wireguard doesn't work on OpenWrt 24 (failed to create virtual tun interface) #4592
-
Hi there, I had tried to run xray on the OpenWrt v24 on ARMv8 bcm27xx/bcm2711 device but I got error:
Also, I have installed all wireguard related packages on the OpenWrt. Thank you in advance. Reproduction Method
Client config
Client log
|
Beta Was this translation helpful? Give feedback.
Answered by
i-eat-helicopter
Apr 7, 2025
Replies: 1 comment 2 replies
-
Disable kernelTun. Add Like this - tag: warpMain
protocol: wireguard
settings:
secretKey: aE6uv2GN+rEhGTW9VrMzF6Zce4muGTZukOjpYcSatVE=
noKernelTun: true
peers:
- endpoint: 188.114.98.55:988
keepAlive: 1
publicKey: bmXOC+F1FxEMF9dyiK2H5/1SUtzH0JuVo51h2wPfgyo=
address:
- 172.16.0.2/32
mtu: 1280
reserved:
- 91
- 136
- 82
streamSettings:
sockopt:
dialerProxy: "MMMnoise" |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
hamedsbt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Disable kernelTun. Add
noKernelTun: true
to wireguardsettings
object.Like this