I am using linux mint.I want to set up a tun virtual Ethernet device. sudo ip tuntap add dev tun0 mod tun sudo ip address add 192.168.82.22/24 dev tun0 sudo ip link set dev tun0 address 54:e1:ad:b9:12:ee the last command throws out a exception:RTNETLINK answers: Operation not permitted who can help me ?thanks in advance
Asked
Active
Viewed 1,587 times
0
-
Hello, is this by any chance run in a container? – g_bor Sep 21 '20 at 09:58
-
I ran it on my local pc,not a virtual machine – conquer66666 Sep 24 '20 at 08:22