9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] network bridge
@ 2005-11-02  7:28 Sergey Reva
  2005-11-02 15:30 ` Russ Cox
  0 siblings, 1 reply; 2+ messages in thread
From: Sergey Reva @ 2005-11-02  7:28 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] network bridge
  2005-11-02  7:28 [9fans] network bridge Sergey Reva
@ 2005-11-02 15:30 ` Russ Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Russ Cox @ 2005-11-02 15:30 UTC (permalink / raw)
  To: Sergey Reva, Fans of the OS Plan 9 from Bell Labs

> 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-02 15:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-02  7:28 [9fans] network bridge Sergey Reva
2005-11-02 15:30 ` Russ Cox

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).