On 2017/09/22 06:26, Claudio Jeker wrote: > On Tue, Sep 19, 2017 at 04:54:04PM +1000, David Gwynne wrote: > > this helsp if you want to have a tap interface joined to a bridge > > on boot. > > > > ok? > > Uhm, why? bridge is already delayed and tap will be initialized therefore > before bridge? Neither tun nor tap should be in that list in my opinion > since they do not depend on other interfaces to be present to initalise > them.
Hmm - that is used by some openvpn setups.. I don't know if it's still relevant but the openvpn pkg-readme says : OpenVPN normally re-creates the tun/tap interface at startup. : This has been reported to cause problems with some PF configurations : (especially with queueing), if you run into problems with this then : OpenVPN should be started from the hostname.* file, e.g.: : : # cat << EOF > /etc/hostname.tun0 : up : !/usr/local/sbin/openvpn --daemon \ : --config /etc/openvpn/server.conf : EOF : : (Or use hostname.tap0 for a layer-2 connection).
