From 0e3b67ab40dc002a08812ab95635614d84d71a82 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 25 Oct 2005 15:00:16 +0000 Subject: *** empty log message *** --- etc/multicast.conf | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 etc/multicast.conf (limited to 'etc') diff --git a/etc/multicast.conf b/etc/multicast.conf new file mode 100644 index 0000000..9e9e067 --- /dev/null +++ b/etc/multicast.conf @@ -0,0 +1,47 @@ +####################### +## Global settings +## (If a setting is not defined in a client, these settings are inherited) +## + +# Enable multicasting on a globally +enabled = false + +# Multicast adress: +# 224.0.0.1 All systems on this subnet +# 224.0.0.2 All routers on this subnet +# 224.0.0.5 OSPF routers +# 224.0.0.6 OSPF designated routers +# 224.0.0.12 DHCP server/relay agent +address = "224.0.0.1" + +####################### +## Client 1 +## + +# Client ip +client = "192.168.0.10" + +# Multicast adress: +# 224.0.0.1 All systems on this subnet +# 224.0.0.2 All routers on this subnet +# 224.0.0.5 OSPF routers +# 224.0.0.6 OSPF designated routers +# 224.0.0.12 DHCP server/relay agent +address = "224.0.0.2" + +# Multicast port +port=1234 + +# Enable for this client (locally) +enabled=yes + +####################### +## Client 2 +## + +# Client ip +client = "192.168.0.11" + +# Multicast port +port=1235 + -- cgit v1.2.3