ip tuntap add error: open: No such device
by shams from LinuxQuestions.org on (#6EMBN)
I run this command in arch with kernel 6.4.12-arch1-1:
Code:$ip tuntap add mode tun tun0
open: No such deviceThe error is "open: No such device", then i run this command to check the tum module:
Code:$lsmod | grep tun
ip6_udp_tunnel 12288 1 wireguard
udp_tunnel 24576 1 wireguardThen i tired this command:
Code:$ 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.
Code:$ip tuntap add mode tun tun0
open: No such deviceThe error is "open: No such device", then i run this command to check the tum module:
Code:$lsmod | grep tun
ip6_udp_tunnel 12288 1 wireguard
udp_tunnel 24576 1 wireguardThen i tired this command:
Code:$ 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.