From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Wed, 2 Nov 2005 10:30:18 -0500 From: Russ Cox To: Sergey Reva , Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] network bridge In-Reply-To: <1673419921.20051102092852@mail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1673419921.20051102092852@mail.ru> Cc: Topicbox-Message-UUID: a3a78ac4-ead0-11e9-9d60-3106f5b1d025 > 1. Put 2 adapter > 2. run ip/config for one of them, as cpurc or termrc do > 3. bind -a '#l1' /net - bind secondary adapter > 4. bind -a '#B' /net - bind bridge device into some folder > 5. setting up bridge device > echo 'bind ether outer 0 /net/ether0' >/net/bridge0/ctl > echo 'bind ether inner 0 /net/ether1' >/net/bridge0/ctl That looks believable. I've never been impressed with devbridge's usability. It was written for an embedded VPN app and worked great there but I used to get kernel panics on unbind (or not be able to unbind at all) when I tried to use it on a regular machine. (The VPN app never unbound.) > Where is man page for bridge??? Doesn't exist, sorry. I would consider devbridge very much a work in progress. Russ