> 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".

I know nothing about vtun, so I can't offer any specific advice.  Some
things to investigate:

        * Does "snoop -d tun0" work?
        * According to truss(1M), where does the "plumb" operation fail?

Of course, once you have some idea of where to look, dtrace(1M) will allow
you to home in on the issue.

--
meem
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to