Annotation of embedaddon/mrouted/debian/README.debian, revision 1.1.1.1
1.1 misho 1: mrouted for Debian
2: ------------------
3: If you are not running a stock Debian kernel, you need to enable multicast and
4: multicast-routing in your kernel:
5:
6: CONFIG_IP_MULTICAST=y
7: CONFIG_IP_MROUTE=y
8:
9: If you want to build a multicast tunnel via an unicast connection, you have to enable
10: support for IP-IP tunneling as well:
11:
12: CONFIG_NET_IPIP=m (or =y)
13:
14: The default configuration of mrouted is to route between two and more interfaces. For
15: more details see the manpage.
16:
17: Christoph Martin <christoph.martin@uni-mainz.de>, Mon, 1 Mar 1999 21:36:23 +0100
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>