> -----Original Message-----
> From: Octavio Alvarez [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 06, 2007 11:49 PM
> To: [EMAIL PROTECTED]; VirtualBox end user list;
> [EMAIL PROTECTED]
> Subject: Re: [vbox-users] Host Interface networking - Linux
>
> Make sure /dev/net/tun exists and is -rw-rw----.
I believe this should be 666:
$ ls -la /dev/net/tun
crw-rw-rw- 1 root root 10, 200 2006-11-25 07:17 /dev/net/tun
> Also make sure
> the 'tun' driver is loaded (modprobe tun).
As root, try the following after the 'tun' driver is loaded (it should be
done automagically when you create the tap):
# lsmod|grep -c tun
1
If the above command returns 0, after running the script I sent out, your
kernel doesn't have tap support.
Cheers,
-pablo
_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users