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/
Campus IPv6 Wiki
Supported by GVOP AKF