diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-07-30 02:31:21 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-07-30 02:31:21 +0000 |
| commit | 284ccab18b3720106196a8913256462df62a1938 (patch) | |
| tree | 0e48f1ac199c0d9349f5617acf0d92c06c047758 /FAQ/network.sgml | |
| parent | a41b3e92399aec82f616183c5ebd8a0f23a9710c (diff) | |
Notes
Diffstat (limited to 'FAQ/network.sgml')
| -rw-r--r-- | FAQ/network.sgml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/FAQ/network.sgml b/FAQ/network.sgml index f0d0fb8ef1..321a5926be 100644 --- a/FAQ/network.sgml +++ b/FAQ/network.sgml @@ -1,4 +1,4 @@ -<!-- $Id: network.sgml,v 1.11 1998-06-12 07:09:44 wosch Exp $ --> +<!-- $Id: network.sgml,v 1.12 1998-07-30 02:31:21 jkoshy Exp $ --> <!-- The FreeBSD Documentation Project --> <sect> @@ -897,12 +897,15 @@ default 10.0.0.2 UGSc 0 0 tun0 <heading>How do I enable IP multicast support?</heading> <p>Multicast host operations are fully supported in FreeBSD 2.0 and - above by default. If you want your box to run as a multicast router, you - will need to load the <tt/ip_mroute_mod/ loadable kernel module - and run <tt/mrouted/. + later by default. If you want your box to run as a multicast router, + you will need to recompile your kernel with the <tt>MROUTING</tt> + option and run <tt/mrouted/. FreeBSD 2.2 and later will start + <tt/mrouted/ at boot time if the flag <tt/mrouted_enable/ is set + to "YES" in <tt>/etc/rc.conf</tt>. <p>MBONE tools are available in their own ports category, mbone. If - you are looking for the conference tools vic and vat, look here! + you are looking for the conference tools <tt/vic/ and <tt/vat/, + look there! <p>For more information, see the <url url="http://www.mbone.com/" name="Mbone Information Web">. |
