+ Reply to Thread
Results 1 to 1 of 1
Thread: Enable Tun/Tap on VPS
-
Administrator
- Join Date
- Jan 2010
- Posts
- 65
Enable Tun/Tap on VPS
The Tun/Tap module should be available in all VPS by default.
You can check this by doing:
# modprobe tun
# modprobe blktap
If they are present you shouldn't get any errors.
On CentOS (and possibly others) you will need to create the necessary devices in /dev/ for it to work.
# mkdir /dev/net
# mknod /dev/net/tap c 10 200
# mknod /dev/net/tun c 10 200


LinkBack URL
About LinkBacks



Reply With Quote