On 7/3/06, Eugen Leitl <[EMAIL PROTECTED]> wrote:
On Mon, Jul 03, 2006 at 12:12:34PM +0200, Baltasar Cevc wrote: > >I can't have an OpenVPN tunnel terminate in a vserver, > >can I?
You can, I just did it yesterday. You need to set the following in the file "bcapabilities": CAP_NET_ADMIN CAP_NET_RAW Add if you want to load the module inside the vserver on access: CAP_SYS_MODULE Add if you want to mknod the device inside the vserver: CAP_MKNOD And in the file "flags" you need to set: ~hide_netif D. blaze your trail -- redhat _______________________________________________ Vserver mailing list [email protected] http://list.linux-vserver.org/mailman/listinfo/vserver
