You are not logged in.
I run this command in arch with kernel 6.4.12-arch1-1 to create tun0 network interface:
$ip tuntap add mode tun tun0
open: No such deviceThe error is "open: No such device", then i run this command to check the tun module:
$lsmod | grep tun
ip6_udp_tunnel 12288 1 wireguard
udp_tunnel 24576 1 wireguardThen i tired this command:
$ modprobe tun
modprobe: FATAL: Module tun not found in directory /lib/modules/6.4.12-arch1-1Also i tried the "modprobe tun.kvo" but got the above error.
Offline
Actually the kernel was upgraded and i didn't reboot the system after reboot the problem is solved
Offline