From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 2 Nov 2005 09:28:52 +0200 From: Sergey Reva Message-ID: <1673419921.20051102092852@mail.ru> To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: [9fans] network bridge Topicbox-Message-UUID: a3a16e5a-ead0-11e9-9d60-3106f5b1d025 Hello Fans, This is a little memo, how I setup network bridge on my machine Correct me if I wrong 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 Where is man page for bridge??? Sergey -- http://rs-rlab.narod.ru mailto:rs_rlab@mail.ru