File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mrouted / debian / README.debian
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:10:48 2012 UTC (12 years, 6 months ago) by misho
Branches: mrouted, MAIN
CVS tags: v3_9_6p0, v3_9_6, v3_9_5, HEAD
mrouted

    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>