Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 245603

Summary: setting up of tun/tap net interface must be done by choice of vtunctl or net-misc/openvpn
Product: Gentoo Linux Reporter: Yaroslav Isakov <yaroslav.isakov>
Component: [OLD] baselayoutAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal CC: gentoo
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Yaroslav Isakov 2008-11-05 00:48:18 UTC
Hello! I found that if there is net-misc/openvpn, when I do /etc/init.d/net.tun0, It was done by openvpn. But there is a problem that tun interfaces settled by openvpn didn't work in app-emulation/qemu and app-emulation/virtualbox-ose. I think that we must have an option in /etc/conf.d/net, which util configure interface.
Comment 1 Josh Cepek 2013-04-22 16:10:22 UTC
The current tuntap.sh Gentoo rc library script (at /lib/rc/net/tuntap.sh) supports iproute2 to handle creation of tap devices. Installation of sys-apps/iproute2 should resolve this issue without need for further changes.
Comment 2 SpanKY gentoo-dev 2013-04-27 08:32:20 UTC
(In reply to comment #1)

thanks for tracking this down