Looking for tun driver …

Solution for VPN client that need tun driver (and which is missing in Ubuntu 10.04) :

echo -e “install tun /bin/true\n” > built-in.conf
sudo cp built-in.conf /etc/modprobe.d/

Comments are closed.