From 07dbc879867742c2d8bc5383904b3c51ff4e1dd6 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Mon, 6 Oct 2008 03:59:25 +0000 Subject: Futher clean up config file documentation --- opentracker.conf.sample | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/opentracker.conf.sample b/opentracker.conf.sample index f626592..7ce7256 100644 --- a/opentracker.conf.sample +++ b/opentracker.conf.sample @@ -37,7 +37,21 @@ # forward: "\n\n..." # -# IV) Sync between trackers running in a cluster is restricted to packets +# IV) ip address to listen for incoming and sending out outgoing live sync +# packets (shell option -i 192.168.0.1 -s 9696), port 9696 is default. +# +# livesync.cluster.listen 192.168.0.1:9696 +# +# Note that two udp sockets will be opened. One on ip address 0.0.0.0 +# port 9696, that will join the multicast group 224.23.42.1 for incoming +# udp packets and one on ip address 192.168.0.1 port 9696 for outgoing +# udp packets. +# +# As of now one and only one ip address must be given, if opentracker +# was built with the WANT_SYNC_LIVE feature +# + +# V) Sync between trackers running in a cluster is restricted to packets # coming from trusted ip addresses. While source ip verification is far # from perfect, the authors of opentracker trust in the correct # application of tunnels, filters and LAN setups (shell option -A) @@ -52,16 +66,6 @@ # batchsync.cluster.admin_ip 10.1.1.1 # -# V) ip address to listen for outgoing and incoming live sync packets -# (shell option -i 192.168.0.1 -s 9696) -# -# livesync.cluster.listen 192.168.0.1:9696 -# -# Note that two udp sockets will be opened. One on ip address 0.0.0.0 -# port 9696, that will join the multicast group 224.23.42.1 for incoming -# udp packets and one on ip address 192.168.0.1 port 9696 for outgoing -# udp packets. - # VI) Control directory where opentracker will chdir to. So all black/white # list files may be put in that directory. (shell option -d) # -- cgit v1.2.3