Skip to main content
2 of 2
Add module load
Matt
  • 9.4k
  • 2
  • 29
  • 33

Can you add a virtual tap device and do the testing on that?

ip tuntap add dev tap0 mode tap

You may need to insert the tun module first.

modprobe tun
Matt
  • 9.4k
  • 2
  • 29
  • 33