Hello, I had to install vtun to support OpenVPN and Qemu. I can run OpenVPN perfectly, and I see that once the OpenVPN is estabilished, "ifconfig -a" shows a new tun0 interface configured.
To run Qemu with network, I need to feed it with a script to plumb and configure the tun0 interface. So I first tried the command by hand, and tried issueing a "ifconfig tun0 plumb", but the system complains with "no such interface". The driver is correctly loaded, I can see it with modinfo: 174 fffffffff36f0000 1c08 179 1 tun (TUN/TAP driver 1.1 05/24/2006) the device is there in /dev/tun : -bash-3.00# ls -l /dev/tun lrwxrwxrwx 1 root root 29 May 24 11:24 /dev/tun -> ../devices/pseudo/[EMAIL PROTECTED]:tun what do I have to do to let the "ifconfig" command recognize the tun interface, and let me configure it? Am I misunderstanding something? This message posted from opensolaris.org _______________________________________________ networking-discuss mailing list [email protected]
