Article 6EMBN ip tuntap add error: open: No such device

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.
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments