Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2006-09-12 17:21:35
Size: 1153
Editor: mohacsi
Comment:
Revision 3 as of 2008-04-10 15:29:33
Size: 1170
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[TableOfContents]] #acl All:read
<<
TableOfContents>>
Line 4: Line 5:
[http://hng.av.it.pt/mrd6/ MRD6] egy IPv6 Multicast Router kizárólag Linuxhoz, amely implementálja mind a PIM-SMv2 és a MLDv2-t. Támogatja a statikus RP, BSR és Embedded-RP konfigurációt. Ezenkívül rendelkezik egy speciális absztrakt multicast forwarding interfészt, amely a user space-ben müködik. [[http://hng.av.it.pt/mrd6/|MRD6]] egy IPv6 Multicast Router kizárólag Linuxhoz, amely implementálja mind a PIM-SMv2 és a MLDv2-t. Támogatja a statikus RP, BSR és Embedded-RP konfigurációt. Ezenkívül rendelkezik egy speciális absztrakt multicast forwarding interfészt, amely a user space-ben müködik.

IPv6 multicast konfiguráció Linuxon MRD6-al

MRD6 egy IPv6 Multicast Router kizárólag Linuxhoz, amely implementálja mind a PIM-SMv2 és a MLDv2-t. Támogatja a statikus RP, BSR és Embedded-RP konfigurációt. Ezenkívül rendelkezik egy speciális absztrakt multicast forwarding interfészt, amely a user space-ben müködik.

Konfiguráció

log {
   /* we turn on logging to /var/log/mrd6.log */
   attach default "/var/log/mrd6.log" extradebug;
}

/* in this setup we are not using PIM BSR but instead have
   the PIM RP address statically configured. */

pim disable bootstrap;

groups {

   /* the following configuration's scope if any group
      that matches the prefix ff00::/8. This means _all_
      multicast groups. */

   ff00::/8 {

      /* We statically define the RP that should be used
         for the groups that match this prefix.
         2001:2002::1 should be replaced with your network's
         PIM RP's address. */

      pim rp 2001:2002::1;
   }
}

További információ

Website: http://hng.av.it.pt/mrd6/

Campus6: ipv6multicastrouter_linux_mrd6 (last edited 2008-04-10 15:29:33 by localhost)