I am trying to create tap devices on the host machine using the command:
sudo ip tuntap add mode tap br0p0
but I get the following error message:
Object "tuntap" is unknown, try "ip help".
What should I do? I am working on Ubuntu 10.04
|
I am trying to create tap devices on the host machine using the command:
but I get the following error message:
What should I do? I am working on Ubuntu 10.04 |
|||
|
|
|
Your command is correct, the problem is your version of You can verify this by doing
If you don't see tuntap, you're going to be needing tunctl I'm afraid! You would use Have a scan over the tunctl man page for some worked examples. |
|||||||
|
|