Subject: Re: how to config NetBSD as a bridge ?
To: Jun-ichiro itojun Hagino <itojun@iijlab.net>
From: Andrew Gillham <gillham@vaultron.com>
List: tech-net
Date: 06/30/2001 20:46:10
On Sun, Jul 01, 2001 at 12:30:10PM +0900, Jun-ichiro itojun Hagino wrote:
> >Didn't the WIDE project have a user space (BPF) bridge? I have a copy of
> >it on my server, but can't find it anywhere on the net.
> >It is slow, but better than nothing.
>
> you got a good memory! but i can no longer find one tooo...
I put what I had up at:
http://www.roadsign.com/netbsd/bridge.tar.gz
The README:
/*
* Copyright(c) 1999
* Keisuke UEHARA(kei@wide.ad.jp)
* All rights reserved.
*/
HOW TO INSTALL
% cd $(BRIDGE)
% make
% su
Password: XXXXXXXX
# make install
HOW TO USE
Just type as following:
% su
Password: XXXXXXXX
# /usr/local/sbin/bridge ed0 ux0 &
That's it! Please Enjoy.
NOTE: "ed0" and "ux0" are interface name.
LOG
1999/04/21 Interfaces are enabled automaticaly.
1999/04/19 Alpha version of bridge daemon is released.