You are not logged in.

#1 2023-09-11 10:10:38

shams
Member
Registered: 2020-08-08
Posts: 23

ip tuntap add error: open: No such device

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 device

The 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 wireguard

Then i tired this command:

$ modprobe tun
modprobe: FATAL: Module tun not found in directory /lib/modules/6.4.12-arch1-1

Also i tried the "modprobe tun.kvo" but got the above error.

Offline

#2 2023-09-11 10:20:56

shams
Member
Registered: 2020-08-08
Posts: 23

Re: ip tuntap add error: open: No such device

Actually the kernel was upgraded and i didn't reboot the system after reboot the problem is solved

Offline

Board footer

Powered by FluxBB