Le Mardi 11 Mars 2003 07:52, Simon Blake a écrit :
> ok. Using Bering to make a remote bridge. A very, very, mini howto.
>
> You need a bering system, with bridging already working, and with the
> tun.o kernel module loaded. Make sure /dev/net/tun exists, if it
> doesn't, add
>
> mkdir /dev/net
> mknod /dev/net/tun c 10 200
>
> to the end of /var/lib/lrpkg/root.dev.mk , and backup initrd.lrp.
>
> (Jacques/Eric, would be nice to get that into Bering by default)
Yes. Or could be added in the vtund.lrp package in the init.d/vtund script

> get the vtund executable (from http://vtun.sourceforge.net/ ) onto your
> box.  Unfortunately, I don't have a package that'll do this (well, I do,
> but it's compiled against glibc-2.2.5, so probably isn't much help to
> most people).
It's available for Bering here:
http://leaf.sourceforge.net/devel/jnilo/packages/vtund.lrp

Jacques
> make a bridge device in /etc/network/interfaces, add the real interfaces
> you want to bridge, and the tap0 interface:
>
> iface br0 inet static
>       address 192.168.1.0
>       masklen 32
>       bridge_ports eth0 tap0
>
> note that you *don't* want an "auto br0" line in there - this thing
> won't work unless it's started after vtund has created tap0, so you
> don't want the system bringing up the bridge at boot time.
>
> create vtund.conf, you'll need something like:


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to