summaryrefslogtreecommitdiff
path: root/etc/multicast.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/multicast.conf')
-rw-r--r--etc/multicast.conf47
1 files changed, 47 insertions, 0 deletions
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
+