From d4bd98a13323035230baa09e201b3d15685b5282 Mon Sep 17 00:00:00 2001 From: micw Date: Sun, 14 Nov 2021 10:00:55 +0100 Subject: [PATCH] Explain how to receive old and new gluon nodes --- config_example.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config_example.toml b/config_example.toml index d936eba..6be777c 100644 --- a/config_example.toml +++ b/config_example.toml @@ -40,6 +40,8 @@ ip_address = "fd2f:5119:f2d::5" #send_no_request = false # multicast address to destination of respondd # (optional - without definition used default ff05::2:1001) +# Very old gluon uses "ff02::2:1001" as multicast, newer use ff05::2:1001. If you have old and new +# gluon nodes on the same network, create a separate "respondd.interfaces" section for each mutlicast address. #multicast_address = "ff02::2:1001" # define a port to listen # if not set or set to 0 the kernel will use a random free port at its own