----- Forwarded message from Stuart Henderson <st...@openbsd.org> -----

From: Stuart Henderson <st...@openbsd.org>
Date: Mon, 16 Nov 2015 16:44:55 -0700 (MST)
To: source-changes@openbsd.org
Subject: CVS: cvs.openbsd.org: www

CVSROOT:        /cvs
Module name:    www
Changes by:     st...@cvs.openbsd.org   2015/11/16 16:44:55

Modified files:
        faq            : current.html 

Log message:
talk about tun->tap change for "link0" mode. prompted by a query from aja@


----- End forwarded message -----

TL;DR, for link0 SSH tunnels as non-root, you probably need to do
something along these lines:

mv /etc/hostname.{tun,tap}0
sed -i s,link0,, /etc/hostname.tap0
cd /dev
sudo sh MAKEDEV all
sed -i s,tun0,tap0, /etc/hostname.bridge*
maybe some bits in pf.conf

All the necessary parts were committed to ssh at the time of the change
(I wasn't sure when Antoine asked but the code is shared for server + client).

Reply via email to