- Tap commands

PHOTO EMBED

Sun Feb 26 2023 16:55:20 GMT+0000 (Coordinated Universal Time)

Saved by @Shuhab

sudo apt-get install uml-utilities

# Add tap0
sudo tunctl

# Add with specific name
# sudo tunctl -t mytapname

sudo ip link set up dev tap0

# Delete tap0
sudo tunctl -d tap0


# Or by using the "ip" suite...
# sudo ip tuntap add name tun0 mode tun
sudo ip tuntap add name tap0 mode tap
sudo ip link set up dev tap0
sudo ip tuntap del dev tap0 mode tap
content_copyCOPY

https://null.53bits.co.uk/index.php?page