9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Sergey Reva <rs_rlab@mail.ru>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: [9fans] network bridge
Date: Wed,  2 Nov 2005 09:28:52 +0200	[thread overview]
Message-ID: <1673419921.20051102092852@mail.ru> (raw)

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



             reply	other threads:[~2005-11-02  7:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-02  7:28 Sergey Reva [this message]
2005-11-02 15:30 ` Russ Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1673419921.20051102092852@mail.ru \
    --to=rs_rlab@mail.ru \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).